thread 'main' panicked at 'Entity does not exist' #2668
Labels
A-ECS
Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
Thanks for your great work, very much appreciated. Glad to help if feasible.
I read the following: #1707, #1743, #2219
Bevy version
a1b2ec8 (bevy 0.5 from crates.io)
Operating system & version
NixOS Unstable
What you did
Created some plugins with systems running in parallel and/or serialized, only removing entites after they completed their work. Unfortunately, I'm not allowed to share the code itself. If it helps, I can try to create a MWE (if time permits).
What you expected to happen
Do not crash. Emit an
error!
if unavoidable.What actually happened
thread 'main' panicked at 'Entity does not exist', ~/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/bevy_ecs-0.5.0/src/world/mod.rs:214:37
Additional information
The text was updated successfully, but these errors were encountered: