#Bevy unable to detect gpu

36 messages · Page 1 of 1 (latest)

graceful estuary
#

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?

GitHub

A refreshingly simple data-driven game engine built in Rust - bevyengine/bevy

terse sluice
#

When was the last time you compilied your project with bevy 0.12?

graceful estuary
#

like yesterday

terse sluice
#

Wow, maybe reading 0.13 migration could help?

graceful estuary
#

The migration guide did mention some wgpu changes but it's largely unrelated

terse sluice
#

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

graceful estuary
#

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

terse sluice
#

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

graceful estuary
#

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

terse sluice
#

Wait can you compile other project?

graceful estuary
#

other rust projects compiles and run just fine

#

bevy 0.13 crashed at runtime, not at compile time

terse sluice
#

Oh?

graceful estuary
#

here's the runtime error in case you're interested in it

terse sluice
#

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

graceful estuary
#

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

terse sluice
#

You're welcome friend, I hope I can help you further

latent stream
#

I think you updated your system and didnt restart it

#

Is it linux system?

graceful estuary
#

That was my first thought as well

#

I updated it and restarted it but it didn't help

quiet gulch
#

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!.

terse sluice
#

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

graceful estuary