[SOLVED] Package remove metro apps

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
User avatar
Mathieu
Messages: 91
Registration: August 18, 2016 - 10:24

July 14, 2019 - 10:18

Good morning,

I've recently been having a problem with a Remove Metro apps package. It used to work perfectly, but after a few installations, the package is showing an error, even though I haven't touched the script since the package was put into production

Here is the message:

Code: Select all

Starting the debloating process...Trying to remove Microsoft.BingFinance
NoneTrying to remove Microsoft.BingNews
NoneTrying to remove Microsoft.BingSports
NoneTrying to remove Microsoft.BingWeather
NoneTrying to remove Microsoft.Getstarted
NoneTrying to remove Microsoft.XboxApp
NoneTrying to remove Microsoft.ZuneMusic
NoneTrying to remove Microsoft.ZuneVideo
NoneTrying to remove Microsoft.MinecraftUWP
NoneTrying to remove Microsoft.BingFoodAndDrink
NoneTrying to remove Microsoft.BingTravel
NoneTrying to remove Microsoft.BingHealthAndFitness
NoneTrying to remove Microsoft.WindowsReadingList
NoneTrying to remove Flipboard.Flipboard
NoneTrying to remove ShazamEntertainmentLtd.Shazam
NoneTrying to remove king.com.CandyCrushSaga
NoneTrying to remove king.com.CandyCrushSodaSaga
NoneTrying to remove king.com.*
NoneTrying to remove ClearChannelRadioDigital.iHeartRadio
NoneTrying to remove 4DF9E0F8.Netflix
NoneTrying to remove 6Wunderkinder.Wunderlist
NoneTrying to remove Drawboard.DrawboardPDF
NoneTrying to remove 2FE3CB00.PicsArt-PhotoStudio
NoneTrying to remove D52A8D61.FarmVille2CountryEscape
NoneTrying to remove TuneIn.TuneInRadio
NoneTrying to remove TheNewYorkTimes.NYTCrossword
NoneTrying to remove king.com.CandyCrushSag
NoneTrying to remove king.com.CandyCrushSodaSaga
NoneTrying to remove 828B5831.HiddenCityMysteryofShadow
NoneTrying to remove Microsoft.Advertising.Xaml
NonePreviously removed by wapt :

Remaining metro apps ;) : Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 3846, in install_wapt
    exitstatus = setup.install()
  File "c:\windows\temp\waptxq1txp\setup.py", line 102, in install
  File "C:\Program Files (x86)\wapt\setuphelpers.py", line 4399, in run_powershell
    raise ValueError(u'%s returned non json data:\n%s' % (cmd,result))
UnicodeDecodeError: 'ascii' codec can't decode byte 0x8a in position 47313: ordinal not in range(128)
'ascii' codec can't decode byte 0x8a in position 47313: ordinal not in range(128) : faulty string is ''[\r\n    {\r\n        "Name":  "1527c705-839a-4832-9118-54d4Bd6a0c89",\r\n        "Publisher":  "CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US",\r\n        "PublisherId":  "cw5n1h2txyewy",\r\n        "Architecture":  11,\r\n        "ResourceId":  "neutral",\r\n        "Version":  "10.0.16299.15",\r\n        "PackageFamilyName":  "1527c705-839a-4832-9118-54d4Bd6a0c89_cw5n1h2txyewy",\r\n        "PackageFullName":  "1527c705-839a-4832-9118-54d4Bd6a0c89_10.0.16299.15_neutral_neutral_cw5n1h2txyewy",\r\n        "InstallLocation":  "C:\\\\Windows\\\\SystemApps\\\\Microsoft.Windows.FilePicker_cw5n1h2txyewy",\r\n        "IsFramework":  false,\r\n        "PackageUserInformation":  [\r\n                                       "S-1-5-21-485133025-386941804-4221807023-500 [Administrateur]: Installed",\r\n 
I had to cut it, but it continues with all the apps that are in the script.

I don't understand why the script suddenly started malfunctioning.

Thank you for your help
Last edited by Mathieu on Oct 2, 2019 - 5:45 PM, edited 1 time.
- WAPT 2.2.3.12463 Enterprise
- Debian 9.9
- Windows 10 21H2 & Windows 11 22h2
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

July 19, 2019 - 7:08 PM

Hello Mathieu,
Mathieu wrote: July 14, 2019 - 10:18 AM I've recently had a problem with a Remove Metro apps package. It used to work perfectly, but after a few installations, the package is showing an error, even though I haven't touched the script since the package was put into production.
Which version of WAPT, which OS version?
Mathieu wrote: July 14, 2019 - 10:18 Here is the message:

Code: Select all

Remaining metro apps ;) : Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 3846, in install_wapt
    exitstatus = setup.install()
  File "c:\windows\temp\waptxq1txp\setup.py", line 102, in install
  File "C:\Program Files (x86)\wapt\setuphelpers.py", line 4399, in run_powershell
    raise ValueError(u'%s returned non json data:\n%s' % (cmd,result))
UnicodeDecodeError: 'ascii' codec can't decode byte 0x8a in position 47313: ordinal not in range(128)
'ascii' codec can't decode byte 0x8a in position 47313: ordinal not in range(128) : faulty string is ''[\r\n    {\r\n        "Name":  "1527c705-839a-4832-9118-54d4Bd6a0c89",\r\n        "Publisher":  "CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US",\r\n        "PublisherId":  "cw5n1h2txyewy",\r\n        "Architecture":  11,\r\n        "ResourceId":  "neutral",\r\n        "Version":  "10.0.16299.15",\r\n        "PackageFamilyName":  "1527c705-839a-4832-9118-54d4Bd6a0c89_cw5n1h2txyewy",\r\n        "PackageFullName":  "1527c705-839a-4832-9118-54d4Bd6a0c89_10.0.16299.15_neutral_neutral_cw5n1h2txyewy",\r\n        "InstallLocation":  "C:\\\\Windows\\\\SystemApps\\\\Microsoft.Windows.FilePicker_cw5n1h2txyewy",\r\n        "IsFramework":  false,\r\n        "PackageUserInformation":  [\r\n                                       "S-1-5-21-485133025-386941804-4221807023-500 [Administrateur]: Installed",\r\n 
I had to cut it, but it continues with all the apps that are in the script.

I don't understand why the script suddenly started malfunctioning.
Machines also have their mood swings, their little quirks, etc. Each Windows update can be an opportunity to discover new behaviors and new anomalies :-) .

In this case, the PowerShell script returns a JSON file with an unexpected encoding. It seems the JSON blob must have been truncated, right?

Sincerely,

Denis Cardon
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
User avatar
Mathieu
Messages: 91
Registration: August 18, 2016 - 10:24

July 22, 2019 - 2:10 PM

Sorry, I forgot to mention it
- WAPT 1.7.4.6143 Enterprise
- Debian 9.9.

All our machines have the same version of Windows 10, 1709.

Updates are deployed via WSUS, so as far as the OS is concerned, the machines are identical.

Regarding the "JSON Blob," I don't know anything about it; I haven't touched it.
- WAPT 2.2.3.12463 Enterprise
- Debian 9.9
- Windows 10 21H2 & Windows 11 22h2
User avatar
htouvet
WAPT Expert
Messages: 436
Registration: March 16, 2015 - 10:48
Contact :

July 25, 2019 - 11:12

It would be interesting to see what's wrong with the PowerShell release...

in the package at the end of the install() procedure
replace

Code: Select all

    print(u'Remaining metro apps ;) : ')
    print(u'\n'.join(sorted(u'"%(Name)s", # (%(Version)s)",' % app for app in run_powershell('Get-AppxPackage -AllUsers'))))
by

