bevy_rapier icon indicating copy to clipboard operation
bevy_rapier copied to clipboard

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

Open jsoneaday opened this issue 2 years ago • 2 comments

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 avatar Dec 05 '23 04:12 jsoneaday

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

Screenshot 2023-12-08 at 9 32 19 PM

jsoneaday avatar Dec 09 '23 02:12 jsoneaday

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 ?

ThierryBerger avatar May 23 '24 09:05 ThierryBerger