You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread '<unnamed>' panicked at parry3d-0.13.7/src/query/epa/epa3.rs:129:13:
assertion left == right failed
left: 9
right: 8
Encountered a panic in system `bevy_rapier3d::plugin::systems::step_simulation<()>`!
Encountered a panic in system `bevy_app::main_schedule::Main::run_main`!
thread 'main' panicked at winit-0.29.15/src/platform_impl/macos/app_state.rs:387:33:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
I have run my game hundreds of times, and this is the first time it crashed due to this. Because it's so rare, I don't know how to reproduce it, and subsequent runs of the game haven't encountered this issue again.
It's possible that it has already been fixed since I'm not using the latest version. So, I'm just noting it here for now.
The text was updated successfully, but these errors were encountered:
I have run my game hundreds of times, and this is the first time it crashed due to this. Because it's so rare, I don't know how to reproduce it, and subsequent runs of the game haven't encountered this issue again.
It's possible that it has already been fixed since I'm not using the latest version. So, I'm just noting it here for now.
The text was updated successfully, but these errors were encountered: