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

[BUG/ISSUE] Windows Runtime fails to update #757

Closed
rumplin opened this issue Feb 28, 2023 · 7 comments
Closed

[BUG/ISSUE] Windows Runtime fails to update #757

rumplin opened this issue Feb 28, 2023 · 7 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@rumplin
Copy link
Contributor

rumplin commented Feb 28, 2023

Before submitting the issue

  • [x ] I have checked that the bug is not a duplicate or, if it is, it needs to be reopened
  • [x ] I have checked that I am running the latest version of WingetUI
  • [x ] I have tried resetting and reinstalling WingetUI and the issue persisted or happened again
  • [x ] I have checked the FAQ section for solutions
  • [x ] I have read the contributing guidelines and I agree with the Code of Conduct

Describe the bug

WingetUI shows that I can update some Windows Runtimes.
But in the end it's not able to update.

To Reproduce

Steps to reproduce the behaviour:

  1. Have older Windows Runtimes installed
  2. Run WingetUI
  3. It will detect that it can update some Runtimes
  4. It will fail to update the runtimes

Expected behaviour

Either update the runtimes and uninstall old one or don't show that there are updates if I already have the latest runtime also installed

Screenshots

Windows 11 machine

This is what is currently installed on the machine:
ss 2023-02-28 083843
This is what WingetUI shows:
ss 2023-02-28 083436
This is where it fails:
ss 2023-02-28 083512

The Log

[winget.txt](https://github.com/marticliment/WingetUI/files/10847705/winget.txt)
@rumplin rumplin added the bug Something isn't working label Feb 28, 2023
@rumplin rumplin changed the title [BUG/ISSUE] (Enter your description here) [BUG/ISSUE] Windows Runtime fails to update Feb 28, 2023
@marticliment
Copy link
Owner

Does this work with winget command-line?

@rumplin
Copy link
Contributor Author

rumplin commented Feb 28, 2023

I can try, just give me the command to run.

@rumplin
Copy link
Contributor Author

rumplin commented Feb 28, 2023

C:\Users\waldo>winget upgrade
Name                                             Id                                Version Available Source
-----------------------------------------------------------------------------------------------------------
Microsoft Windows Desktop Runtime - 6.0.11 (x86) Microsoft.DotNet.DesktopRuntime.6 6.0.11  6.0.14    winget
1 upgrades available.

@marticliment
Copy link
Owner

On the updates section, right-click the failing packages -> package info, and copy the command shown below.
Run that command in a cmd window

@rumplin
Copy link
Contributor Author

rumplin commented Feb 28, 2023

C:\Users\waldo>winget update --id Microsoft.DotNet.DesktopRuntime.6 --exact --source winget --accept-source-agreements --force
No installed package found matching input criteria.

@rumplin
Copy link
Contributor Author

rumplin commented Feb 28, 2023

Seems that it's not a WingetUI issue: microsoft/winget-cli#2345

@marticliment
Copy link
Owner

Yes, and it seems like they are going to fix that before winget 1.5.

@marticliment marticliment closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2023
@marticliment marticliment added wontfix This will not be worked on winget bug and removed needs-author-answer labels Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants