-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Crashes with assertion failed #148
Comments
Yeah, I think it's Vulkan. Tried some other Vulkan demos and they don't work either. |
Ho yes I'm having the same issue on my main computer : my CPU is an old i5-4670k (Haswell) and the drivers don't have a correct Vulkan implementation, not one that works with wgpu anyway. The way I test the iced (wgpu backend) examples right now on this setup is by applying this patch :
Then my "high performance" (i.e. nvidia) drivers does its magic and everything is flawless. If this issue is to be fixed someday, I think it would be on the wgpu side. |
Unfortunately, whenever I try to run any example, a window pops up then immediately closes with the following assertion failure
I'm assuming this has to do with the environment I'm running this in? I'm using Linux Manjaro with a GTX 1080 and a Coffee Lake CPU.
The text was updated successfully, but these errors were encountered: