dimforge / bevy_rapier

Official Rapier plugin for the Bevy game engine.
https://rapier.rs
Apache License 2.0
1.27k stars 259 forks source link

error: internal compiler error: no errors encountered even though `delay_span_bug` issued #455

Open jsoneaday opened 11 months ago

jsoneaday commented 11 months ago

This happes when trying to compile. I heard that this issue is happening due to a bug in the rust compiler so I switched to nightly and the error goes away and the project builds. However once I run it I then get this error EXC_BAD_ACCESS (code=1, address=0x20) and this screenshot below when running in vscode.

Screenshot 2023-12-04 at 11 47 03 PM
jsoneaday commented 11 months ago

If I try and build and run this way I get this

Screenshot 2023-12-08 at 9 32 19 PM
Vrixyz commented 5 months ago

Thanks for the report, but the logs seems to imply it's related to wgpu, have you searched in this direction ?

What are you trying to compile exactly ?

Have you tried bevy_rapier examples or maybe bevy examples ?