GUIDE TO FIX WINGETUI NOT LAUNCHING #2073
marticliment
announced in
Announcements
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
WingetUI 3.0.2 has been released, fixing most of the crashes. You may download it from here
WingetUI 3.0.2 should not crash anymore. Apologies for the inconveniences and for the incompatibilities with .NET 8.0.3 and 8.0.4
If WingetUI is not launching, do the following steps
a)
WingetUI
b)
Windows App Runtime Main
c)
Windows App Runtime DDLM 5xxx.xx.xxxx.x
d)
Microsoft Windows App Runtime Singleton
e)
Microsoft .NET Runtime 8.0.X (x64)
f)
Microsoft .NET SDK 8.0.X (x64)
If the steps above do not work, please downgrade to version 2.2.0:
C:\Users\<your-username>\.wingetui
DisableAutoUpdateWingetUI
. Make sure to remove the.txt
extension from the file name.Explanation of the issue:
This issue mostly happens due to a bug on .NET 8.0.3 (hence the downgrade to 8.0.2) or for the Windows App Sdk not being installed properly. I am working to fix this issue, but since it is not directly caused by WingetUI, it is hard to fix it.
Beta Was this translation helpful? Give feedback.
All reactions