-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
No GPU Version Found #5767
Comments
Can you compare the features activated for our depedency on wgpu with the features enabled for wgpu when you run the example? This can probably be done with |
They seem to both be default features. There's a lot of dependencies to check, but the main ones all have the same features ("default"). I can't find the features for winit on my bevy repo, but on my wgpu clone it has "wayland-dlopen" |
Using some UNIX tools, it looks like all the things that the two wgpu's share have the same features enabled. |
I get sort of the same error with x11 and amd-gpu drivers: |
Solved it by installing |
A similar fix worked for me on Alpine Linux ( |
closing to centralise in #3191 |
Bevy version
v0.8.0
[Optional] Relevant system information
Arch linux, Wayland, nouveau drivers
cargo 1.63.0-nightly (4d92f07f3 2022-06-09)
What you did
Followed the bevy book for initializing default plugins (https://bevyengine.org/learn/book/getting-started/plugins/). I am using the
wayland
feature in myCargo.toml
.What went wrong
No window appears, instead I get the message
thread 'main' panicked at 'Unable to find a GPU! Make sure you have installed required drivers!', /home/aftix/.cargo/registry/src/github.com-1ecc6299db9ec823/bevy_render-0.8.0/src/renderer/mod.rs:103:10
Additional information
I have done a system update and rebooted. I have verified that wgpu and winit examples work on this setup.
The text was updated successfully, but these errors were encountered: