bostrot / wsl2-distro-manager

A GUI to quickly manage your WSL2 instances
https://apps.microsoft.com/store/detail/wsl-manager/9NWS9K95NMJB
Other
1.79k stars 108 forks source link

[BUG] The app interface is not loading #228

Closed kintolayli closed 8 months ago

kintolayli commented 9 months ago

Is there an existing issue for this?

Current Behavior

I only see the program with a white empty interface 2023-11-16 162448

Expected Behavior

I expect to see the standard interface of the program

Steps To Reproduce

Probably the problem is only on my desktop computer, since the application works on a laptop

Environment

- Windows Version: Windows 11 Pro 22H2
- WSL Distro Manager Version: v1.8.11
- WSL Version: 2
- Source: GitHub releases, GitHub master

Anything else?

Great app! However, I managed to use it on my desktop for one day. The next day it stopped working. When I launch wsl2distromanager.exe , instead of the interface, just a white window is loaded. Of course, I have tried various ways to make it work - rebooting windows, installing previous versions of the application - unsuccessfully. I also compiled the application from the source code, but this did not lead to success. This application is also installed on my laptop, and it works fine there.

github-actions[bot] commented 9 months ago

Hello there! As you are a first time Issuer please read our Code of Conduct. Please also check whether your issue description is reasonable and complete. If you are having an issue always include the version you are using (WSL, this app, Windows) as well as a way to reproduce it.

sbosk commented 9 months ago

I have encountered the same bug as well.

HamedJafarzadeh commented 9 months ago

same bug for me as well. In my case there is high CPU usage as well while showing white screen.

si618 commented 8 months ago

Same here. Also on v1.8.11, Win11 23H2.

HamedJafarzadeh commented 8 months ago

a quick debug showed that there is apparently problem with user data, cleaning the following directory fixed the problem for me :

<USERFolder>\AppData\Roaming\com.bostrot

kintolayli commented 8 months ago

a quick debug showed that there is apparently problem with user data, cleaning the following directory fixed the problem for me :

<USERFolder>\AppData\Roaming\com.bostrot

Thank you, this is worked for me