tranxuanthang / lrcget

Utility for mass-downloading LRC synced lyrics for your offline music library.
MIT License
728 stars 21 forks source link

App won't open #45

Closed SonOfTheKingdom closed 7 months ago

SonOfTheKingdom commented 7 months ago

App won't open on Windows 10. I try to open the app even with admin privileges and nothing happens.

tranxuanthang commented 7 months ago

If you are using Windows 10 LTSC, or have tried running some scripts to debloat Windows 10 (which will uninstall Microsoft Edge and its webview component), you may need to reinstall WebView2 Bootstrapper:

https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section

Related: https://github.com/tranxuanthang/lrcget/issues/16

SonOfTheKingdom commented 7 months ago

When trying to install it, it says that Microsoft Edge WebView2 is already installed. I have indeed debloated my PC and doesn't have Microsoft Edge. Do I need to reinstall it then?

tranxuanthang commented 7 months ago

Do I need to reinstall it then?

I don't really know what went wrong, but I think you should give it a try. For my Windows 10 LTSC install, I only need to install WebView2 and LRCGET works just fine. It could be that the debloat script added a dummy WebView2 in place of the official one.

SonOfTheKingdom commented 7 months ago

Installing Edge let me reinstall WebView2 and fixed my issue. Thanks for the help.

tranxuanthang commented 7 months ago

I'm glad it worked!