Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore the InstallerLocale if it is und #195660

Open
SpecterShell opened this issue Dec 1, 2024 · 0 comments
Open

Ignore the InstallerLocale if it is und #195660

SpecterShell opened this issue Dec 1, 2024 · 0 comments
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work.

Comments

@SpecterShell
Copy link
Contributor

Description of the new feature / enhancement

The InstallerLocale value of the package Qalculate.Qalculate was accidentally changed to und (unknown language) in the PR #159052, making it unable to update the package through WinGet (#195410). Trying to run winget upgrade Qalculate.Qalculate results in the following logs:

2024-12-01 11:28:55.787 [CLI ] Starting installer selection.
2024-12-01 11:28:55.787 [CLI ] Installer [X86,msi,Machine,und] not applicable: Installer locale does not match required locale: undRequired locales: [] Or does not satisfy compatible match for Preferred Locales: [zh-CN]
2024-12-01 11:28:55.787 [CLI ] Installer [X64,msi,Machine,und] not applicable: Installer locale does not match required locale: undRequired locales: [] Or does not satisfy compatible match for Preferred Locales: [zh-CN]
2024-12-01 11:28:55.787 [CLI ] Terminating context: 0x8a15002b at C:\__w\1\s\external\pkg\src\AppInstallerCLICore\Workflows\UpdateFlow.cpp:be

The und stands for "unknown language" and should be ignored.

Proposed technical implementation details

No response

@SpecterShell SpecterShell added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Dec 1, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage This work item needs to be triaged by a member of the core team. label Dec 1, 2024
@denelon denelon transferred this issue from microsoft/winget-cli Dec 2, 2024
@stephengillie stephengillie removed the Needs-Triage This work item needs to be triaged by a member of the core team. label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Projects
None yet
Development

No branches or pull requests

2 participants