Code: Select all

    print(repr(run_powershell('Get-AppxPackage -AllUsers',output_format='txt')))
And can you post the result of an installation on a machine where it's causing problems?
Tranquil IT
User avatar
Mathieu
Messages: 91
Registration: August 18, 2016 - 10:24

July 30, 2019 - 5:46 PM

I think there was a problem; I did replace the lines correctly

Code: Select all

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 3846, in install_wapt
    exitstatus = setup.install()
  File "c:\waptdev\futur-OptionW10_remove_metroapps_PROD-wapt\setup.py", line 104, in install
    print(repr(run_powershell('Get-AppxPackage -AllUsers',output_format='txt')))
  File "C:\Program Files (x86)\wapt\setuphelpers.py", line 4384, in run_powershell
    raise CalledProcessErrorOutput(e.returncode,cmd,e.output)
CalledProcessErrorOutput: Command u'Get-AppxPackage -AllUsers' returned non-zero exit status -196608.
Output:?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

FATAL ERROR : CalledProcessErrorOutput: Command u'Get-AppxPackage -AllUsers' returned non-zero exit status -196608.
Output:…ù?‘«?‘?ú†?ý‘?ù‘ñªƒû?‡­¾†æ¾†ªÿ†?ð„??‘ûî‘«ü‘?ª‘¾?‘?ªÆøÿ‘¾Ý‘­œ‘?¸Æûý‡øÿƒïÿ‘??‡?ý‘«¸ƒ?©‡?¬‡?¾‘¾ü‘ûî†ïó…ù?ƒ?ÿƒ?ÿƒæ?‘«?‘«?‘«õƒ??ƒæ?‘«?‡­?‡?¸ƒ??ƒæ?‡??†æ­ƒæ?‡??†æ­†ªÿ„÷ð†?î‘«ý‘¾Ý‘?ªƒ??ƒæ?‘«?„¾©‡?©‡?¾‘?­‘¾ï‘?ô…æ?ƒ??ƒ?ÿ†ªÿ„Ïð‡?©‡?æ‘«?‘æý‡?­‡ªÿ‘??‡?÷‡øÿ†ÿÿ„ñ?†æ«†ªÿ„¬ð‡?æ‡?ø„?ï‡?î‘?ðƒ?ï†?¯‡­¾ƒ?ïƒ?¬„æ?‡æ?…æ?ƒ??ƒ?ÿ†ªÿ†?ð‘û¸‘«Ï†?ú‡¾ï‘?ªÆøÿ‡?ü‘ñûÆû¾ƒ??ƒæ?‘û?‘«œ‘?Ï„?Ï‘æî‘?ð‘?©Æøÿ‘«Ÿ‘æð‘û­‘?Ï‘?ÿ‘?î‘??‘?ÿƒ?©‘?½‘?üÆ?ÿÆ÷ï…æ?ƒ??ƒ?ÿ†ªÿ„?ð‘û݇?õ‘?ý‘¾ï‘ûî‘??‘?ðÆøÿ‘­œŠñ­‘?©†ïó…ù?ƒ?ÿƒ?ÿƒæ?‘¾?‘?ªÆøÿ‘­œ‘澑û¸‘?ÿ‘?õ‘?œ‡??‘?ÿƒ?摾ݑ­œ‘?¸ÆûýÆøÿ‡?­‡?õ‘?ð‡?©Æûüƒ??ƒæ?‡­?‘?¾‡?æ‘«¸†?©‘ñî‘?¸ƒ?û†?¬‡?ï‡?­‘??‘?¸‘?ÿ‘?õŠ?÷‡?œ‘¾ï‘ûî†ïó…ù?ƒ?ÿƒ?ÿƒæ?‘«Ÿ‘æð‘û­ƒ?σ?¯ƒ?ðƒ?¬‘?¬‘«ªƒ?œ‘?χ?ÿ‡?œ‡?¸Æûÿ‘?ð‘?ýƒ?ü‡?¬‘?­‘?ª‡?­‘?ÿ‘?õ‘?ý‘ææ‘û¾‡?ï†ïó…ù?ƒ?ÿƒ?ÿƒ?ÿƒ?ÿƒ?ÿƒ?ÿƒ?ÿƒ?ÿƒ?ÿƒ?¬‘?¬‘?ù‘§?Æû¾†ªÿ†?¬‡?­‘æ­‡??‘?ýƒ?ü‘?Ï‘øÿƒ?­‘«œ‘æð‘û­‘?φïó‡ïÿ†ïÿ…ù?…ù?‘«?‘?ú†?ý‘?ù‘ñªƒû?‡­¾†æ¾ƒïÿ‘??‡?ª‡øÿƒïÿƒ?¨ƒ?¬Æ¬î…ù?…ù?†?ð„??‘ûî‘«ü‘?ª‘¾?‘?ª…ù?ƒ?ÿƒ?ÿ‘­Ÿ‡?­‘?õ‘øÿƒ?¾‘¾Ý‘­œ‘?¸ƒ?ý‘?Ï‘?ÿ‘ûî‘«ü‘?ª†?ÿ‘û¸‘«Ï‡?ú†?ÿ‡?î‡?¾‘­?‘ñ¾ƒ?ª‡?ü‘??‘?¸Š?¸ƒ?©‘«?‡?æ‘?ÿŠ?ý‡?¾‡?ÿ…橃??ƒ?ÿ‘?ÿ‘?¸‘¾ù‡?¾‘?ÿƒ?¾‘«œ‡?©‘ñîƒñ¾‡?ÿ‘¾ï‘¾ª‘?üƒ?§‡­?‘«ø‡?ý„?ð‘ûî‘«ü‘?ª‘?ÿ‘û­ƒ?ü‘¾?‘?©‡?îƒ?ü‘«?‘?ú†?ý‘?ù‘ñª…ï©…ï?ƒï?‘??‡?ý‘«¸…橃??ƒ?ÿ„?ÿ‘ô?‡?­‘?ý‘øÿƒ?­‘?ô‡?ý‘«¸ƒ?©‡?ü‘??‘?¸Š?¸ƒ?¾‘?φ?ÿ‘û¸‘«Ï‡?ú†?ÿ‡?î‡?¾‘­?‘ñ¾ƒûª…ïÿƒ??ƒ?ÿ„?ÿ‡?©‘?ýƒ?§‘ûæ‘÷ÿ‘ææ‡??ƒ?î‘?χ?ÿ‡?¾‘¾ü‘ûî‘?ÿ‘?ôƒ?œ‘?ª‡?ÿ‡?­‘æ­‡??‘?ýƒ?ª‘?ïƒ?ª‡?ñƒ?¾ƒ?©‡?ð‡?¾‘¾ü‘ûîÆ?ÿÆ?©ˆ¬ÿ…ï©…ï?ƒï?‘«?‘«?‘«õ…ù?ƒ?ÿƒ?ÿ‘??‡?ü‘?æ‘øÿƒ?­‘?½‘û©Š¸¸‘?ý‘?ÿƒ?¾‘«œ‡¾ø‘¾ý‘­õƒ?ï‡?­‘?ÿ‘ô?‡?­‘?ý‘?õ…ï©…ï?ƒï?‘«?‡­?‡?¸…ù?ƒ?ÿƒ?ÿ‘??‡?ÿƒ?¾‘?Ý‘æýƒ?¾‘?øƒ?ü‡?­Š¸ýƒ?üƒ?ª‡­¾‘??‡?æ‘«¸ƒ?©‘?σ?ü‘«œ‘æð‘û­‘?σ?ü‘?Ï‘?ÿ‘ô?‡?­‘?ý‘?õ…ï©…ï?ƒï?‡??…æ­ƒ??ƒ?ÿ„?ÿ‘ô?‡?­‘?ý‘øÿ‘Ïõ‡?©‡?¾‡?ø‡??‡?¾ƒ?ý‘?Ï‘?ÿ‘æî‘?ð‘?©‡?¾Š?ÿ‘øÿ‘?õ‘?¸ƒ?¾ƒ?Ï‘ûæ‘?ÿ‘«ª‡?¸‘ûî‘?©‘?ð‡?©‘ïÿ‘ûî‡?î‡?ù‘?¾ƒûÏ…ù?ƒ?ÿƒ?ÿ‘??‘?ÿ‘«ª‡?¸‘ûî‘?©‘?ð‡?©‘ïÿ‘ûî‡?î‡?ù‘?¾ƒ?φ?ù„??ƒ?¸‡?¾ƒ?ï‡?æ‘ñ¸‡?¸ƒ??‘?øƒ?ýŠ?Ï‘?݇?æ…ï©…ï?ƒï?‡??…æ­ƒ??ƒ?ÿ„?ÿ‘ô?‡?­‘?ýƒ?ýƒ?ª‘û¸‘?ï‡?ýŠ?ý‘?ï‡?æ‘?ÿƒ?¾‘«œ‘æð‘û­‘?σ?üƒ??ƒ?ª‘¾­‘?Ï‘?ÿ‡?õƒ?©‘ñœ‘¾î‘«ü‘û©‘澑û¾ƒ?ï‡?ð‡?ª‡?¸‡?ù‘?¾ƒûÏ…ù?…ù?„÷ð†?î‘«ý‘¾Ý‘?ª…ù?ƒ?ÿƒ?ÿ‘??‘?ÿ‘?ù‘?ýƒ?¾‘?øƒ?ü‘?ª‡?ÿ‘«ý‘¾Ýƒ?ª‘¾?‘?©‡?îƒ?ü‘«?‘?ú†?ý‘?ù‘ñª…ï©…ï?ƒï?‘«?„¾©‡?©‡?¾‘?­‘¾ï‘?ô…ù?ƒ?ÿƒ?ÿƒ??‘?­‘¾Ý‘­œƒ?¾‘?øƒ?üƒ?Ï‘û¸‘¾ô‘?ï‘Ïÿ‡?©‡?¾‘?­‘¾ï‘?ô‡?ÿ‡?îƒ?ýƒ?ª‡?æ‘ñ¸‡?¸‡?­‡?¾ƒûý…ù?…ù?„Ïð‡?©‡?æ‘«?‘æý‡?­…ù?ƒ?ÿƒ?ÿŠ??‡?œ‡?¸‘øÿƒ?¾‘«Ý‘æý‡?­‘?ÿ‡?¾‘?ÿ‘ûîŠ?©‡?¾‘?ÿ‡?©‡¾î‘??ƒ?üƒ??‘¾?‘?©‡?îƒ?ü‘«?‘?ú†?ý‘?ù‘ñªƒ?©‘??ƒ?ü‘?ô‘?ª‡?æ…æüƒ??ƒ?ÿ‡?ÿ‘ñ­‘?¸‡?¾‡?ÿ‘ûîƒ?ïƒ?©‘??‡?÷ˆ¬ÿƒÿÿ‘­œŠñ­‘?©ƒ?ü‘?χ?ÿ‡­¾‘?ïƒ?¸‡?îˆ÷ÿ†ÿÿ„ñ?ˆ¬ÿƒÿÿ‘«Ý‘æý‡?­„?ÿ„¾?„æ?ƒ??Š?ü‘¾ý‘ñ­‡?¸ƒÝ?…ï©…ï?ƒï?‡??‡?ï‡?æ‘«?‘æý‡?­…ù?ƒ?ÿƒ?ÿŠ??‘?ï‘æý‘û¸ƒ?¾‘?ª‘ïÿ‡??‘«ù‘?Ï‘?ÿƒ?¾‘¾ð‘?ü‘?ÿƒ?©‘«Ý‘æýƒ?¾‘?Ï‘øÿƒ?­‘«ü‡?ý‘?¸‘?ÿƒ?¾‘¾?‘?©‡?îƒ?ü‘«?‘?ú†?ý‘?ù‘ñª…暑??ƒ?ÿ„øÿ‡?¾‡?ÿ‘ñ­‡?¾‡?ý‡?ÿ‘ñ­‘?¸‡?¾‡?ÿ‘ûîƒ?ïƒ?©‘??‡?÷ˆ¬ÿƒÿÿ‘­œŠñ­‘?©ƒ?ü‘?χ?ÿ‡­¾‘?ïƒ?¸‡?îˆ÷ÿ†ÿÿ„ñ?ˆ¬ÿƒÿÿ‘«Ý‘æý‡?­„?ÿ„¾?„æ?ƒ??Š?ü‘¾ý‘ñ­‡?¸ƒÝ?…ï©…ï?ƒï?‘¾?‘?©‡?î‡??‘ñû…澃??ƒ?ÿ„?ÿ‘??‘û¸‡?¸‘øÿƒ?¾‡?ü‘ñûƒ?¾‘?Ï‘?ÿ‘û¾‡??‘?ý‡?ÿ‡?æ„÷ÿ‡?î‘?ðƒñª„ïÿ‘û¸‘渇¸¸‘?¾ƒ?ª‘??‘¾÷‘¾ð‘?§ƒ?χ?î„ÿÿ‘?¸‘?σû©…ù?…ù?„?ð‘?©‘?î‘?¾‘«Ÿ‘æð‘û­…æÏƒ??ƒ?ÿ„?ÿ‘?œ‡?¾‘?ï‡?ÿ‘?©‡?ÿ‡?¾‘¾ü‘ûî‘?ÿƒ?¾‘­œŠñ­‘?©‘?ÿ‘?î‘??‘?ÿƒ?©‘?½‘?üÆ?ÿƒ?ïƒ?Ï‘ûæƒ?¾‘«œ‘æð‘û­‘?σ?©‡??‘ñ¸‡?¸‡¸¾…ù?ƒ?ÿƒ?ÿ‘?œ‡?ÿ‡?­‘æ­‡??‘?ý‡?ÿ‡?îƒ?ý‘û¾‘«ô‘?ûƒ?ý‘?σ?ü‘«œ‘æð‘û­‘?σ?üƒ??‘¾?‘?©‡?îƒ?ü‘«?‘?ú†?ý‘?ù‘ñª‘÷ÿ‘??‡?¾‘¾ü‘?ï‡?©…ù?ƒ?ÿƒ?ÿ‘?σ?ü‡?õ‘ñ¸‘?ª‘?ð‡?ï‘?ÿ‘æî‘ñø‡­¾‡?¾‘¬ÿƒ?æ‘?σ?ü‘?­‘«œ‘?ª‘?σûü…ù?…ù?„?ð‘û݇?õ‘?ý‘¾ï‘ûî‘??‘?ð…ù?ƒ?ÿƒ?ÿ‡??‘??‘?¸‘?¸‡?ÿƒ?©‘«ø‘û¸ƒ?ï‘?χ?ÿ‡?¾‘¾ð‘?©‡?¸‘ûî‘?ÿƒ?¾‘«œ‘?©‘?¸‡?æ‡?­‘«¸ƒ?©‘?χ?©‘øÿ‡?¾‘?æƒ?ª‘¾?‘?©‡?îƒ?ü‘«?‘?ú†?ý‘?ù‘ñª‘?ÿ‡?ü‘?ÿŠ?÷‡?œŠ?ï…暑??ƒ?ÿ„Ïÿƒ?ª‘?ø‡?æ‡?ÿ‘?õ‘¾õƒ?ý‘?χ?ÿ‡?îƒ?ï‘«ø‘û¸ƒ?ï‘?χ?ÿ‡?¾‘¾ð‘?©‡?¸‘ûî‘?ÿ‡?©‘?¾‡?¸‡?ïƒ??‡?üƒ?ý‘?ª‘ïÿ‘?­‘¾ù‘?©‘øÿ‘?î‘ñ­ƒñ¾‘÷ÿ‡?î‘æ­‘?ð‡?©‘øÿ‡?¾…ù?ƒ?ÿƒ?ÿ‘«ø‘û¸‡?ï‘?ÿƒ?¾‘?ï‘æý‘û¸‘¾­‘«üƒ?©ƒ??‘¾Ï‡?ü‘û­‘?œ‡?ÿ‡?­‘?ÿ‘??‡?­ƒ??‘?©‡?îƒ?ü‘«?‘?ú†?ý‘?ù‘ñªƒ?ª‡?î‡?ÿƒ?©‘«ø‘û¸ƒ?ï‘?χ?ÿ‡?¾‘¾ð‘?©‡?¸‘ûî‡?ÿ‡?¾‘«ü‘û©‘ñ­‡?¸…ô?ƒ??ƒ?ÿ‘?ÿ‡?îƒ??‘?Ï‘?ÿ‡?­‘?­‡?¸‡??‡?ÿŠ?ø‘¾œ‘¾Ý‡?ñ‡?¾‘?ÿƒ?æ‚?ý‘?ª‡?ÿ‘¾ï‘¾ª‘?ü‘?ï‡?æ…暑??ƒ?ÿ…ïÿƒï?‘¾?‘?ª…ù?ƒ?ÿƒ?ÿ‡­?‘??‡?æƒ?¾‘?ª‡?ÿ‡?œ‡?¸ƒ?ï‡?ü‘??‘?¸Š?¸‘?ÿ‘û­ƒ?üƒ?ª‡??‘û¾‡?σ?¾‘«ª‘?œ‘?ªƒÿÿ‡?­‘?¾ˆ÷ÿ‘?ÿ‡?î‡?ð‡?î‘?ý‘û¸ƒ?õƒÝîƒ?ª‘?χ?ÿ‡?î‘?ï‡?ÿ‘?æ‘øÿ‡?¾…ïÿƒ??ƒ?ÿ‘?ÿ‘ûî‡?œ‘«¸‡?©‘?ÿƒ?ï‘?ô‘¾ý‘?­‘?ªƒ?ü‡?œŠ??‡?¾‡?ÿ‡?­‘øÿƒ?¾‘?ü‘¾ý‡?ø‡?ÿ‘¾î‘û¾ƒ?χ?ü‘ûî‘?¸‘?ªƒ?ü‘?χ?©‘øÿƒ?­…ù?ƒ?ÿƒ?ÿ‘?ü‡?ü‘«¸ƒ?©‘?­‘¾ï‘?ôƒ?©‘û?‡?¾‘øÿƒ?¾‘­œ‘澑û¸‘?ÿ‘?õ‘?œ‡??‘?ÿƒ?摾ݑ­œ‘?¸ƒ?ý‘?χ?ÿ‡?œ‡?¸ƒ?ï‡?¾‘øÿ‡?¾‡?ÿ‡?­‘æ­‡??‘?ýƒ?ü‡??‘û¾‡?ï‘ñ¾ƒûü…ïÿƒ??ƒ?ÿ„øÿƒ?¾‘¾Ý‘­œ‘?¸ƒ?ý‘«Ï‡?¸Šÿÿ‡?ïƒ?¾‘?ª‘?ÿ‡?¾‘¾©‡?¾‡?ÿ‡?­‘æ­‡??‘?ý‘?ÿƒ?¾‘?ª‘?ÿ‘æî‘?ð‘?©ƒñ¾‘?ÿ‡?­‡?ÿ‡?îƒ?ü‘?ªƒ?ü‘?œ‘?ý‡?œ‡??‡?¾…ïÿƒ??ƒ?ÿ‘?ÿ‡?©Š?ýƒ?ü‡?­Š¸ýƒ?ü‘?ª‘÷ÿ‘æî‘?ÿƒ?¾‘?ø‘?ýЏð‡?ïƒ?¾‘¾?‘?ª‡?ÿ‘ûîƒ?ï‘û¸‘?ï‡?ýŠ?ýŠ?ï…æüƒ??ƒ?ÿ‘?ÿ‘æî‘?ðŠ?ÿ‘?ï‡?©‘øÿƒ?¾‘­œ‘澑û¸‘?ÿ‘?õ‘?œ‡??‘?ÿƒ?摾ݑ­œ‘?¸ƒ?ý‘?χ?ÿ‡?œ‡?¸ƒñï‡?ÿ‘¾æ‘¾ô‘?ÿ‡?¾‡?ÿ‡?­‘æ­‡??‘?ýƒ?ü‡?χ?ÿ‡?œ‡?¸ƒûï…ù?…ù?„?ð‘?÷‡?œ‘¾ï‘ûî‘«?‘¾ª‡¾œ…ù?ƒ?ÿƒ?ÿŠ??‘¾Ý‘¾©ƒ?ï‘?ª‡?ÿ‡?ï‡?­‘??‘?¸‘?ÿ‘?õŠ?÷‡?œ‘¾ï‘ûî‡?ÿ‡?­‘?ÿ‘??‡?­ƒ?ï‘?Ï‘øÿƒ?­‘?ü‡?ü‘«¸ƒ?©‘?­‘¾ï‘?ô‘?ÿƒ?ïƒ?ª‘û¾‘?ý‘¾õ‡?ü‘?ý…ïÿƒ??ƒ?ÿ‘?ÿ‘û­ƒ?ü‘?ª‡?ÿ‡?­‘?¸‘ñ½ƒ?¾ƒ?Ï‘û¾‘¾ô‘«ý‘û©‘澑û¾ƒ?ï‘?χ?©†?§„??‘?÷‡?œ‘¾ï‘ûî‘«?‘¾ª‡¾œ‡??‘?¾‡?¾‘û¾‘?œƒ?©…ù?ƒ?ÿƒ?ÿ‘?Ÿ‡?ÿ‡?­‘æ­‡??‘?ý‘÷ÿƒ?¾‘«ð‘¾Ï‘¾Ýƒ?¾‘?øƒ?ü‘?ª‡?ÿ‡?ï‡?­‘??‘?¸‘?ÿ‘?õŠ?÷‡?œ‘¾ï‘ûî†?ÿ‘û¸‘«Ï‡?ú†?ÿ‡?î‡?¾‘­?‘ñ¾ƒ?ª…ù?ƒ?ÿƒ?ÿŠ?Ï‘¾Ý‘¾©ƒ?¾‘?χ?©‘øÿƒ?¾‘??‘¾õ‡?ü‘?ý…ï©…ï?ƒï?‘«Ÿ‘æð‘û­…æÏƒ??ƒ?ÿ„?ÿŠ?÷‡?œ‘?ï‘øÿ‡?¾‘?ÿ‘æî‘?ð‘?©‡?¾‡?ÿŠ?ø‘¾œ‘¾Ý‘??ƒ?ü‘?ùƒ?ï‘?ªƒ?ü‘?ø‘?ýЏð‡?ï‡?¾Š?ÿ‘?ô‡?©‘?æ‡?ªƒ?¸‘«œ‘æðƒ?¾‘¾ü‘?ÿ‘ñª‡?¾Š?ÿ‘?ï‘?¸‡?©…ù?ƒ?ÿƒ?ÿ‘û¾‡?ï‘??ƒ?ü‘?χ?©‘øÿ‘Ïõ‡?©‡?¸ƒ?¾‘?Ï‘?ÿ‘æî‘?ð‘?©‡?¾†?ÿ‘û¸‘«Ï‡?ú†?ÿ‡?î‡?¾‘­?‘ñ¾ƒñª‡?ÿ‘¾æƒ?ü‘?ü‘?ÿ‡?¾‘?ðƒ?ª‘?ü‘?æ‡?ÿƒ?¸…ù?ƒ?ÿƒ?ÿ‘«?‡­?‡?¸‘?ÿ‡?ü‡?ÿŠ?ø‘¾œ‘¾Ýƒ§?„øÿƒ?­‘?ô‘?ª‡?æ‘?ÿƒ?¾‘?ª‘?ÿ‘æî‘?ð‘?©ƒ?¾‘?ø‡?æŠÿÿ‡?ïƒ?¾ƒ?©ƒ?ðƒýî‡?ÿ‘?©‘?ÿ‘?ù‘§?ƒ?¾‡?î‡?ÿ…橃??ƒ?ÿ‘?ÿ‘«ªƒ?œ‘?χ?ÿ‡?œ‡?¸ƒûï…ù?…ù?ƒ?ÿƒ?ÿ‘¾?‘øÿƒ?­‘?ô‘?ª‡?æ‘?ÿƒ?¾‘?ª‘?ÿ‘æî‘?ð‘?©ƒ?¾‡?¾ƒ?ïƒ?©ƒ?ðƒýî‘øÿƒ?¾‘?ï‡?÷ƒ?¾‘?Ï‘øÿƒ?­‘«œ‘æð‘û­‘?Ï‘?ÿ‡?ü‘øÿƒ?æ‘?χ?©…ù?ƒ?ÿƒ?ÿƒ?ª‘û¾‡?ï‘??‡?ÿ‘?ï‘?©‡?­ƒûÏ…ù?…ù?ƒ?ÿƒ?ÿ‘¾?‘øÿƒ?­‘?ô‘?ª‡?æ‘?ÿƒ?¾‘?ª‘?ÿ‘æî‘?ð‘?©ƒ?¾‡?¾ƒ?ï‘ûæ‘?ÿ‘«ªƒ?œ‘?χ?ÿ‡?œ‡?¸ƒñï‘?ÿ‘ñ¾‘¾æ‘?ðƒ?¸‘«Ï‡?¸Šÿÿ‡?ïƒ?¾‘ñø‘?­…ô?ƒ??ƒ?ÿ‘?ÿ‡?©‘?ý‘?ÿ‘?œ‘ñî‘?­‡?¾ƒÿÿ‡æ¯ƒ÷¸†?ÿ‡?îƒ?ü‘«ø‡?懸¾‡?ÿŠ?ø‘¾œ‘¾Ý‡?¾‡?ÿƒ?©‘ñ½‘?î‘?ÿƒ?¾‘?ü‘¾ý‡?ø‡?ÿ‘¾©‡?ñ‘澑û¾…æïƒ??ƒ?ÿ‘øÿ‡?î‡?ü‘?æ‡?ÿ‡?îƒ?ü‡­¾‘??‡?懸¾†?ÿ‡?î‡?¾‘­?‘ñ¾ƒûª‡­¾ƒ?¾‘?χ?©†?ÿ‘û¸‘«Ï‡?ú†?ÿ‡?î‡?¾‘­?‘ñ¾ƒûª„øÿ‡?¾‡?ÿ‡??‘ñæ‘?ï‡?ï‘?ÿƒ?æ‘ñ½‘?î‘?ÿƒ?¾‘?ü‘¾ý‡?ø‡?ÿ‘ûîƒ?ï‘?ý‡?©‡¾î‡??Š?ÿ‘øÿ‘Ïõ‡?©‡?¾‡?ø‡??‡?¾ƒ?ý‘?Ï‘?ÿ‘æî‘?ð‘?©‡?¾…ù?ƒ?ÿƒ?ÿ‘?ø‘?ý‡?©‡?ÿ‡?îƒ?ü‘«Ý‘æýƒ?¾ƒ?Ï‘?î‘?¦‡?ï†ÿÿ„ñ?‘?ÿ‡??‡??‘?¸‘¾ªŠ?üƒ?ü‡?¾‘÷ÿ‘ûî‡?ÿ‡?­‡?ÿ‡?îƒ?ü‘«Ý‘æýƒ?¾ƒ?Ï‘?î‘?¦‡?ï‘?ÿ‡?œ‘?¸ƒûü…ù?…ù?ƒ?ÿƒ?ÿ‘¾?‘øÿƒ?­‘?ô‘?ª‡?æ‘?ÿƒ?¾‘?ª‘?ÿ‘æî‘?ð‘?©ƒ?¾‡?¾ƒ?ï‘ûæƒ?¾‘­œŠñ­‘?©ƒ?ª‘?ª‘?ÿ‘æî‘?ð‘?©ƒ?¾‘«Ï‡?¸Šÿÿ‡?ïƒ?¾‘?ª‘?ÿ‡?¾‘¾©‡?¾…ù?ƒ?ÿƒ?ÿ‘?ø‘?ýЏð‡?ïƒ?¾‘?Ï‘øÿƒ?­‘«œ‘æð‘û­‘?σ?ª‘?œƒ?ý‘?ªƒ?ü‘?œ‘?ý‡?œ‡??‡?¾‘?ÿ‡?©Š?ýƒ?ü‡?­Š¸ýƒ?ü‘?ª‘?ÿ‘æî‘?ð‘?©ƒ?¾‘«ü‡?©…ù?ƒ?ÿƒ?ÿ‘û¸‘?ï‡?ýŠ?ýŠ?ïƒ?ü‘«œ‘æðƒ?¾‡?­‡?õ‘?ð‡?©ƒ?ü‘?Ï‘?ÿ‘æî‘?ð‘?©ƒû¾…ù?…ù?ƒ?ÿƒ?ÿ‘«?‡?æŠ?ÿ‡?œ‡?¸ƒ?¾‘ûæƒ?¾‘­œŠñ­‘?©‡?ÿ‘¾æ‘?ÿŠ?÷‡?œ‘?ï‡?ÿ‘?©‘?ÿ‘æî‘?ð‘?©ƒ?¾‘¾?‘?©‡?îƒ?ü‘«?‘?ú†?ý‘?ù‘ñª…廙??ƒ?ÿ‡?ÿ‘¾ï‘¾ª‘?üƒ?§‘?ª‘?ÿ‡?î‘?ðƒ?ï…ï§…Ï?ƒ?½‡ªÿ‘?¬‘æî‘?ð‘?©Æû¾ƒ?«…ù?ƒ?ÿƒ?ÿ‚?î‘øÿ‡?¾‘?ÿ‘¾æ‘ñª‘澇?¾ƒ?ü‘û¸‘¾Ï‡?ñ‘û¾ƒ?ï‘ûæƒ?¾‘­œŠñ­‘?©‘?ÿƒ?ïƒ?ª‡?î‡??‡?­‡?¾ƒ?ýƒ?χ?­‘?øƒ?ªƒ?ù…︃??ƒ?ÿ‘?ÿ‡?©‘?ý‘§?ƒ?¾ƒ?ª‡­¾‘??‡?æ‘«¸ƒ?©‘?Ï‘øÿƒ?­‘«œ‘æð‘û­‘?Ï…ï©…ï?ƒï?‘??‡?ªƒ?ªÆ¬ðƒ?ªÆ¬î…ù?ƒ?ÿƒ?ÿ‘??‘¾Ý‘­œƒ?¾‘?œ‘ïÿ‡?¾‘?ü‘?õƒ?©‘¾?‡?ÿ‡?îƒ?ü‘û¾‡?¾‡?ÿ‘?©‘?ÿ‘æî‘?ð‘?©ƒ?¾‘«?‘?ú†?ý‘?ù‘ñª‘?©‘?÷‘?ÿ‘û­ƒ?ü‘¾?‘?©‡?î…æüƒ??ƒ?ÿ†?ÿ‡?î‡?¾‘­?‘ñ¾ƒñª‡?ÿŠ?ý‘¾Ý‘?÷ƒ?§‘?ªƒ?ü‘?ø‘?ýЏð‡?ï‡?¾‘?ÿƒ?¾‘?ª‘?ÿ‘æî‘?ð‘?©ƒ?¾‡?­‘?¾‡?ÿƒ?©‘¾ï‘?ýƒ?ïƒïùƒ?¸‡?¾…ù?ƒ?ÿƒ?ÿ‘«©ƒ?©‘?øƒ?ü‡?­‘?¾‡?ÿ‘?©‘?ÿ‡?­‘?ý‘¬ÿ‘ñ½‡?¸‘?æƒÿÿƒÏîƒ?©‘«?‡?æ‡?ÿ‡?î‘?ôƒ?§‡?æ‘ñ¸‡?¸‡?¾‡?ÿƒ?©‘¾ï‘?ýƒ?ï‡?î‡?ÿ‘?©‘?ÿ‡?­‘?ý‘¬ÿ‘ñ½‡?¸‘?æ‘?ÿ‘û­ƒ?ü‘柃ûχ­¾ƒû¾…ù?…ù?†­?„æ?„ñ?†??…ù?ƒ?ÿƒ?ÿ‘«?‘?ú†?ý‘?ù‘ñªƒïÿ†??‘«Ÿ‡?©‘ñî„?¾‘ñ¸ƒ?¾‡??†?ª‘?©„¾øƒû©‡??Æ?œ…ù?ƒ?ÿƒ?ÿ‘«?‘?ú†?ý‘?ù‘ñªƒïÿ‘?ô‡?ý‘«¸ƒ?©ƒ÷ýƒ?ø„÷ð„ñî‘?îƒ?î„Ïð‡?©‡?æ‘«?‘æý‡?­‡?ÿ‡­¾ƒ?ð‡?æ‡?ø„?ï‡?î‘?ðƒ?ï„æ?…æ?ƒ??ƒ?ÿ†?ÿ‡?î‡?¾‘­?‘ñ¾ƒ?ª„?ð‘û݇?õ‘?ý‘¾ï‘ûî‘??‘?ð„?ÿ‘æÏ‘û¸‘«?‘?ª…æüƒ??ƒ?ÿ†?ÿ‡?î‡?¾‘­?‘ñ¾ƒ?ª„?ð‘æî‘?ð‘?©‡ªÿ‘??ƒæï‡??‘û¾„ñï‘?îƒïÿ‘«?„ûõ‘æ­ƒ?¾‘?ü‡?œ‘¾ý‡¾ï…櫃??ƒ?ÿ†?ÿ‡?î‡?¾‘­?‘ñ¾ƒ?ª„?ð‘æî‘?ð‘?©ƒ?ÿƒ?Ý„?¯‡?¾„?ð‘?ô‡?©‘«?ƒ?õ„øð‘?î‘??‘?ð‡?ÿ‘?¾‡?æ‡?¸‡æû…ï½…ï?ƒ??ƒ?ÿƒ?ÿ†?ÿ‡?îƒ?ý‡?æ‘ñ¸‡?¸‡?¾‘øÿƒ?¾‘?ø‘?ýЏð‡?ïƒ?¾„?ð‘?©‘?î‘?¾‘«Ÿ‘æð‘û­ƒ?υ遼??ƒ?ÿƒ?ÿ‘«œ‘æð‘û­ƒ?σ?«‘?õ‡?¸ƒ?ÿƸœ‡??‘«ý‡?õ‘æ­‘?ÿ‘ñ¸‡?¾ƒ?½…ïõƒ??ƒ?ÿƒ?ÿ‡¾½‘?ïƒ?üƒ?«†??‡?û‘?ïƒûð‘??‡?÷„?©‘?©‘?î‘û¸†æõÆù§‘û?‘?¸‘?îƒû¾‘??„?ï‡?û‡?¾ƒ?ù‘«œ‘æð‘û­ƒ¾Ï…ù?ƒ?ÿƒ?ÿ‘?Ï‘?©‘?î‘?¾‘«Ÿ‘æð‘û­ƒ?σ?«„??‘ûî‘?ô‡?ýƸ?†?§„?î‡?­Æ?¾†?ï‡?ï‘û¸ƒ­õ‘?χ?û‡?¾…︃??ƒ?ÿ‡?ÿ‡?î‡?¾‘­ü‘ñ¾ƒûª‡­¾ƒ?¾‘?ð‘?©‘?î‘?¾‘«Ÿ‘æð‘û­ƒ?Ï‘?Ï‘?©‘?î‘?¾‘«Ÿ‘æð‘û­…æÏ„Ï?‡?ð‡?ü‘ñ½ƒ?¾‘?χ?ÿ‘?ý‡?¸‡?¾‘øÿƒ?­‘«œ‘æð‘û­‘?Ï‘?ÿƒ?©‘?ý‡?¸‘ûî‘?ÿ‡?õ‘?©‡?ÿ‘ñ­‡?¾ƒ?ý‘?χ?ÿ‡?­‘æ­‡??‘?ý‘Ïÿ‘?©‡?î‘?ý‡?œƒû¾ˆ÷ÿ‡?¨‡?÷ˆ¨¨‘÷ÿ‘?õ‡?ü‡?ÿ‡?­‡?ÿƒ?©‘«Ý‘æý‡?­‡?ÿ‘ñ­‘?¸ƒû¾„øÿ‡?¾‘?ÿ‡?î‘?ð‡?ï‡?ÿ‘ñ­‘?¸‡?¾‡?ÿ‘ûî‹«ï…阮??‡­¾…æï†ÿ?„ñ?…ù?‘«?‘?©…ù?…ù?
Exit code:  3
- WAPT 2.2.3.12463 Enterprise
- Debian 9.9
- Windows 10 21H2 & Windows 11 22h2
User avatar
Mathieu
Messages: 91
Registration: August 18, 2016 - 10:24

July 30, 2019 - 5:52 PM

I just noticed that in the original setup there were two lines of ##

Code: Select all

old_removed.extend(removed)
    WAPT.write_param(control.package,old_removed)
By removing the ##, the package installs with a message at the end

Code: Select all

Starting the debloating process...Trying to remove Microsoft.BingFinance
NoneTrying to remove Microsoft.BingNews
NoneTrying to remove Microsoft.BingSports
NoneTrying to remove Microsoft.BingWeather
NoneTrying to remove Microsoft.Getstarted
NoneTrying to remove Microsoft.XboxApp
NoneTrying to remove Microsoft.ZuneMusic
NoneTrying to remove Microsoft.ZuneVideo
NoneTrying to remove Microsoft.MinecraftUWP
NoneTrying to remove Microsoft.BingFoodAndDrink
NoneTrying to remove Microsoft.BingTravel
NoneTrying to remove Microsoft.BingHealthAndFitness
NoneTrying to remove Microsoft.WindowsReadingList
NoneTrying to remove Flipboard.Flipboard
NoneTrying to remove ShazamEntertainmentLtd.Shazam
NoneTrying to remove king.com.CandyCrushSaga
NoneTrying to remove king.com.CandyCrushSodaSaga
NoneTrying to remove king.com.*
NoneTrying to remove ClearChannelRadioDigital.iHeartRadio
NoneTrying to remove 4DF9E0F8.Netflix
NoneTrying to remove 6Wunderkinder.Wunderlist
NoneTrying to remove Drawboard.DrawboardPDF
NoneTrying to remove 2FE3CB00.PicsArt-PhotoStudio
NoneTrying to remove D52A8D61.FarmVille2CountryEscape
NoneTrying to remove TuneIn.TuneInRadio
NoneTrying to remove TheNewYorkTimes.NYTCrossword
NoneTrying to remove king.com.CandyCrushSag
NoneTrying to remove king.com.CandyCrushSodaSaga
NoneTrying to remove 828B5831.HiddenCityMysteryofShadow
NoneTrying to remove Microsoft.Advertising.Xaml
NoneTraceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 3846, in install_wapt
    exitstatus = setup.install()
  File "c:\windows\temp\wapthz_wv2\setup.py", line 96, in install
  File "C:\Program Files (x86)\wapt\lib\json\__init__.py", line 339, in loads
    return _default_decoder.decode(s)
  File "C:\Program Files (x86)\wapt\lib\json\decoder.py", line 364, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
TypeError: expected string or buffer
TypeError: expected string or buffer
- WAPT 2.2.3.12463 Enterprise
- Debian 9.9
- Windows 10 21H2 & Windows 11 22h2
raselinary
Messages: 1
Registration: Sep 18, 2019 - 4:37 p.m.

September 18, 2019 - 4:45 PM

Hello,

I received the following message and nothing has been uninstalled!

Starting the debloating process...
Trying to remove Microsoft.BingFinance
None
Trying to remove Microsoft.BingNews
None
Trying to remove Microsoft.BingSports
None
Trying to remove Microsoft.BingWeather
None
Trying to remove Microsoft.Getstarted
None
Trying to remove Microsoft.XboxApp
None
Trying to remove Microsoft.ZuneMusic
None
Trying to remove Microsoft.ZuneVideo
None
Trying to remove Microsoft.MinecraftUWP
None
Trying to remove Microsoft.BingFoodAndDrink
None
Trying to remove Microsoft.BingTravel
None
Trying to remove Microsoft.BingHealthAndFitness
None
Trying to remove Microsoft.WindowsReadingList
None
Trying to remove Flipboard.Flipboard
None
ShazamEntertainmentLtd.Shazam
None
king.com.CandyCrushSaga
None
Trying to remove king.com.CandyCrushSodaSaga
None
Trying to remove king.com.*
None
Trying to remove ClearChannelRadioDigital.iHeartRadio
None
Trying to remove 4DF9E0F8.Netflix
None
Trying to remove 6Wunderkinder.Wunderlist
None
Trying to remove Drawboard.DrawboardPDF
None
Trying to remove 2FE3CB00.PicsArt-PhotoStudio
None
Trying to remove D52A8D61.FarmVille2CountryEscape
None
Trying to remove TuneIn.TuneInRadio
None
Trying to remove TheNewYorkTimes.NYTCrossword
None
Trying to remove king.com.CandyCrushSag
None
Trying to remove king.com.CandyCrushSodaSaga
None
Trying to remove 828B5831.HiddenCityMysteryofShadow
None
Trying to remove Microsoft.Advertising.Xaml
None
Previously removed by wapt:

Remaining metro apps ;) :
"1527c705-839a-4832-9118-54d4Bd6a0c89", # (10.0.17763.1)",
"7EE7776C.LinkedInforWindows", # (2.0.1.0)",
"AppUp.IntelGraphicsControlPanel", # (3.1.0.0)",
"AppUp.IntelOptaneMemoryandStorageManagement", # (17.0.1011.0)",
"CyberLinkCorp.th.Power2GoforLenovo", #(8.0.8621.0)",
"CyberLinkCorp.th.PowerDVDforLenovo", #(14.1.8627.0)",
"E046963F.LenovoCompanion", #(4.26.43.0)",
"E2A4F912-2574-4A75-9BB0-0D023378592B", # (10.0.17763.1)",
"F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE", # (10.0.17763.1)",
"InputApp", # (1000.17763.1.0)",
"Microsoft.AAD.BrokerPlugin", # (1000.17763.1.0)",
"Microsoft.AccountsControl", # (10.0.17763.1)",
"Microsoft.Advertising.Xaml", # (10.1804.2.0)",
"Microsoft.Advertising.Xaml", # (10.1804.2.0)",
"Microsoft.AsyncTextService", # (10.0.17763.1)",
"Microsoft.BingWeather", # (4.25.12127.0)",
"Microsoft.BioEnrollment", # (10.0.17763.1)",
"Microsoft.CredDialogHost", # (10.0.17763.1)",
"Microsoft.DesktopAppInstaller", # (1.0.22011.0)",
"Microsoft.ECApp", # (10.0.17763.1)",
"Microsoft.GetHelp", # (10.1706.10441.0)",
"Microsoft.Getstarted", # (6.13.11581.0)",
"Microsoft.HEIFImageExtension", # (1.0.11792.0)",
"Microsoft.HEVCVideoExtension", # (1.0.12203.0)",
"Microsoft.LockApp", # (10.0.17763.1)",
"Microsoft.MPEG2VideoExtension", # (1.0.6.0)",
"Microsoft.MSPaint", # (4.1807.12027.0)",
"Microsoft.Messaging", # (3.43.27001.0)",
"Microsoft.Microsoft3DViewer", # (4.1808.15012.0)",
"Microsoft.MicrosoftEdge", # (44.17763.1.0)",
"Microsoft.MicrosoftEdgeDevToolsClient", # (1000.17763.348.0)",
"Microsoft.MicrosoftOfficeHub", # (17.8918.5926.0)",
"Microsoft.MicrosoftSolitaireCollection", #(4.1.5252.0)",
"Microsoft.MicrosoftStickyNotes", # (2.0.13.0)",
"Microsoft.MixedReality.Portal", # (2000.18081.1242.0)",
"Microsoft.NET.Native.Framework.1.6", # (1.6.24903.0)",
"Microsoft.NET.Native.Framework.1.6", # (1.6.24903.0)",
"Microsoft.NET.Native.Framework.1.7", # (1.7.25531.0)",
"Microsoft.NET.Native.Framework.1.7", # (1.7.25531.0)",
"Microsoft.NET.Native.Runtime.1.6", # (1.6.24903.0)",
"Microsoft.NET.Native.Runtime.1.6", # (1.6.24903.0)",
"Microsoft.NET.Native.Runtime.1.7", # (1.7.25531.0)",
"Microsoft.NET.Native.Runtime.1.7", # (1.7.25531.0)",
"Microsoft.Office.Desktop", # (16040.10730.20103.0)",
"Microsoft.Office.OneNote", # (16001.10228.20003.0)",
"Microsoft.OneConnect", # (5.1807.1991.0)",
"Microsoft.PPIProjection", # (10.0.17763.1)",
"Microsoft.People", # (10.1805.1361.0)",
"Microsoft.Print3D", # (3.0.1521.0)",
"Microsoft.ScreenSketch", # (10.1806.2112.0)",
"Microsoft.Services.Store.Engagement", # (10.0.18101.0)",
"Microsoft.Services.Store.Engagement", # (10.0.18101.0)",
"Microsoft.SkypeApp", # (14.26.95.0)",
"Microsoft.StorePurchaseApp", # (11805.1001.8.0)",
"Microsoft.VCLibs.110.00.UWPDesktop", # (11.0.61135.0)",
"Microsoft.VCLibs.110.00.UWPDesktop", # (11.0.61135.0)",
"Microsoft.VCLibs.140.00", # (14.0.26706.0)",
"Microsoft.VCLibs.140.00", # (14.0.26706.0)",
"Microsoft.VCLibs.140.00.UWPDesktop", # (14.0.26905.0)",
"Microsoft.VP9VideoExtensions", # (1.0.12342.0)",
"Microsoft.Wallet", # (2.2.18179.0)",
"Microsoft.WebMediaExtensions", # (1.0.12341.0)",
"Microsoft.WebpImageExtension", # (1.0.11551.0)",
"Microsoft.Win32WebViewHost", #(10.0.17763.1)",
"Microsoft.Windows.Apprep.ChxApp", # (1000.17763.1.0)",
"Microsoft.Windows.AssignedAccessLockApp", # (1000.17763.1.0)",
"Microsoft.Windows.CapturePicker", # (10.0.17763.1)",
"Microsoft.Windows.CloudExperienceHost", # (10.0.17763.1)",
"Microsoft.Windows.ContentDeliveryManager", # (10.0.17763.1)",
"Microsoft.Windows.Cortana", # (1.11.5.17763)",
"Microsoft.Windows.NarratorQuickStart", # (10.0.17763.1)",
"Microsoft.Windows.OOBENetworkCaptivePortal", # (10.0.17763.1)",
"Microsoft.Windows.OOBENetworkConnectionFlow", # (10.0.17763.1)",
"Microsoft.Windows.ParentalControls", # (1000.17763.1.0)",
"Microsoft.Windows.PeopleExperienceHost", # (10.0.17763.1)",
"Microsoft.Windows.Photos", # (2018.18051.21218.0)",
"Microsoft.Windows.PinningConfirmationDialog", # (1000.17763.1.0)",
"Microsoft.Windows.SecHealthUI", # (10.0.17763.1)",
"Microsoft.Windows.SecureAssessmentBrowser", # (10.0.17763.1)",
"Microsoft.Windows.ShellExperienceHost", # (10.0.17763.1)",
"Microsoft.Windows.XGpuEjectDialog", # (10.0.17763.1)",
"Microsoft.WindowsAlarms", # (10.1805.1361.0)",
"Microsoft.WindowsCalculator", # (10.1805.1201.0)",
"Microsoft.WindowsCamera", # (2018.425.120.0)",
"Microsoft.WindowsFeedbackHub", # (1.1805.2331.0)",
"Microsoft.WindowsMaps", # (5.1805.1431.0)",
"Microsoft.WindowsSoundRecorder", # (10.1805.1941.0)",
"Microsoft.WindowsStore", # (11805.1001.49.0)",
"Microsoft.Xbox.TCUI", # (1.11.28003.0)",
"Microsoft.XboxApp", # (41.41.18001.0)",
"Microsoft.XboxGameCallableUI", # (1000.17763.1.0)",
"Microsoft.XboxGameOverlay", # (1.32.17005.0)",
"Microsoft.XboxGamingOverlay", # (2.20.22001.0)",
"Microsoft.XboxIdentityProvider", # (12.44.20001.0)",
"Microsoft.XboxSpeechToTextOverlay", # (1.17.29001.0)",
"Microsoft.YourPhone", # (0.0.12084.0)",
"Microsoft.ZuneMusic", # (10.18052.20211.0)",
"Microsoft.ZuneVideo", # (10.18052.20211.0)",
"RealtekSemiconductorCorp.RealtekAudioControl", # (1.2.148.0)",
"Windows.CBSPreview", # (10.0.17763.1)",
"Windows.PrintDialog", # (6.2.1.0)",
"c5e2524a-ea46-4f67-841f-6a9465d9d515", # (10.0.17763.1)",
"microsoft.windowscommunicationsapps", # (17.9330.21365.0)",
"windows.immersivecontrolpanel", #(10.0.2.1000)",
User avatar
Mathieu
Messages: 91
Registration: August 18, 2016 - 10:24

September 25, 2019 - 11:29

Good morning,

I keep getting an error on the package; I have over 100 workstations that are showing an error

I keep getting the same message:

Code: Select all

Starting the debloating process...Trying to remove Microsoft.BingFinance
NoneTrying to remove Microsoft.BingNews
NoneTrying to remove Microsoft.BingSports
NoneTrying to remove Microsoft.BingWeather
NoneTrying to remove Microsoft.Getstarted
NoneTrying to remove Microsoft.MicrosoftOfficeHub
NoneTrying to remove Microsoft.MicrosoftSolitaireCollection
NoneTrying to remove Microsoft.OneConnect
NoneTrying to remove Microsoft.People
NoneTrying to remove Microsoft.WindowsAlarms
NoneTrying to remove Microsoft.WindowsMaps
NoneTrying to remove Microsoft.WindowsPhone
NoneTrying to remove Microsoft.WindowsSoundRecorder
NoneTrying to remove Microsoft.XboxApp
NoneTrying to remove Microsoft.ZuneMusic
NoneTrying to remove Microsoft.ZuneVideo
NoneTrying to remove microsoft.windowscommunicationsapps
NoneTrying to remove Microsoft.MinecraftUWP
NoneTrying to remove Microsoft.MixedReality.PortalMicrosoft.BingFoodAndDrink
NoneTrying to remove Microsoft.BingTravel
NoneTrying to remove Microsoft.BingHealthAndFitness
NoneTrying to remove Microsoft.WindowsReadingList
NoneTrying to remove Flipboard.Flipboard
NoneTrying to remove ShazamEntertainmentLtd.Shazam
NoneTrying to remove king.com.CandyCrushSaga
NoneTrying to remove king.com.CandyCrushSodaSaga
NoneTrying to remove king.com.*
NoneTrying to remove ClearChannelRadioDigital.iHeartRadio
NoneTrying to remove 4DF9E0F8.Netflix
NoneTrying to remove 6Wunderkinder.Wunderlist
NoneTrying to remove Drawboard.DrawboardPDF
NoneTrying to remove 2FE3CB00.PicsArt-PhotoStudio
NoneTrying to remove D52A8D61.FarmVille2CountryEscape
NoneTrying to remove TuneIn.TuneInRadio
NoneTrying to remove TheNewYorkTimes.NYTCrossword
NoneTrying to remove king.com.CandyCrushSag
NoneTrying to remove king.com.CandyCrushSodaSaga
NoneTrying to remove 828B5831.HiddenCityMysteryofShadow
NoneTrying to remove Microsoft.Advertising.Xaml
NoneTraceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 3846, in install_wapt
    exitstatus = setup.install()
  File "c:\windows\temp\waptdzylcw\setup.py", line 98, in install
  File "C:\Program Files (x86)\wapt\lib\json\__init__.py", line 339, in loads
    return _default_decoder.decode(s)
  File "C:\Program Files (x86)\wapt\lib\json\decoder.py", line 364, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
TypeError: expected string or buffer
TypeError: expected string or buffer
Do you have a solution?
- WAPT 2.2.3.12463 Enterprise
- Debian 9.9
- Windows 10 21H2 & Windows 11 22h2
User avatar
Gaetan
Messages: 169
Registration: August 8, 2019 - 10:16
Location: Toulouse

September 25, 2019 - 3:08 PM

Hello,
does the script run manually on one of the machines experiencing the error work?
User avatar
Mathieu
Messages: 91
Registration: August 18, 2016 - 10:24

September 25, 2019 - 4:30 PM

On my VM, the package is no longer showing an error, even though I haven't made any changes.

But on another machine, when I restart the installation, it's still showing an error.
- WAPT 2.2.3.12463 Enterprise
- Debian 9.9
- Windows 10 21H2 & Windows 11 22h2
Locked