You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Brief description of your issue
When running winget --list with scope machine on a Windows 10x86 build 17763, it crashes.
The reason is because PopulateIndexFromMSIX (
winget-cli/src/AppInstallerRepositoryCore/Microsoft/PredefinedInstalledSourceFactory.cpp
Line 61 in 6c54251
Looking at documentation, it does seem the minimum build would be 19041, not 17763, as stated in docs.
https://learn.microsoft.com/en-us/uwp/api/windows.management.deployment.packagemanager.findprovisionedpackages?view=winrt-22621
Steps to reproduce
Run winget --list with scope machine
Expected behavior
Not crash, return the base products. Since that specific os didnt have MSStore, it should be empty.
Actual behavior
Crash
Environment
Compiled release-v1.7.11261 Machine: ![UEMi2ND62J](https://github.com/microsoft/winget-cli/assets/24320606/25a5fd83-cc93-42bf-8557-0d01a4d07b17)
The text was updated successfully, but these errors were encountered: