-
-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VK_ERROR_INCOMPATIBLE_DRIVER in WSL2, can't open GUI apps #341
Comments
Hi, had the same issue, I solved it with: Add this to your .bashrc file to have it done every time bash is launched. |
it works! Thank you! |
After updating my Arch system I wasn't able to get to the gui again, I had to run wsl --update and was able to connect again, but the gui performance is much worse, and I get the zink errors. I was already using LIBGL_ALWAYS_INDIRECT though. Is there a xorg driver package I should be installing? |
Although I dont know the answer for your question, I'd suggest having a look at here if you havent already. I'm sorry I don't know more than what's been written here already |
I was able to get my archlinux xfce4 working snappy again by putting export LIBGL_ALWAYS_INDIRECT=0 into my relevant starter script. |
Describe the issue
I can't open GUI apps such as Chrome, Cypress or VSCode through ArchWSL.
This is the error I get when I try to open Cypress:
Chrome and VSCode do not open and don't return any message.
Firefox WORKS in ArchWSL.
Ubuntu works fine in my WSL and I can open Chrome and VSCode with Ubuntu.
To Reproduce
Try to open a GUI application such as Chrome, Chromium or VSCode.
Expected behavior
The program should open as usual.
Enviroment:
The text was updated successfully, but these errors were encountered: