Help with clear_color.rs example #2635
-
Hi all, I am new to Rust and Bevy. The error has me flummoxed, any help is appreciated. The example headless.rs runs for me, but anything that opens a window gets the following error: bevy/examples on 🌱 latest via 🦀 v1.54.0 took 12s |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
What GPU do you use? Do you have a vulkan driver installed for your GPU? |
Beta Was this translation helpful? Give feedback.
-
I was getting a very similar error. Can you post a snippet of your 'use' statements? |
Beta Was this translation helpful? Give feedback.
-
This was an upstream issue and Bevy was not at fault. I ended up switching distros to Arch and I am able to run all examples without issue. |
Beta Was this translation helpful? Give feedback.
This was an upstream issue and Bevy was not at fault. I ended up switching distros to Arch and I am able to run all examples without issue.