Skip to content

Instantly share code, notes, and snippets.

@ndarilek
Last active March 24, 2021 15:52
Show Gist options
  • Save ndarilek/dcbb31c21ed44f00231e40ec7ae7a6b3 to your computer and use it in GitHub Desktop.
Save ndarilek/dcbb31c21ed44f00231e40ec7ae7a6b3 to your computer and use it in GitHub Desktop.
Compiling escape v0.1.0 (C:\Users\Nolan\projects\escape)
Finished dev [unoptimized + debuginfo] target(s) in 34.65s
Running `target\debug\main.exe`
Mar 24 10:42:48.704 DEBUG bevy_app::plugin_group: added plugin: bevy_core::CorePlugin
Mar 24 10:42:48.705 DEBUG bevy_app::plugin_group: added plugin: bevy_transform::TransformPlugin
Mar 24 10:42:48.705 DEBUG bevy_app::plugin_group: added plugin: bevy_diagnostic::DiagnosticsPlugin
Mar 24 10:42:48.705 DEBUG bevy_app::plugin_group: added plugin: bevy_input::InputPlugin
Mar 24 10:42:48.705 DEBUG bevy_app::plugin_group: added plugin: bevy_window::WindowPlugin
Mar 24 10:42:48.706 DEBUG bevy_app::plugin_group: added plugin: bevy_asset::AssetPlugin
Mar 24 10:42:48.706 DEBUG bevy_app::plugin_group: added plugin: bevy_scene::ScenePlugin
Mar 24 10:42:48.706 DEBUG bevy_app::plugin_group: added plugin: bevy_render::RenderPlugin
Mar 24 10:42:48.706 DEBUG bevy_app::plugin_group: added plugin: bevy_sprite::SpritePlugin
Mar 24 10:42:48.706 DEBUG bevy_app::plugin_group: added plugin: bevy_pbr::PbrPlugin
Mar 24 10:42:48.707 DEBUG bevy_app::plugin_group: added plugin: bevy_ui::UiPlugin
Mar 24 10:42:48.707 DEBUG bevy_app::plugin_group: added plugin: bevy_text::TextPlugin
Mar 24 10:42:48.707 DEBUG bevy_app::plugin_group: added plugin: bevy_audio::AudioPlugin
Mar 24 10:42:48.720 DEBUG bevy_app::plugin_group: added plugin: bevy_gilrs::GilrsPlugin
Mar 24 10:42:48.722 DEBUG bevy_app::plugin_group: added plugin: bevy_gltf::GltfPlugin
Mar 24 10:42:48.722 DEBUG bevy_app::plugin_group: added plugin: bevy_winit::WinitPlugin
Mar 24 10:42:48.722 DEBUG bevy_app::plugin_group: added plugin: bevy_wgpu::WgpuPlugin
Mar 24 10:42:48.993 DEBUG bevy_app::app_builder: added plugin: escape::game::GamePlugin
Mar 24 10:42:48.993 DEBUG bevy_app::app_builder: added plugin: bevy_openal::OpenAlPlugin
Mar 24 10:42:49.010 DEBUG bevy_app::app_builder: added plugin: bevy_tts::TtsPlugin
Mar 24 10:42:49.056 DEBUG bevy_app::app_builder: added plugin: escape::log::LogPlugin
Mar 24 10:42:49.056 DEBUG bevy_app::app_builder: added plugin: bevy_input_actionmap::ActionPlugin<alloc::string::String>
Mar 24 10:42:49.056 DEBUG bevy_app::app_builder: added plugin: escape::core::CorePlugin
Mar 24 10:42:49.056 DEBUG bevy_app::app_builder: added plugin: escape::map::MapPlugin
Mar 24 10:42:49.056 DEBUG bevy_app::app_builder: added plugin: escape::visibility::VisibilityPlugin
Mar 24 10:42:49.056 DEBUG bevy_app::app_builder: added plugin: escape::exploration::ExplorationPlugin
Mar 24 10:42:49.056 DEBUG bevy_app::app_builder: added plugin: escape::navigation::NavigationPlugin
Mar 24 10:42:49.056 DEBUG bevy_app::app_builder: added plugin: escape::pathfinding::PathfindingPlugin
Mar 24 10:42:49.056 DEBUG bevy_app::app_builder: added plugin: escape::behavior::BehaviorPlugin
Mar 24 10:42:49.056 DEBUG bevy_app::app_builder: added plugin: escape::sound::SoundPlugin
Mar 24 10:42:49.143  INFO bevy_ecs::schedule::stage: Execution order ambiguities detected, you might want to add an explicit dependency relation between some of these systems:
* Parallel systems:
-- "&escape::exploration::setup" and "Chain(&escape::game::setup, escape::error::error_handler)"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&escape::exploration::setup" and "&escape::navigation::setup"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "Chain(&escape::game::setup, escape::error::error_handler)" and "&escape::navigation::setup"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
Mar 24 10:42:49.147  INFO bevy_ecs::schedule::stage: Execution order ambiguities detected, you might want to add an explicit dependency relation between some of these systems:
* Parallel systems:
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_axis_input" and "&bevy_input_actionmap::InputMap<alloc::string::String>::resolve_conflicts"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_axis_input" and "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_button_input"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_axis_input" and "&bevy_input_actionmap::InputMap<alloc::string::String>::key_input"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_axis_input" and "&escape::navigation::movement_controls"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_axis_input" and "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_state"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::resolve_conflicts" and "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_button_input"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::resolve_conflicts" and "&bevy_input_actionmap::InputMap<alloc::string::String>::key_input"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::resolve_conflicts" and "&escape::navigation::movement_controls"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::resolve_conflicts" and "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_state"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&bevy_input::gamepad::gamepad_event_system" and "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_state"
conflicts: ["bevy_app::event::Events<bevy_input::gamepad::GamepadEvent>"]
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_button_input" and "&bevy_input_actionmap::InputMap<alloc::string::String>::key_input"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_button_input" and "&escape::navigation::movement_controls"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_button_input" and "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_state"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::key_input" and "&escape::navigation::movement_controls"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::key_input" and "&bevy_input::keyboard::keyboard_input_system"
conflicts: ["bevy_input::input::Input<bevy_input::keyboard::KeyCode>"]
-- "&bevy_input_actionmap::InputMap<alloc::string::String>::key_input" and "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_state"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
-- "&escape::navigation::movement_controls" and "&bevy_input_actionmap::InputMap<alloc::string::String>::gamepad_state"
conflicts: ["bevy_input_actionmap::InputMap<alloc::string::String>"]
Mar 24 10:42:49.148  INFO bevy_ecs::schedule::stage: Execution order ambiguities detected, you might want to add an explicit dependency relation between some of these systems:
* Parallel systems:
-- "&escape::game::secret_passage_cooldown" and "&escape::game::secret_passage_teleport"
conflicts: ["bevy_openal::Sound", "escape::game::SecretPassageClosedTimer"]
-- "&escape::game::secret_passage_cooldown" and "&escape::sound::sound_icon"
conflicts: ["bevy_openal::Sound"]
-- "&escape::game::secret_passage_cooldown" and "&bevy_openal::source_update"
conflicts: ["bevy_openal::Sound"]
-- "&escape::game::secret_passage_cooldown" and "&escape::game::take_secret_passage"
conflicts: ["escape::log::Log", "bevy_openal::Sound", "escape::game::SecretPassageClosedTimer"]
-- "&bevy_input::system::exit_on_esc_system" and "&bevy_window::system::exit_on_window_close_system"
conflicts: ["bevy_app::event::Events<bevy_app::app::AppExit>"]
-- "&escape::navigation::add_collision_indices" and "&escape::map::entity_indexing"
conflicts: ["escape::map::Map"]
-- "&escape::exploration::exploration_focus" and "&escape::game::secret_passage_teleport"
conflicts: ["escape::core::Coordinates"]
-- "&escape::exploration::exploration_focus" and "&escape::pathfinding::negotiate_path"
conflicts: ["escape::core::Coordinates"]
-- "&escape::exploration::exploration_focus" and "&escape::navigation::movement"
conflicts: ["escape::core::Coordinates"]
-- "&escape::exploration::exploration_focus" and "&escape::map::entity_indexing"
conflicts: ["escape::map::Map"]
-- "&escape::game::secret_passage_teleport" and "&escape::sound::sound_icon"
conflicts: ["bevy_openal::Sound"]
-- "&escape::game::secret_passage_teleport" and "&escape::game::door_collision"
conflicts: ["escape::core::Coordinates"]
-- "&escape::game::secret_passage_teleport" and "&bevy_openal::source_update"
conflicts: ["bevy_openal::Sound"]
-- "&escape::game::secret_passage_teleport" and "&escape::core::copy_coordinates_to_transform"
conflicts: ["escape::core::Coordinates"]
-- "&escape::game::secret_passage_teleport" and "&escape::game::take_secret_passage"
conflicts: ["bevy_app::event::Events<escape::game::TakeSecretPassage>", "bevy_openal::Sound", "escape::game::SecretPassageClosedTimer"]
-- "&escape::game::secret_passage_teleport" and "&escape::pathfinding::negotiate_path"
conflicts: ["escape::core::Coordinates"]
-- "&escape::game::secret_passage_teleport" and "&escape::navigation::movement"
conflicts: ["escape::core::Coordinates"]
-- "&escape::game::secret_passage_teleport" and "&escape::map::entity_indexing"
conflicts: ["escape::map::Map", "escape::core::Coordinates"]
-- "&escape::game::secret_passage_teleport" and "Chain(&escape::game::speak_info, escape::error::error_handler)"
conflicts: ["escape::core::Coordinates"]
-- "&escape::game::secret_passage_teleport" and "Chain(&escape::exploration::exploration_type_change, escape::error::error_handler)"
conflicts: ["escape::core::Coordinates"]
-- "&escape::game::secret_passage_teleport" and "Chain(&escape::exploration::exploration_type_focus, escape::error::error_handler)"
conflicts: ["escape::core::Coordinates"]
-- "&escape::sound::sound_icon" and "&escape::game::door_collision"
conflicts: ["escape::sound::SoundIcon"]
-- "&escape::sound::sound_icon" and "&bevy_openal::source_update"
conflicts: ["bevy_openal::Sound"]
-- "&escape::sound::sound_icon" and "&escape::core::copy_coordinates_to_transform"
conflicts: ["bevy_transform::components::transform::Transform"]
-- "&escape::sound::sound_icon" and "&escape::game::take_secret_passage"
conflicts: ["bevy_openal::Sound"]
-- "&escape::game::door_collision" and "&escape::core::copy_coordinates_to_transform"
conflicts: ["bevy_transform::components::transform::Transform"]
-- "&escape::game::door_collision" and "&escape::pathfinding::negotiate_path"
conflicts: ["escape::core::Coordinates"]
-- "&escape::game::door_collision" and "&escape::navigation::movement"
conflicts: ["bevy_app::event::Events<escape::navigation::Collision>", "escape::core::Coordinates"]
-- "&escape::game::door_collision" and "&escape::map::entity_indexing"
conflicts: ["escape::map::Map"]
-- "&bevy_openal::source_update" and "&escape::core::copy_coordinates_to_transform"
conflicts: ["bevy_transform::components::transform::Transform"]
-- "&bevy_openal::source_update" and "&escape::game::take_secret_passage"
conflicts: ["bevy_openal::Sound"]
-- "&bevy_openal::source_update" and "&bevy_openal::buffer_creation"
conflicts: ["bevy_openal::Buffers"]
-- "&bevy_openal::source_update" and "&bevy_openal::listener_update"
conflicts: ["alto::al::Context"]
-- "&escape::map::add_areas" and "&escape::map::entity_indexing"
conflicts: ["escape::map::Map"]
-- "&escape::core::copy_coordinates_to_transform" and "&escape::pathfinding::negotiate_path"
conflicts: ["escape::core::Coordinates"]
-- "&escape::core::copy_coordinates_to_transform" and "&escape::navigation::movement"
conflicts: ["escape::core::Coordinates"]
-- "&escape::core::copy_coordinates_to_transform" and "&bevy_openal::listener_update"
conflicts: ["bevy_transform::components::transform::Transform"]
-- "&escape::visibility::add_visibility_indices" and "&escape::map::entity_indexing"
conflicts: ["escape::map::Map"]
-- "&escape::pathfinding::negotiate_path" and "Chain(&escape::game::speak_info, escape::error::error_handler)"
conflicts: ["escape::core::Coordinates", "escape::pathfinding::Path"]
-- "&escape::pathfinding::negotiate_path" and "Chain(&escape::exploration::exploration_type_change, escape::error::error_handler)"
conflicts: ["escape::core::Coordinates"]
-- "&escape::pathfinding::negotiate_path" and "Chain(&escape::exploration::exploration_type_focus, escape::error::error_handler)"
conflicts: ["escape::core::Coordinates"]
-- "&escape::navigation::movement" and "Chain(&escape::game::speak_info, escape::error::error_handler)"
conflicts: ["escape::core::Coordinates"]
-- "&escape::navigation::movement" and "&escape::game::collection"
conflicts: ["bevy_app::event::Events<escape::navigation::Collision>"]
-- "&escape::navigation::movement" and "Chain(&escape::exploration::exploration_type_change, escape::error::error_handler)"
conflicts: ["escape::core::Coordinates"]
-- "&escape::navigation::movement" and "Chain(&escape::exploration::exploration_type_focus, escape::error::error_handler)"
conflicts: ["escape::core::Coordinates"]
-- "&escape::map::entity_indexing" and "&escape::exploration::navigate_to_explored"
conflicts: ["escape::map::Map"]
-- "&escape::map::entity_indexing" and "Chain(&escape::game::speak_info, escape::error::error_handler)"
conflicts: ["escape::map::Map"]
-- "&escape::map::entity_indexing" and "&escape::game::collection"
conflicts: ["escape::map::Map"]
-- "&bevy_openal::buffer_creation" and "&bevy_openal::listener_update"
conflicts: ["alto::al::Context"]
-- "Chain(&escape::game::speak_info, escape::error::error_handler)" and "&escape::game::collection"
conflicts: ["escape::game::Inventory"]
-- "Chain(&escape::game::speak_info, escape::error::error_handler)" and "Chain(&escape::exploration::exploration_type_change, escape::error::error_handler)"
conflicts: ["tts::TTS"]
-- "Chain(&escape::game::speak_info, escape::error::error_handler)" and "Chain(&escape::exploration::exploration_type_focus, escape::error::error_handler)"
conflicts: ["tts::TTS"]
-- "Chain(&escape::exploration::exploration_type_change, escape::error::error_handler)" and "Chain(&escape::exploration::exploration_type_focus, escape::error::error_handler)"
conflicts: ["tts::TTS", "escape::exploration::FocusedExplorationType"]
Mar 24 10:42:49.150  INFO bevy_ecs::schedule::stage: Execution order ambiguities detected, you might want to add an explicit dependency relation between some of these systems:
* Parallel systems:
-- "&bevy_render::camera::camera::camera_system<bevy_render::camera::projection::PerspectiveProjection>" and "&bevy_render::camera::camera::camera_system<bevy_render::camera::projection::OrthographicProjection>"
conflicts: ["bevy_render::camera::camera::Camera"]
-- "&bevy_render::camera::camera::camera_system<bevy_render::camera::projection::PerspectiveProjection>" and "&bevy_render::camera::active_cameras::active_cameras_system"
conflicts: ["bevy_render::camera::camera::Camera"]
-- "&bevy_render::camera::camera::camera_system<bevy_render::camera::projection::OrthographicProjection>" and "&bevy_render::camera::active_cameras::active_cameras_system"
conflicts: ["bevy_render::camera::camera::Camera"]
-- "&bevy_transform::hierarchy::hierarchy_maintenance_system::parent_update_system" and "&bevy_ui::flex::flex_node_system"
conflicts: ["bevy_transform::components::children::Children"]
-- "&bevy_transform::hierarchy::hierarchy_maintenance_system::parent_update_system" and "&bevy_ui::update::ui_z_system"
conflicts: ["bevy_transform::components::children::Children"]
-- "&escape::core::copy_coordinates_to_transform" and "&bevy_ui::flex::flex_node_system"
conflicts: ["bevy_transform::components::transform::Transform"]
-- "&escape::core::copy_coordinates_to_transform" and "&bevy_ui::update::ui_z_system"
conflicts: ["bevy_transform::components::transform::Transform"]
-- "&bevy_ui::widget::text::text_system" and "&bevy_ui::widget::image::image_node_system"
conflicts: ["bevy_asset::assets::Assets<bevy_render::texture::texture::Texture>", "bevy_ui::ui_node::CalculatedSize"]
-- "&bevy_ui::widget::text::text_system" and "&bevy_text::text2d::text2d_system"
conflicts: ["bevy_asset::assets::Assets<bevy_render::texture::texture::Texture>", "bevy_asset::assets::Assets<bevy_sprite::texture_atlas::TextureAtlas>", "bevy_asset::assets::Assets<bevy_text::font_atlas_set::FontAtlasSet>", "bevy_text::pipeline::TextPipeline<bevy_ecs::entity::Entity>"]
-- "&bevy_ui::widget::text::text_system" and "&bevy_sprite::sprite::sprite_system"
conflicts: ["bevy_asset::assets::Assets<bevy_render::texture::texture::Texture>"]
-- "&bevy_ui::widget::image::image_node_system" and "&bevy_text::text2d::text2d_system"
conflicts: ["bevy_asset::assets::Assets<bevy_render::texture::texture::Texture>"]
-- "&escape::map::entity_indexing" and "&escape::visibility::add_visibility_indices"
conflicts: ["escape::map::Map"]
-- "&escape::map::entity_indexing" and "&escape::visibility::remove_blocks_visibility"
conflicts: ["escape::map::Map"]
-- "&escape::map::entity_indexing" and "&escape::navigation::add_collision_indices"
conflicts: ["escape::map::Map"]
-- "&escape::map::entity_indexing" and "&escape::map::add_areas"
conflicts: ["escape::map::Map"]
-- "&escape::map::entity_indexing" and "&escape::map::area_description"
conflicts: ["escape::map::Map"]
-- "&escape::map::entity_indexing" and "&escape::navigation::remove_blocks_motion"
conflicts: ["escape::map::Map"]
-- "&escape::map::entity_indexing" and "&escape::navigation::remove_monitors_collisions"
conflicts: ["escape::map::Map"]
-- "&escape::map::entity_indexing" and "Chain(&escape::exploration::exploration_changed_announcement, escape::error::error_handler)"
conflicts: ["escape::map::Map"]
-- "&escape::map::entity_indexing" and "&escape::pathfinding::calculate_path"
conflicts: ["escape::map::Map"]
-- "&escape::map::area_description" and "&escape::visibility::log_visible"
conflicts: ["escape::log::Log"]
-- "&escape::map::area_description" and "Chain(&escape::log::read_log, escape::error::error_handler)"
conflicts: ["escape::log::Log"]
-- "&bevy_render::shader::shader_defs::asset_shader_defs_system<bevy_sprite::color_material::ColorMaterial>" and "&bevy_render::shader::shader_defs::asset_shader_defs_system<bevy_pbr::material::StandardMaterial>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_text::text2d::text2d_system" and "&bevy_sprite::sprite::sprite_system"
conflicts: ["bevy_asset::assets::Assets<bevy_render::texture::texture::Texture>"]
-- "Chain(&escape::exploration::exploration_type_changed_announcement, escape::error::error_handler)" and "Chain(&escape::log::read_log, escape::error::error_handler)"
conflicts: ["tts::TTS"]
-- "Chain(&escape::exploration::exploration_type_changed_announcement, escape::error::error_handler)" and "Chain(&escape::exploration::exploration_changed_announcement, escape::error::error_handler)"
conflicts: ["tts::TTS"]
-- "&escape::visibility::map_visibility" and "Chain(&escape::exploration::exploration_changed_announcement, escape::error::error_handler)"
conflicts: ["escape::visibility::VisibleTiles", "escape::visibility::RevealedTiles"]
-- "Chain(&escape::log::read_log, escape::error::error_handler)" and "Chain(&escape::exploration::exploration_changed_announcement, escape::error::error_handler)"
conflicts: ["tts::TTS"]
* Exclusive systems at start of stage:
-- "bevy_audio::audio_output::play_queued_audio_system<bevy_audio::audio_source::AudioSource>" and "bevy_winit::change_window"
Mar 24 10:42:49.150  INFO bevy_ecs::schedule::stage: Execution order ambiguities detected, you might want to add an explicit dependency relation between some of these systems:
* Parallel systems:
-- "&escape::sound::sound_icon_exploration_focus_removed" and "&escape::sound::sound_icon_exploration_focus_changed"
conflicts: ["escape::sound::SoundIcon"]
Mar 24 10:42:49.155  INFO bevy_ecs::schedule::stage: Execution order ambiguities detected, you might want to add an explicit dependency relation between some of these systems:
* Parallel systems:
-- "&bevy_render::render_graph::nodes::camera_node::camera_node_system" and "&bevy_render::render_graph::nodes::camera_node::camera_node_system"
conflicts: ["bevy_render::camera::active_cameras::ActiveCameras"]
-- "&bevy_render::render_graph::nodes::camera_node::camera_node_system" and "&bevy_render::render_graph::nodes::camera_node::camera_node_system"
conflicts: ["bevy_render::camera::active_cameras::ActiveCameras"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_sprite::texture_atlas::TextureAtlasSprite>" and "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_sprite::sprite::Sprite>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_sprite::texture_atlas::TextureAtlasSprite>" and "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_transform::components::global_transform::GlobalTransform>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_sprite::texture_atlas::TextureAtlasSprite>" and "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_sprite::color_material::ColorMaterial>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_sprite::texture_atlas::TextureAtlasSprite>" and "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_ui::ui_node::Node>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_sprite::texture_atlas::TextureAtlasSprite>" and "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_sprite::texture_atlas::TextureAtlas>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_sprite::texture_atlas::TextureAtlasSprite>" and "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_pbr::material::StandardMaterial>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_sprite::sprite::Sprite>" and "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_transform::components::global_transform::GlobalTransform>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_sprite::sprite::Sprite>" and "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_sprite::color_material::ColorMaterial>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_sprite::sprite::Sprite>" and "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_ui::ui_node::Node>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_sprite::sprite::Sprite>" and "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_sprite::texture_atlas::TextureAtlas>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_sprite::sprite::Sprite>" and "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_pbr::material::StandardMaterial>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_transform::components::global_transform::GlobalTransform>" and "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_sprite::color_material::ColorMaterial>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_transform::components::global_transform::GlobalTransform>" and "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_ui::ui_node::Node>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_transform::components::global_transform::GlobalTransform>" and "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_sprite::texture_atlas::TextureAtlas>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_transform::components::global_transform::GlobalTransform>" and "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_pbr::material::StandardMaterial>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_sprite::color_material::ColorMaterial>" and "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_ui::ui_node::Node>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_sprite::color_material::ColorMaterial>" and "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_sprite::texture_atlas::TextureAtlas>"
conflicts: ["bevy_render::renderer::render_resource::render_resource_bindings::AssetRenderResourceBindings", "bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_sprite::color_material::ColorMaterial>" and "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_pbr::material::StandardMaterial>"
conflicts: ["bevy_render::renderer::render_resource::render_resource_bindings::AssetRenderResourceBindings", "bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_ui::ui_node::Node>" and "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_sprite::texture_atlas::TextureAtlas>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::render_resources_node_system<bevy_ui::ui_node::Node>" and "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_pbr::material::StandardMaterial>"
conflicts: ["bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_sprite::texture_atlas::TextureAtlas>" and "&bevy_render::render_graph::nodes::render_resources_node::asset_render_resources_node_system<bevy_pbr::material::StandardMaterial>"
conflicts: ["bevy_render::renderer::render_resource::render_resource_bindings::AssetRenderResourceBindings", "bevy_render::pipeline::render_pipelines::RenderPipelines"]
-- "&bevy_render::render_graph::nodes::camera_node::camera_node_system" and "&bevy_render::render_graph::nodes::camera_node::camera_node_system"
conflicts: ["bevy_render::camera::active_cameras::ActiveCameras"]
Mar 24 10:42:49.156  INFO bevy_ecs::schedule::stage: Execution order ambiguities detected, you might want to add an explicit dependency relation between some of these systems:
* Parallel systems:
-- "&bevy_ui::widget::text::draw_text_system" and "&bevy_text::text2d::draw_text2d_system"
conflicts: ["bevy_asset::assets::Assets<bevy_render::shader::shader::Shader>", "bevy_asset::assets::Assets<bevy_render::pipeline::pipeline::PipelineDescriptor>", "bevy_render::pipeline::pipeline_compiler::PipelineCompiler", "bevy_render::renderer::render_resource::render_resource_bindings::RenderResourceBindings", "bevy_render::renderer::render_resource::render_resource_bindings::AssetRenderResourceBindings", "bevy_render::renderer::render_resource::shared_buffers::SharedBuffers", "bevy_render::draw::Draw"]
-- "&bevy_ui::widget::text::draw_text_system" and "&bevy_render::pipeline::render_pipelines::draw_render_pipelines_system"
conflicts: ["bevy_asset::assets::Assets<bevy_render::shader::shader::Shader>", "bevy_asset::assets::Assets<bevy_render::pipeline::pipeline::PipelineDescriptor>", "bevy_render::pipeline::pipeline_compiler::PipelineCompiler", "bevy_render::renderer::render_resource::render_resource_bindings::RenderResourceBindings", "bevy_render::renderer::render_resource::render_resource_bindings::AssetRenderResourceBindings", "bevy_render::renderer::render_resource::shared_buffers::SharedBuffers", "bevy_render::draw::Draw"]
-- "&bevy_text::text2d::draw_text2d_system" and "&bevy_render::pipeline::render_pipelines::draw_render_pipelines_system"
conflicts: ["bevy_asset::assets::Assets<bevy_render::shader::shader::Shader>", "bevy_asset::assets::Assets<bevy_render::pipeline::pipeline::PipelineDescriptor>", "bevy_render::pipeline::pipeline_compiler::PipelineCompiler", "bevy_render::renderer::render_resource::render_resource_bindings::RenderResourceBindings", "bevy_render::renderer::render_resource::render_resource_bindings::AssetRenderResourceBindings", "bevy_render::renderer::render_resource::shared_buffers::SharedBuffers", "bevy_render::draw::Draw"]
Mar 24 10:42:59.204 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 182v0
Mar 24 10:42:59.571 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 181v0
Mar 24 10:42:59.671 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 181v0
Mar 24 10:42:59.671 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 182v1
Mar 24 10:43:04.096 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 182v0
Mar 24 10:43:04.096 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 183v0
Mar 24 10:43:08.988 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 182v0
Mar 24 10:43:08.988 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 183v0
Mar 24 10:43:08.988 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 181v1
Mar 24 10:43:18.023 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 186v0
Mar 24 10:43:20.103 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 187v0
Mar 24 10:43:25.227 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 187v0
Mar 24 10:43:25.227 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 190v0
Mar 24 10:43:30.353 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 187v0
Mar 24 10:43:30.353 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 190v0
Mar 24 10:43:30.353 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 53v1
Mar 24 10:43:35.476 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 187v0
Mar 24 10:43:35.476 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 190v0
Mar 24 10:43:35.476 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 53v1
Mar 24 10:43:35.476 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 193v0
Mar 24 10:43:40.601 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 187v0
Mar 24 10:43:40.601 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 190v0
Mar 24 10:43:40.601 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 53v1
Mar 24 10:43:40.601 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 193v0
Mar 24 10:43:40.601 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 45v1
Mar 24 10:43:50.201 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 198v0
Mar 24 10:44:02.431 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 205v0
Mar 24 10:44:13.995 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 212v0
Mar 24 10:44:14.711 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 213v0
Mar 24 10:44:14.759 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 212v0
Mar 24 10:44:14.759 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 216v0
Mar 24 10:44:19.767 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 213v0
Mar 24 10:44:19.767 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 212v1
Mar 24 10:44:32.829 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 220v0
Mar 24 10:44:32.862 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 221v0
Mar 24 10:44:33.228 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 222v0
Mar 24 10:44:36.972 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 220v0
Mar 24 10:44:36.972 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 224v0
Mar 24 10:44:37.887 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 221v0
Mar 24 10:44:37.887 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 220v1
Mar 24 10:44:38.436 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 222v0
Mar 24 10:44:38.436 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 221v1
Mar 24 10:44:42.911 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 221v0
Mar 24 10:44:42.911 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 220v1
Mar 24 10:44:42.911 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 224v1
Mar 24 10:44:43.644 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 222v0
Mar 24 10:44:43.644 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 221v1
Mar 24 10:44:43.644 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 220v2
Mar 24 10:44:48.852 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 222v0
Mar 24 10:44:48.852 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 221v1
Mar 24 10:44:48.852 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 220v2
Mar 24 10:44:48.852 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 224v2
Mar 24 10:45:19.300 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 246v0
Mar 24 10:45:23.543 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 246v0
Mar 24 10:45:23.543 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 249v0
Mar 24 10:45:35.257 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 251v0
Mar 24 10:45:35.524 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 252v0
Mar 24 10:45:37.919 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 251v0
Mar 24 10:45:37.919 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 258v0
Mar 24 10:45:40.996 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 252v0
Mar 24 10:45:40.997 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 251v1
Mar 24 10:45:46.470 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 252v0
Mar 24 10:45:46.470 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 251v1
Mar 24 10:45:46.470 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 258v1
Mar 24 10:45:51.945 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 252v0
Mar 24 10:45:51.946 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 251v1
Mar 24 10:45:51.946 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 258v1
Mar 24 10:45:51.946 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 259v1
Mar 24 10:45:57.419 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 252v0
Mar 24 10:45:57.419 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 251v1
Mar 24 10:45:57.419 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 258v1
Mar 24 10:45:57.419 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 259v1
Mar 24 10:45:57.420 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 263v0
Mar 24 10:46:02.893 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 252v0
Mar 24 10:46:02.893 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 251v1
Mar 24 10:46:02.893 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 258v1
Mar 24 10:46:02.893 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 259v1
Mar 24 10:46:02.893 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 263v0
Mar 24 10:46:02.893 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 266v0
Mar 24 10:46:13.908 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 273v0
Mar 24 10:46:16.370 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 271v0
Mar 24 10:46:17.068 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 270v0
Mar 24 10:46:21.379 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 271v0
Mar 24 10:46:21.379 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 275v0
Mar 24 10:46:22.427 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 270v0
Mar 24 10:46:22.427 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 271v1
Mar 24 10:46:27.784 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 270v0
Mar 24 10:46:27.784 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 271v1
Mar 24 10:46:27.784 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 275v1
Mar 24 10:46:33.990 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 280v0
Mar 24 10:46:35.156 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 279v0
Mar 24 10:46:38.533 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 280v0
Mar 24 10:46:38.533 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 282v0
Mar 24 10:46:43.075 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 280v0
Mar 24 10:46:43.075 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 282v0
Mar 24 10:46:43.075 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 283v0
Mar 24 10:46:52.925 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 287v0
Mar 24 10:46:53.924 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 286v0
Mar 24 10:46:54.023 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 286v0
Mar 24 10:46:54.023 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 287v1
Mar 24 10:46:57.567 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 287v0
Mar 24 10:46:57.567 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 290v0
Mar 24 10:47:12.159 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 295v0
Mar 24 10:47:12.959 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 296v0
Mar 24 10:47:18.315 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 296v0
Mar 24 10:47:18.315 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 298v0
Mar 24 10:47:23.673 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 296v0
Mar 24 10:47:23.673 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 298v0
Mar 24 10:47:23.673 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 57v1
Mar 24 10:47:35.768 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 299v1
Mar 24 10:47:36.685 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 302v0
Mar 24 10:47:41.460 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 302v0
Mar 24 10:47:41.460 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 299v2
Mar 24 10:47:46.234 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 302v0
Mar 24 10:47:46.234 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 299v2
Mar 24 10:47:46.234 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 56v1
Mar 24 10:47:51.009 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 302v0
Mar 24 10:47:51.009 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 299v2
Mar 24 10:47:51.009 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 56v1
Mar 24 10:47:51.009 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 308v0
Mar 24 10:47:55.785 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 302v0
Mar 24 10:47:55.785 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 299v2
Mar 24 10:47:55.785 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 56v1
Mar 24 10:47:55.785 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 308v0
Mar 24 10:47:55.785 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 310v0
Mar 24 10:48:00.560 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 302v0
Mar 24 10:48:00.560 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 299v2
Mar 24 10:48:00.560 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 56v1
Mar 24 10:48:00.560 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 308v0
Mar 24 10:48:00.560 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 310v0
Mar 24 10:48:00.560 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 308v1
Mar 24 10:48:18.197 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 270v0
Mar 24 10:48:18.197 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 271v1
Mar 24 10:48:18.197 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 275v1
Mar 24 10:48:18.197 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 276v1
Mar 24 10:48:27.631 DEBUG bevy_transform::hierarchy::hierarchy: Failed to despawn entity 321v0
Mar 24 10:48:29.529 DEBUG bevy_ecs::system::commands: Failed to despawn non-existent entity 322v0
Mar 24 10:48:30.397 ERROR panic: thread 'main' panicked at 'Entity does not exist': C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_ecs\src\world\mod.rs:214 0: backtrace::backtrace::dbghelp::trace
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\backtrace-0.3.56\src\backtrace\dbghelp.rs:98
1: backtrace::backtrace::trace_unsynchronized
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\backtrace-0.3.56\src\backtrace\mod.rs:66
2: backtrace::backtrace::trace<closure-0>
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\backtrace-0.3.56\src\backtrace\mod.rs:53
3: backtrace::capture::Backtrace::create
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\backtrace-0.3.56\src\capture.rs:176
4: backtrace::capture::Backtrace::new
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\backtrace-0.3.56\src\capture.rs:140
5: backtrace::capture::{{impl}}::default
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\backtrace-0.3.56\src\capture.rs:401
6: escape::error::init_panic_handler::{{closure}}
at src\error.rs:15
7: std::panicking::rust_panic_with_hook
at /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b\/library\std\src\panicking.rs:595
8: std::panicking::begin_panic_handler::{{closure}}
at /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b\/library\std\src\panicking.rs:497
9: std::sys_common::backtrace::__rust_end_short_backtrace<closure-0,!>
at /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b\/library\std\src\sys_common\backtrace.rs:141
10: std::panicking::begin_panic_handler
at /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b\/library\std\src\panicking.rs:493
11: core::panicking::panic_fmt
at /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b\/library\core\src\panicking.rs:92
12: core::option::expect_failed
at /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b\/library\core\src\option.rs:1260
13: core::option::Option<bevy_ecs::world::entity_ref::EntityMut>::expect<bevy_ecs::world::entity_ref::EntityMut>
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\core\src\option.rs:349
14: bevy_ecs::world::World::entity_mut
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_ecs\src\world\mod.rs:214
15: bevy_ecs::system::commands::{{impl}}::write<escape::exploration::ExplorationFocused>
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_ecs\src\system\commands.rs:351
16: bevy_ecs::system::commands::CommandQueue::apply
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_ecs\src\system\commands.rs:24
17: bevy_ecs::system::system_param::{{impl}}::apply
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_ecs\src\system\system_param.rs:447
18: bevy_ecs::system::system_param::{{impl}}::apply<bevy_ecs::system::commands::CommandQueue,bevy_ecs::system::system_param::ResMutState<tts::TTS>,bevy_ecs::query::state::QueryState<tuple<escape::map::Map*, escape::visibility::RevealedTiles*, escape::visibili
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_ecs\src\system\system_param.rs:977
19: bevy_ecs::system::into_system::{{impl}}::apply_buffers<tuple<>,core::result::Result<tuple<>, alloc::boxed::Box<Error, alloc::alloc::Global>>,tuple<bevy_ecs::system::commands::Commands, bevy_ecs::system::system_param::ResMut<tts::TTS>, bevy_ecs::system::qu
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_ecs\src\system\into_system.rs:161
20: bevy_ecs::system::system_chaining::{{impl}}::apply_buffers<bevy_ecs::system::into_system::FunctionSystem<tuple<>, core::result::Result<tuple<>, alloc::boxed::Box<Error, alloc::alloc::Global>>, tuple<bevy_ecs::system::commands::Commands, bevy_ecs::system::
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_ecs\src\system\system_chaining.rs:59
21: bevy_ecs::schedule::stage::{{impl}}::run
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_ecs\src\schedule\stage.rs:689
22: bevy_ecs::schedule::Schedule::run_once
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_ecs\src\schedule\mod.rs:201
23: bevy_ecs::schedule::{{impl}}::run
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_ecs\src\schedule\mod.rs:219
24: bevy_winit::winit_runner_with::{{closure}}
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_winit\src\lib.rs:485
25: winit::platform_impl::platform::event_loop::{{impl}}::run_return::{{closure}}<tuple<>,closure-1>
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\winit-0.24.0\src\platform_impl\windows\event_loop.rs:203
26: alloc::boxed::{{impl}}::call_mut
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\alloc\src\boxed.rs:1335
27: winit::platform_impl::platform::event_loop::runner::{{impl}}::call_event_handler::{{closure}}<tuple<>>
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\winit-0.24.0\src\platform_impl\windows\event_loop\runner.rs:245
28: std::panic::{{impl}}::call_once
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\std\src\panic.rs:322
29: std::panicking::try::do_call
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\std\src\panicking.rs:379
30: std::panicking::try
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\std\src\panicking.rs:343
31: std::panic::catch_unwind
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\std\src\panic.rs:396
32: winit::platform_impl::platform::event_loop::runner::EventLoopRunner<tuple<>>::catch_unwind
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\winit-0.24.0\src\platform_impl\windows\event_loop\runner.rs:152
33: winit::platform_impl::platform::event_loop::runner::EventLoopRunner<tuple<>>::call_event_handler<tuple<>>
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\winit-0.24.0\src\platform_impl\windows\event_loop\runner.rs:239
34: winit::platform_impl::platform::event_loop::runner::EventLoopRunner<tuple<>>::move_state_to<tuple<>>
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\winit-0.24.0\src\platform_impl\windows\event_loop\runner.rs:369
35: winit::platform_impl::platform::event_loop::runner::EventLoopRunner<tuple<>>::main_events_cleared
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\winit-0.24.0\src\platform_impl\windows\event_loop\runner.rs:227
36: winit::platform_impl::platform::event_loop::flush_paint_messages
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\winit-0.24.0\src\platform_impl\windows\event_loop.rs:676
37: winit::platform_impl::platform::event_loop::thread_event_target_callback::{{closure}}<tuple<>>
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\winit-0.24.0\src\platform_impl\windows\event_loop.rs:1967
38: std::panic::{{impl}}::call_once
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\std\src\panic.rs:322
39: std::panicking::try::do_call
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\std\src\panicking.rs:379
40: std::panicking::try
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\std\src\panicking.rs:343
41: std::panic::catch_unwind
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\std\src\panic.rs:396
42: winit::platform_impl::platform::event_loop::runner::EventLoopRunner<tuple<>>::catch_unwind<tuple<>,isize,closure-0>
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\winit-0.24.0\src\platform_impl\windows\event_loop\runner.rs:152
43: winit::platform_impl::platform::event_loop::thread_event_target_callback<tuple<>>
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\winit-0.24.0\src\platform_impl\windows\event_loop.rs:2151
44: DefSubclassProc
45: DefSubclassProc
46: CallWindowProcW
47: DispatchMessageW
48: SendMessageTimeoutW
49: KiUserCallbackDispatcher
50: NtUserDispatchMessage
51: DispatchMessageW
52: winit::platform_impl::platform::event_loop::EventLoop<tuple<>>::run_return<tuple<>,closure-1>
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\winit-0.24.0\src\platform_impl\windows\event_loop.rs:218
53: winit::platform_impl::platform::event_loop::EventLoop<tuple<>>::run<tuple<>,closure-1>
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\winit-0.24.0\src\platform_impl\windows\event_loop.rs:188
54: winit::event_loop::EventLoop<tuple<>>::run<tuple<>,closure-1>
at C:\Users\Nolan\scoop\persist\rustup\.cargo\registry\src\github.com-1ecc6299db9ec823\winit-0.24.0\src\event_loop.rs:154
55: bevy_winit::run<closure-1>
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_winit\src\lib.rs:171
56: bevy_winit::winit_runner_with
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_winit\src\lib.rs:493
57: bevy_winit::winit_runner
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_winit\src\lib.rs:211
58: core::ops::function::Fn::call<fn(bevy_app::app::App),tuple<bevy_app::app::App>>
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\core\src\ops\function.rs:70
59: alloc::boxed::{{impl}}::call
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\alloc\src\boxed.rs:1342
60: bevy_app::app::App::run
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_app\src\app.rs:68
61: bevy_app::app_builder::AppBuilder::run
at C:\Users\Nolan\scoop\persist\rustup\.cargo\git\checkouts\bevy-f7ffde730c324c74\47004df\crates\bevy_app\src\app_builder.rs:48
62: escape::main
at src\lib.rs:20
63: main::main
at src\bin\main.rs:2
64: core::ops::function::FnOnce::call_once<fn(),tuple<>>
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\core\src\ops\function.rs:227
65: std::sys_common::backtrace::__rust_begin_short_backtrace<fn(),tuple<>>
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\std\src\sys_common\backtrace.rs:125
66: std::rt::lang_start::{{closure}}<tuple<>>
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\std\src\rt.rs:66
67: core::ops::function::impls::{{impl}}::call_once
at /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b\library\core\src\ops\function.rs:280
68: std::panicking::try::do_call
at /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b\/library\std\src\panicking.rs:379
69: std::panicking::try
at /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b\/library\std\src\panicking.rs:343
70: std::panic::catch_unwind
at /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b\/library\std\src\panic.rs:396
71: std::rt::lang_start_internal
at /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b\/library\std\src\rt.rs:51
72: std::rt::lang_start<tuple<>>
at C:\Users\Nolan\scoop\persist\rustup\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\library\std\src\rt.rs:65
73: main
74: invoke_main
at D:\a01\_work\9\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:78
75: __scrt_common_main_seh
at D:\a01\_work\9\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288
76: BaseThreadInitThunk
77: RtlUserThreadStart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment