Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panicked at epa3.rs #202

Open
rustui opened this issue May 9, 2024 · 1 comment
Open

panicked at epa3.rs #202

rustui opened this issue May 9, 2024 · 1 comment

Comments

@rustui
Copy link

rustui commented May 9, 2024

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.

@rustui
Copy link
Author

rustui commented May 10, 2024

I encountered this panic in the latest version 0.15.1 as well, but only once so far.

thread '<unnamed>' panicked at src/query/epa/epa3.rs:129:13:
assertion left == right failed
left: 9
right: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant