Open AceHack opened 3 years ago
I uploaded via feedback hub too like the instructions say
If it's any help, I also see tons of Wayland connections in my RDP, which might help with figuring out exactly where the problem is occurring.
Just like in this bug https://github.com/microsoft/wslg/issues/506
I seem to have the exact same problem. Did you ever make any progress on this? I left a feedback hub, but not a GitHub issue.
I did not make any progress, it's sad, such an awesome feature, I want to play with it SO BAD!!
Thanks @AceHack for providing logs, sorry you're having trouble with this.
This is pretty odd. It looks like XWayland might have hung after Weston started it, but i'm not sure why. The last line in your log is Xwayland being spawn, it should be followed by another line when the window manager initializes, but that never happened. Could you run the following commands after launching a GUI application.
ls -la /tmp/.X11-unix
ls -la /mnt/wslg/.X11-unix
Also, from an elevated Windows command prompt, can you run wsl --system
. This will get you into the system distro where WSLg servers are running. run ps -aux
and share the output.
I'm getting a similar issue intermittently
Environment
Steps to reproduce
Install windows 11, install wsl, install ubuntu, try to run graphic app
WSL logs:
/mnt/wslg
You can access the wslg logs using explorer at:
\\wsl$\<Distro-Name>\mnt\wslg
(e.g.:\\wsl$\Ubuntu-20.04\mnt\wslg
)Expected behavior
GUI apps
Actual behavior
GUI apps freeze
Also, NVIDIA deep learning
./BlackScholes
is fine with GPU acceleration If I try to runsudo pip install tensorflow-directml
it freezes just like a GUI app and it will never installnvidia-smi
also works fine