-
Notifications
You must be signed in to change notification settings - Fork 920
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
SegFault on WSL2/Windows 11 #2213
Comments
I just tried the |
I disabled the
|
You should be able to disable Vulkan by just changing the flags passed to |
Good thing to call out! I tried the wgpu/wgpu/examples/framework.rs Lines 125 to 127 in 943145b
wgpu/wgpu/examples/hello-triangle/main.rs Line 10 in 943145b
I do know that Line 104 in 943145b
|
For me, need to install
Also installed kisak-mesa, but currently didn't really know if it was really needed. |
Updating Mesa fixes the segfault. In short:
Not a |
always got the following err |
Description
I was excited to finally try out WSLg on Windows 11, but it just crashes in the Vulkan driver.
Repro steps
Run the
hello-triangle
example (main branch) on Ubuntu 20.04, making sure to follow the instructions provided in the Microsoft article. (Also,winit
requires thelibxkbcommon-dev
to workaround rust-windowing/winit#1760)The
x11-apps
do work:xcalc
,xclock
,xedit
,xeyes
,xlogo
...Expected vs observed behavior
Here's a backtrace from
gdb
:Extra materials
N/A
Platform
510.06
GPU shows up in Ubuntu as:
The text was updated successfully, but these errors were encountered: