Created
July 2, 2026 12:48
-
-
Save mxgrey/f71be4c16fbacbcc7070a87ee2289c8a to your computer and use it in GitHub Desktop.
Anchor Spacing Panic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| thread 'main' (84745) panicked at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/placer.rs:149:9: | |
| You cannot advance the cursor when in a grid layout | |
| 0: __rustc::rust_begin_unwind | |
| at /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/std/src/panicking.rs:689:5 | |
| 1: core::panicking::panic_fmt | |
| at /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/core/src/panicking.rs:80:14 | |
| 2: egui::placer::Placer::advance_cursor | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/placer.rs:149:9 | |
| 3: egui::ui::Ui::add_space | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:1785:21 | |
| 4: rmf_site_editor::widgets::inspector::inspect_anchor::impl_inspect_anchor | |
| at ./crates/rmf_site_editor/src/widgets/inspector/inspect_anchor.rs:182:12 | |
| 5: <rmf_site_editor::widgets::inspector::inspect_anchor::InspectAnchor as rmf_site_egui::WidgetSystem<rmf_site_editor::widgets::inspector::inspect_anchor::InspectAnchorInput,core::option::Option<rmf_site_editor::widgets::inspector::inspect_anchor::InspectAnchorResponse>>>::show | |
| at ./crates/rmf_site_editor/src/widgets/inspector/inspect_anchor.rs:84:9 | |
| 6: <bevy_ecs::world::World as rmf_site_egui::ShowSharedWidget>::show::{{closure}} | |
| at ./crates/rmf_site_egui/src/lib.rs:241:21 | |
| 7: bevy_ecs::world::World::try_resource_scope | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/world/mod.rs:2769:22 | |
| 8: bevy_ecs::world::World::resource_scope | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/world/mod.rs:2732:14 | |
| 9: <bevy_ecs::world::World as rmf_site_egui::ShowSharedWidget>::show | |
| at ./crates/rmf_site_egui/src/lib.rs:240:14 | |
| 10: <rmf_site_editor::widgets::inspector::inspect_point::InspectPoint as rmf_site_egui::WidgetSystem<rmf_site_editor::widgets::inspector::Inspect>>::show::{{closure}} | |
| at ./crates/rmf_site_editor/src/widgets/inspector/inspect_point.rs:91:34 | |
| 11: core::ops::function::FnOnce::call_once{{vtable.shim}} | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5 | |
| 12: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2249:9 | |
| 13: egui::grid::Grid::show_dyn::{{closure}}::{{closure}} | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/grid.rs:480:25 | |
| 14: core::ops::function::FnOnce::call_once{{vtable.shim}} | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5 | |
| 15: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2249:9 | |
| 16: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2249:9 | |
| 17: egui::ui::Ui::allocate_new_ui_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:1433:21 | |
| 18: egui::ui::Ui::allocate_new_ui | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:1424:14 | |
| 19: egui::ui::Ui::allocate_ui_with_layout_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:1394:14 | |
| 20: egui::ui::Ui::horizontal_with_main_wrap_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:2518:14 | |
| 21: egui::ui::Ui::horizontal | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:2446:14 | |
| 22: egui::grid::Grid::show_dyn::{{closure}} | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/grid.rs:460:16 | |
| 23: core::ops::function::FnOnce::call_once{{vtable.shim}} | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5 | |
| 24: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2249:9 | |
| 25: egui::ui::Ui::allocate_new_ui_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:1433:21 | |
| 26: egui::ui::Ui::allocate_new_ui | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:1424:14 | |
| 27: egui::grid::Grid::show_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/grid.rs:459:12 | |
| 28: egui::grid::Grid::show | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/grid.rs:412:14 | |
| 29: <rmf_site_editor::widgets::inspector::inspect_point::InspectPoint as rmf_site_egui::WidgetSystem<rmf_site_editor::widgets::inspector::Inspect>>::show | |
| at ./crates/rmf_site_editor/src/widgets/inspector/inspect_point.rs:84:36 | |
| 30: <rmf_site_egui::InnerWidget<Input,Output,W> as rmf_site_egui::ExecuteWidget<Input,Output>>::show | |
| at ./crates/rmf_site_egui/src/lib.rs:89:17 | |
| 31: <bevy_ecs::world::entity_ref::EntityWorldMut as rmf_site_egui::TryShowWidgetEntity>::try_show_out::{{closure}} | |
| at ./crates/rmf_site_egui/src/lib.rs:194:53 | |
| 32: bevy_ecs::world::entity_ref::EntityWorldMut::world_scope | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/world/entity_ref.rs:2690:9 | |
| 33: <bevy_ecs::world::entity_ref::EntityWorldMut as rmf_site_egui::TryShowWidgetEntity>::try_show_out | |
| at ./crates/rmf_site_egui/src/lib.rs:194:27 | |
| 34: <bevy_ecs::world::World as rmf_site_egui::TryShowWidgetWorld>::try_show_out | |
| at ./crates/rmf_site_egui/src/lib.rs:155:20 | |
| 35: rmf_site_egui::TryShowWidgetWorld::try_show_in | |
| at ./crates/rmf_site_egui/src/lib.rs:125:14 | |
| 36: <rmf_site_editor::widgets::inspector::Inspector as rmf_site_egui::WidgetSystem<rmf_site_egui::panel_of_tiles::Tile>>::show::{{closure}}::{{closure}} | |
| at ./crates/rmf_site_editor/src/widgets/inspector/mod.rs:409:39 | |
| 37: core::ops::function::FnOnce::call_once{{vtable.shim}} | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5 | |
| 38: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2249:9 | |
| 39: egui::ui::Ui::allocate_new_ui_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:1433:21 | |
| 40: egui::ui::Ui::allocate_new_ui | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:1424:14 | |
| 41: egui::ui::Ui::vertical_centered | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:2558:14 | |
| 42: rmf_site_egui::panel::PanelSettings::align | |
| at ./crates/rmf_site_egui/src/panel/mod.rs:297:20 | |
| 43: <rmf_site_editor::widgets::inspector::Inspector as rmf_site_egui::WidgetSystem<rmf_site_egui::panel_of_tiles::Tile>>::show::{{closure}} | |
| at ./crates/rmf_site_editor/src/widgets/inspector/mod.rs:402:23 | |
| 44: core::ops::function::FnOnce::call_once{{vtable.shim}} | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5 | |
| 45: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2249:9 | |
| 46: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2249:9 | |
| 47: egui::ui::Ui::indent_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:2388:19 | |
| 48: egui::ui::Ui::indent | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:2369:14 | |
| 49: egui::containers::collapsing_header::CollapsingState::show_body_indented::{{closure}} | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/collapsing_header.rs:189:16 | |
| 50: core::ops::function::FnOnce::call_once{{vtable.shim}} | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5 | |
| 51: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2249:9 | |
| 52: egui::ui::Ui::scope_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:2321:19 | |
| 53: egui::ui::Ui::scope | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:2300:14 | |
| 54: egui::containers::collapsing_header::CollapsingState::show_body_unindented | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/collapsing_header.rs:237:35 | |
| 55: egui::containers::collapsing_header::CollapsingState::show_body_indented | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/collapsing_header.rs:188:14 | |
| 56: egui::containers::collapsing_header::CollapsingHeader::show_dyn::{{closure}} | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/collapsing_header.rs:658:23 | |
| 57: core::ops::function::FnOnce::call_once{{vtable.shim}} | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5 | |
| 58: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2249:9 | |
| 59: egui::ui::Ui::allocate_new_ui_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:1433:21 | |
| 60: egui::ui::Ui::allocate_new_ui | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:1424:14 | |
| 61: egui::ui::Ui::vertical | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:2536:14 | |
| 62: egui::containers::collapsing_header::CollapsingHeader::show_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/collapsing_header.rs:646:12 | |
| 63: egui::containers::collapsing_header::CollapsingHeader::show | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/collapsing_header.rs:626:14 | |
| 64: <rmf_site_editor::widgets::inspector::Inspector as rmf_site_egui::WidgetSystem<rmf_site_egui::panel_of_tiles::Tile>>::show | |
| at ./crates/rmf_site_editor/src/widgets/inspector/mod.rs:351:14 | |
| 65: <rmf_site_egui::InnerWidget<Input,Output,W> as rmf_site_egui::ExecuteWidget<Input,Output>>::show | |
| at ./crates/rmf_site_egui/src/lib.rs:89:17 | |
| 66: <bevy_ecs::world::entity_ref::EntityWorldMut as rmf_site_egui::TryShowWidgetEntity>::try_show_out::{{closure}} | |
| at ./crates/rmf_site_egui/src/lib.rs:194:53 | |
| 67: bevy_ecs::world::entity_ref::EntityWorldMut::world_scope | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/world/entity_ref.rs:2690:9 | |
| 68: <bevy_ecs::world::entity_ref::EntityWorldMut as rmf_site_egui::TryShowWidgetEntity>::try_show_out | |
| at ./crates/rmf_site_egui/src/lib.rs:194:27 | |
| 69: <bevy_ecs::world::World as rmf_site_egui::TryShowWidgetWorld>::try_show_out | |
| at ./crates/rmf_site_egui/src/lib.rs:155:20 | |
| 70: rmf_site_egui::TryShowWidgetWorld::try_show_in | |
| at ./crates/rmf_site_egui/src/lib.rs:125:14 | |
| 71: rmf_site_egui::panel_of_tiles::render_tiles | |
| at ./crates/rmf_site_egui/src/panel_of_tiles/mod.rs:97:33 | |
| 72: rmf_site_egui::panel_of_tiles::show_panel_of_tiles::{{closure}}::{{closure}}::{{closure}} | |
| at ./crates/rmf_site_egui/src/panel_of_tiles/mod.rs:80:45 | |
| 73: core::ops::function::FnOnce::call_once{{vtable.shim}} | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5 | |
| 74: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2249:9 | |
| 75: egui::ui::Ui::allocate_new_ui_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:1433:21 | |
| 76: egui::ui::Ui::allocate_new_ui | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/ui.rs:1424:14 | |
| 77: rmf_site_egui::panel::PanelSettings::align | |
| 78: rmf_site_egui::panel_of_tiles::show_panel_of_tiles::{{closure}}::{{closure}} | |
| at ./crates/rmf_site_egui/src/panel_of_tiles/mod.rs:80:30 | |
| 79: egui::containers::scroll_area::ScrollArea::show::{{closure}} | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/scroll_area.rs:735:61 | |
| 80: core::ops::function::FnOnce::call_once{{vtable.shim}} | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5 | |
| 81: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2249:9 | |
| 82: egui::containers::scroll_area::ScrollArea::show_viewport_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/scroll_area.rs:807:21 | |
| 83: egui::containers::scroll_area::ScrollArea::show | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/scroll_area.rs:735:14 | |
| 84: rmf_site_egui::panel_of_tiles::show_panel_of_tiles::{{closure}} | |
| at ./crates/rmf_site_egui/src/panel_of_tiles/mod.rs:79:18 | |
| 85: core::ops::function::FnOnce::call_once{{vtable.shim}} | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5 | |
| 86: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2249:9 | |
| 87: egui::containers::panel::SidePanel::show_inside_dyn::{{closure}} | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/panel.rs:295:13 | |
| 88: core::ops::function::FnOnce::call_once{{vtable.shim}} | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5 | |
| 89: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:2249:9 | |
| 90: egui::containers::frame::Frame::show_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/frame.rs:426:19 | |
| 91: egui::containers::frame::Frame::show | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/frame.rs:416:14 | |
| 92: egui::containers::panel::SidePanel::show_inside_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/panel.rs:292:36 | |
| 93: egui::containers::panel::SidePanel::show_dyn | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/panel.rs:393:35 | |
| 94: egui::containers::panel::SidePanel::show | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.31.1/src/containers/panel.rs:373:14 | |
| 95: rmf_site_egui::panel::EguiPanel::show | |
| at ./crates/rmf_site_egui/src/panel/mod.rs:210:44 | |
| 96: rmf_site_egui::panel_of_tiles::show_panel_of_tiles | |
| at ./crates/rmf_site_egui/src/panel_of_tiles/mod.rs:76:10 | |
| 97: core::ops::function::FnMut::call_mut | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:166:5 | |
| 98: core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:298:21 | |
| 99: <Func as bevy_ecs::system::exclusive_function_system::ExclusiveSystemParamFunction<(bevy_ecs::system::exclusive_function_system::HasExclusiveSystemInput,fn(In) .> Out)>>::run::call_inner | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/exclusive_function_system.rs:293:21 | |
| 100: <Func as bevy_ecs::system::exclusive_function_system::ExclusiveSystemParamFunction<(bevy_ecs::system::exclusive_function_system::HasExclusiveSystemInput,fn(In) .> Out)>>::run | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/exclusive_function_system.rs:296:17 | |
| 101: <bevy_ecs::system::exclusive_function_system::ExclusiveFunctionSystem<Marker,F> as bevy_ecs::system::system::System>::run_unsafe::{{closure}} | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/exclusive_function_system.rs:129:33 | |
| 102: bevy_ecs::world::World::last_change_tick_scope | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/world/mod.rs:3120:9 | |
| 103: <bevy_ecs::system::exclusive_function_system::ExclusiveFunctionSystem<Marker,F> as bevy_ecs::system::system::System>::run_unsafe | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/exclusive_function_system.rs:121:15 | |
| 104: bevy_ecs::system::system::System::run_without_applying_deferred | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/system.rs:106:23 | |
| 105: bevy_ecs::system::system::System::run | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/system.rs:88:24 | |
| 106: rmf_site_egui::panel::render_panels | |
| at ./crates/rmf_site_egui/src/panel/mod.rs:88:15 | |
| 107: rmf_site_editor::widgets::site_ui_layout | |
| at ./crates/rmf_site_editor/src/widgets/mod.rs:214:5 | |
| 108: core::ops::function::FnMut::call_mut | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:166:5 | |
| 109: core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut | |
| at /home/arjoc/ws/jazzy/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:298:21 | |
| 110: <Func as bevy_ecs::system::exclusive_function_system::ExclusiveSystemParamFunction<fn(F0,F1) .> Out>>::run::call_inner | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/exclusive_function_system.rs:254:21 | |
| 111: <Func as bevy_ecs::system::exclusive_function_system::ExclusiveSystemParamFunction<fn(F0,F1) .> Out>>::run | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/exclusive_function_system.rs:257:17 | |
| 112: <bevy_ecs::system::exclusive_function_system::ExclusiveFunctionSystem<Marker,F> as bevy_ecs::system::system::System>::run_unsafe::{{closure}} | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/exclusive_function_system.rs:129:33 | |
| 113: bevy_ecs::world::World::last_change_tick_scope | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/world/mod.rs:3120:9 | |
| 114: <bevy_ecs::system::exclusive_function_system::ExclusiveFunctionSystem<Marker,F> as bevy_ecs::system::system::System>::run_unsafe | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/exclusive_function_system.rs:121:15 | |
| 115: <bevy_ecs::system::schedule_system::InfallibleSystemWrapper<S> as bevy_ecs::system::system::System>::run_unsafe | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/schedule_system.rs:68:16 | |
| 116: bevy_ecs::system::system::System::run_without_applying_deferred | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/system.rs:106:23 | |
| 117: bevy_ecs::system::system::System::run | |
| at /home/arjoc/ws/jazzy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/system.rs:88:24 | |
| note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. | |
| Encountered a panic in system `rmf_site_editor::widgets::site_ui_layout`! | |
| Encountered a panic in system `bevy_app::main_schedule::Main::run_main`! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment