GPU not found error when running the debug build #8459
Labels
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
O-Linux
Specific to the Linux desktop operating system
P-Crash
A sudden unexpected crash
Bevy version
bevy-0.10
[Optional] Relevant system information
Fedora 38, cargo 1.69.0
AdapterInfo { name: "AMD Radeon RX Vega (RADV VEGA10)", vendor: 4098, device: 26751, device_type: DiscreteGpu, driver: "radv", driver_info: "Mesa 23.0.2", backend: Vulkan }
What you did
I tried to run some 3d examples, for example the pbr one.
What went wrong
The opengl backend which is selected by default doesn't work resulting in the same error as in issue #8086.
The vulkan backend doesn't work when running the debug build on wayland and x11.
Trying to run the following on wayland:
WGPU_BACKEND=vulkan cargo run --features wayland --example pbr
results in "Unable to find a GPU! Make sure you have installed required drivers! For extra information, see: https://github.com/bevyengine/bevy/blob/latest/docs/linux_dependencies.md" (I have installed all linux dependencies),
while running
WGPU_BACKEND=vulkan cargo run --release --features wayland --example pbr
works as expected.
I have no idea why that could be.
The text was updated successfully, but these errors were encountered: