Closed kingsumos closed 5 months ago
Hi, thank you for your feedback. 🙂 I don't have time to fix it right now, it would be so good if you can fix it and make a PR.
MS must've been changed something on WSL 2. It was working fine previously but I don't use Windows for long time, I use GDBFrontend on Docker mostly.
Fixed.
Hi,
When starting gdbfrontend on WSL2 Linux the following error message is shown:
Basically this is caused by run.py:363 script, which incorrectly detects a Windows system due to a "microsoft-standard-WSL2" string appended to the kernel version... For instance:
So today it is required to use --dontopenuionstartup when using WSL2
Thanks! Sumo