So I recently updated from bevy 0.12 to bevy 0.13 on my Ivy bridge machine. After bevy has finished compiling, it threw out this runtime error:
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 followed the instruction linked but it didn't help as that file was last updated 2 months ago
How should I fix this issue or should I stick with 0.12 for now?
#Bevy unable to detect gpu
36 messages · Page 1 of 1 (latest)
When was the last time you compilied your project with bevy 0.12?
like yesterday
Wow, maybe reading 0.13 migration could help?
The migration guide did mention some wgpu changes but it's largely unrelated
If you have successfully compilied your project yesterday, I can’t think of any reason why there is an error states that bevy can’t find your GPU. Maybe you should try to remember what you did to your computer parts, or GPU’s program
I'm on a laptop with integrated gpu so I think it's safe to rule out the hardware part
like I can't even take it apart
bevy 0.12 compiles fine though
it's just 0.13 that doesn't play well with my hardware for some reason
This might be a hard problem
Really weird right?
Does bevy 0.13 has something you want to impl to your project?
If you're fine with bevy 0.12 then maybe you should use it for the time being and wait for a more experienced developer to look at your problem
not really, I just wanted to check out some of the new stuff
I guess my only option left is to sit and wait for a patch then
Wait can you compile other project?
other rust projects compiles and run just fine
bevy 0.13 crashed at runtime, not at compile time
Oh?
here's the runtime error in case you're interested in it
thread 'main' panicked at /home/me/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.13.0/src/renderer/mod.rs:141:10:
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
and here's the full stack trace
Alright, you can open a GitHub issue then list your computer's OS, GPU, CPU along with this problem. This is rather a weird error and I believe you are not the only who got this so hopefully this will be fixed by the next update.
Ok see ya
thank you I will be sure to file an issue tomorrow
gotta get some sleep first though
Again, thank you for helping me addressing this
You're welcome friend, I hope I can help you further
That was my first thought as well
I updated it and restarted it but it didn't help
I'm seeing the exact same issue. I'm using integrated graphics on an old i5-4690.
Bevy 0.12.1 works fine.
Bevy 0.13.0 fails immediately with Unable to find a GPU!.
Hey burnt_t0ast, I forgot to mention this but if you have filed an issue please share with us in this discussion so that the other can know
I just opened an issue on the bevy github repo
https://github.com/bevyengine/bevy/issues/11992
Should have done that earlier but I kept forgetting 😅