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
alice-i-cecile opened this issue
Jul 2, 2024
· 1 comment
Labels
A-AppBevy apps and pluginsA-ECSEntities, components, systems, and eventsC-BugAn unexpected or incorrect behaviorS-BlockedThis cannot move forward until something else changes
stack backtrace:0: std::panicking::begin_panic_handler
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library\std\src\panicking.rs:6521:core::panicking::panic_fmt
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library\core\src\panicking.rs:722:core::panicking::panic
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library\core\src\panicking.rs:1463:core::option::unwrap_failed
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library\core\src\option.rs:19844: enum2$<core::option::Option<ref_mut$<bevy_ecs::schedule::schedule::Schedule> > >::unwrap
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081\library\core\src\option.rs:9325:bevy_state::app::impl$0::init_state<mijocraft::GameState>
at C:\Users\pvini\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_state-0.14.0-rc.4\src\app.rs:746:bevy_state::app::impl$1::init_state
at C:\Users\pvini\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_state-0.14.0-rc.4\src\app.rs:1867:mijocraft::main
at .\src\main.rs:328:core::ops::function::FnOnce::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081\library\core\src\ops\function.rs:250
note:Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Additional information
Reported on Discord. Fundamentally blocked on #69, #1255 but we can probably give a better error message.
The text was updated successfully, but these errors were encountered:
A-AppBevy apps and pluginsA-ECSEntities, components, systems, and eventsC-BugAn unexpected or incorrect behaviorS-BlockedThis cannot move forward until something else changes
Bevy version
0.14
What you did
Added states to my app before things
What went wrong
States panicked on an unwrap.
Additional information
Reported on Discord. Fundamentally blocked on #69, #1255 but we can probably give a better error message.
The text was updated successfully, but these errors were encountered: