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
Getting this error when using the main branch of bevy_editor_pls with Bevy 0.15.3
thread '<unnamed>' panicked at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-23.0.1/src/api/buffer.rs:684:9:
slice offset 0 is out of range for buffer of size 0
It happens sometimes when I focus entities using the F keyboard shortcut, but not always. Can also happen when clicking on certain entities in the hierarchy but only if the editor is open, if I'm using the floating hierarchy it works fine.
The error is the same as this issue: bevyengine/bevy#16525
Though I'm using desktop with vulkan not webgl.
Stack trace
Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.65s
Running `target/debug/solar-system`
2025-01-14T20:48:02.268492Z INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "Linux rolling EndeavourOS", kernel: "6.12.8-arch1-1", cpu: "AMD Ryzen 9 7950X 16-Core Processor", core_count:
"16", memory: "61.9 GiB" }
2025-01-14T20:48:02.338097Z INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce RTX 3080", vendor: 4318, device: 8726, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "565.77", backend: Vulkan }
2025-01-14T20:48:02.603535Z INFO bevy_winit::system: Creating new window "App" (0v1#4294967296)
2025-01-14T20:48:02.713485Z INFO bevy_editor_pls_default_windows::cameras: Spawning editor cameras
2025-01-14T20:48:02.774948Z INFO bevy_framepace: Frametime limit changed to: 16.820575ms
2025-01-14T20:48:05.240565Z INFO bevy_framepace: Frametime limit changed to: 6.079027ms
2025-01-14T20:48:30.563921Z INFO bevy_editor_pls_default_windows::cameras: Focused on 1 entity
2025-01-14T20:48:32.876117Z INFO bevy_editor_pls_default_windows::cameras: Focused on 1 entity
thread '<unnamed>' panicked at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-23.0.1/src/api/buffer.rs:684:9:
slice offset 0 is out of range for buffer of size 0
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.15.1/src/diagnostic/mod.rs:158:9:
PassSpanScope::end was never called
stack backtrace:
0: 0x60f52a098aea - std::backtrace_rs::backtrace::libunwind::trace::hfe0e1def394da018
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
1: 0x60f52a098aea - std::backtrace_rs::backtrace::trace_unsynchronized::h96fbb6d117554616
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
2: 0x60f52a098aea - std::sys::backtrace::_print_fmt::he1169c6f8956325b
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/sys/backtrace.rs:66:9
3: 0x60f52a098aea - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha4a311b32f6b4ad8
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/sys/backtrace.rs:39:26
4: 0x60f52a0c6af3 - core::fmt::rt::Argument::fmt::h8ccd2627d2418ed3
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/fmt/rt.rs:177:76
5: 0x60f52a0c6af3 - core::fmt::write::h1866771663f62b81
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/fmt/mod.rs:1189:21
6: 0x60f52a093f93 - std::io::Write::write_fmt::hb549e7444823135e
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/io/mod.rs:1884:15
7: 0x60f52a098932 - std::sys::backtrace::BacktraceLock::print::hddd3a9918ce29aa7
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/sys/backtrace.rs:42:9
8: 0x60f52a099a3c - std::panicking::default_hook::{{closure}}::h791f75256b902d7d
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:268:22
9: 0x60f52a099882 - std::panicking::default_hook::h82cc572fcb0d8cd7
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:295:9
10: 0x60f52a09a077 - std::panicking::rust_panic_with_hook::he21644cc2707f2c4
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:801:13
11: 0x60f52a099ed6 - std::panicking::begin_panic_handler::{{closure}}::h42f7c414fed3cad9
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:667:13
12: 0x60f52a098fc9 - std::sys::backtrace::__rust_end_short_backtrace::ha26cf5766b4e8c65
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/sys/backtrace.rs:170:18
13: 0x60f52a099b9c - rust_begin_unwind
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:665:5
14: 0x60f52a0c3f00 - core::panicking::panic_fmt::h74866b78e934b1c0
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/panicking.rs:76:14
15: 0x60f5289fc09d - <bevy_render::diagnostic::PassSpanGuard<R,P> as core::ops::drop::Drop>::drop::h121713a187d68136
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.15.1/src/diagnostic/mod.rs:158:9
16: 0x60f5289fc09d - core::ptr::drop_in_place<bevy_render::diagnostic::PassSpanGuard<core::option::Option<alloc::sync::Arc<bevy_render::diagnostic::internal::DiagnosticsRecorder>>,bevy_render::render_phase::draw_state::Tra
ckedRenderPass>>::h3b012cff58334cad
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ptr/mod.rs:521:1
17: 0x60f5289fc09d - <bevy_core_pipeline::core_3d::main_transparent_pass_3d_node::MainTransparentPass3dNode as bevy_render::render_graph::node::ViewNode>::run::hc3ae363402696a20
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_core_pipeline-0.15.1/src/core_3d/main_transparent_pass_3d_node.rs:79:9
18: 0x60f52896ef35 - <bevy_render::render_graph::node::ViewNodeRunner<T> as bevy_render::render_graph::node::Node>::run::h98d56135014d2bdc
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.15.1/src/render_graph/node.rs:414:9
19: 0x60f5291b6102 - bevy_render::renderer::graph_runner::RenderGraphRunner::run_graph::h5759f40b7bd5550a
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.15.1/src/renderer/graph_runner.rs:225:21
20: 0x60f5291b625a - bevy_render::renderer::graph_runner::RenderGraphRunner::run_graph::h5759f40b7bd5550a
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.15.1/src/renderer/graph_runner.rs:232:21
21: 0x60f5291b4a84 - bevy_render::renderer::graph_runner::RenderGraphRunner::run::ha0df9566cdd2e8b9
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.15.1/src/renderer/graph_runner.rs:80:9
22: 0x60f52908a9c5 - bevy_render::renderer::render_system::h179ca28933a925b9
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.15.1/src/renderer/mod.rs:40:15
23: 0x60f5291d5f27 - core::ops::function::FnMut::call_mut::hdb0f9b077c4c0b8f
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:166:5
24: 0x60f5291d5f27 - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut::hae17be8cad0f72af
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:294:13
25: 0x60f5291d5f27 - <Func as bevy_ecs::system::exclusive_function_system::ExclusiveSystemParamFunction<fn(F0) .> Out>>::run::call_inner::h3de47743cd145d7f
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_ecs-0.15.1/src/system/exclusive_function_system.rs:245:21
26: 0x60f5291d5f27 - <Func as bevy_ecs::system::exclusive_function_system::ExclusiveSystemParamFunction<fn(F0) .> Out>>::run::h35794c9e00bd7b75
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_ecs-0.15.1/src/system/exclusive_function_system.rs:248:17
27: 0x60f5291d5f27 - <bevy_ecs::system::exclusive_function_system::ExclusiveFunctionSystem<Marker,F> as bevy_ecs::system::system::System>::run::{{closure}}::hcb33911547c6a42e
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_ecs-0.15.1/src/system/exclusive_function_system.rs:129:23
28: 0x60f5291d5f27 - bevy_ecs::world::World::last_change_tick_scope::h20b962c0bf3888a2
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_ecs-0.15.1/src/world/mod.rs:3187:9
29: 0x60f5291d5f27 - <bevy_ecs::system::exclusive_function_system::ExclusiveFunctionSystem<Marker,F> as bevy_ecs::system::system::System>::run::h5c45616b5f1b313a
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_ecs-0.15.1/src/system/exclusive_function_system.rs:121:9
30: 0x60f529f580aa - bevy_ecs::schedule::executor::__rust_begin_short_backtrace::run::h1c944b5a033c1301
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_ecs-0.15.1/src/schedule/executor/mod.rs:170:9
31: 0x60f529f4d1a9 - bevy_ecs::schedule::executor::multi_threaded::ExecutorState::spawn_exclusive_system_task::{{closure}}::{{closure}}::had038db2f7a1a3bb
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_ecs-0.15.1/src/schedule/executor/multi_threaded.rs:653:21
32: 0x60f529f4d1a9 - core::ops::function::FnOnce::call_once::hc21a746e0a279603
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
33: 0x60f529f4d1a9 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb651a4de8da1e6ec
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
34: 0x60f529f4d1a9 - std::panicking::try::do_call::hbbb44495b30c4445
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:557:40
35: 0x60f529f4d1a9 - std::panicking::try::h8f2e8c552d26dbe3
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:520:19
36: 0x60f529f4d1a9 - std::panic::catch_unwind::he9e3e017dc1fdc71
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:358:14
37: 0x60f529f4d1a9 - bevy_ecs::schedule::executor::multi_threaded::ExecutorState::spawn_exclusive_system_task::{{closure}}::hab75c0322b9b67da
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_ecs-0.15.1/src/schedule/executor/multi_threaded.rs:652:27
38: 0x60f529f4d1a9 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::future::future::Future>::poll::h12bbc22bf8199cae
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:297:9
39: 0x60f529f4d1a9 - <futures_lite::future::CatchUnwind<F> as core::future::future::Future>::poll::{{closure}}::had8c94ff96049048
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.6.0/src/future.rs:656:42
40: 0x60f529f4d1a9 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hf2af4f3ba4d79530
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
41: 0x60f529f4d1a9 - std::panicking::try::do_call::h606fa926dbd1760d
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:557:40
42: 0x60f529f4d1a9 - std::panicking::try::h4c7fae1e185dbf11
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:520:19
43: 0x60f529f4d1a9 - std::panic::catch_unwind::h91040bfb453680cb
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:358:14
44: 0x60f529f4d1a9 - <futures_lite::future::CatchUnwind<F> as core::future::future::Future>::poll::h098d8b25e63e2a95
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.6.0/src/future.rs:656:9
45: 0x60f529f1936f - async_executor::Executor::spawn_inner::{{closure}}::h021e44c4ff9367df
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/src/lib.rs:250:20
46: 0x60f529f184d0 - async_task::raw::RawTask<F,T,S,M>::run::{{closure}}::he43aee25d02328db
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/src/raw.rs:550:21
47: 0x60f529f184d0 - core::ops::function::FnOnce::call_once::h0466431e80c2c10f
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
48: 0x60f529f184d0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::he7d185bfee4156ff
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
49: 0x60f529f184d0 - std::panicking::try::do_call::h2d3fca323d02e813
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:557:40
50: 0x60f529f184d0 - std::panicking::try::hf1829213dd6656f0
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:520:19
51: 0x60f529f184d0 - std::panic::catch_unwind::h3011afd276d227b7
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:358:14
52: 0x60f529f184d0 - async_task::raw::RawTask<F,T,S,M>::run::hd55bab6099d4fb62
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/src/raw.rs:549:23
53: 0x60f529f4636f - async_task::runnable::Runnable<M>::run::h89b1f49139ca9050
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/src/runnable.rs:781:18
54: 0x60f529f4636f - async_executor::State::tick::{{closure}}::h11366a4c53bc716d
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/src/lib.rs:729:9
55: 0x60f529f4636f - async_executor::Executor::tick::{{closure}}::he74681d914087962
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/src/lib.rs:325:29
56: 0x60f529f4636f - bevy_tasks::thread_executor::ThreadExecutorTicker::tick::{{closure}}::h2c33c2fd965cc9ac
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_tasks-0.15.1/src/thread_executor.rs:103:39
57: 0x60f529f485d1 - bevy_tasks::task_pool::TaskPool::execute_scope::{{closure}}::{{closure}}::{{closure}}::hd44cccbb8914dcae
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_tasks-0.15.1/src/task_pool.rs:510:45
58: 0x60f529f485d1 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::future::future::Future>::poll::hd6afbcf502128052
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:297:9
59: 0x60f529f485d1 - <futures_lite::future::CatchUnwind<F> as core::future::future::Future>::poll::{{closure}}::h6866cbb64ad93538
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.6.0/src/future.rs:656:42
60: 0x60f529f485d1 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hf8850503f0652ba4
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
61: 0x60f529f485d1 - std::panicking::try::do_call::h91730ab71aea7e3f
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:557:40
62: 0x60f529f485d1 - std::panicking::try::hb6a1b56439b96458
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:520:19
63: 0x60f529f485d1 - std::panic::catch_unwind::hff61eb63a4ea7ef8
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:358:14
64: 0x60f529f485d1 - <futures_lite::future::CatchUnwind<F> as core::future::future::Future>::poll::h5537d633eb42787f
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.6.0/src/future.rs:656:9
65: 0x60f529f485d1 - bevy_tasks::task_pool::TaskPool::execute_scope::{{closure}}::{{closure}}::h1c4456a05a5df858
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_tasks-0.15.1/src/task_pool.rs:513:77
66: 0x60f529f485d1 - <futures_lite::future::Or<F1,F2> as core::future::future::Future>::poll::hb51eb101502e8644
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.6.0/src/future.rs:454:33
67: 0x60f529f485d1 - bevy_tasks::task_pool::TaskPool::execute_scope::{{closure}}::h4b70bcadd30b126a
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_tasks-0.15.1/src/task_pool.rs:516:41
68: 0x60f529f485d1 - bevy_tasks::task_pool::TaskPool::scope_with_executor_inner::{{closure}}::h2b8563e9ecea1619
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_tasks-0.15.1/src/task_pool.rs:427:85
69: 0x60f529f485d1 - futures_lite::future::block_on::{{closure}}::h4648b9fe4405894a
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.6.0/src/future.rs:99:19
70: 0x60f529f485d1 - std::thread::local::LocalKey<T>::try_with::h8b6d769bd9ac88e3
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/local.rs:283:12
71: 0x60f529f485d1 - std::thread::local::LocalKey<T>::with::h446b6b980c91147a
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/local.rs:260:9
72: 0x60f529f485d1 - futures_lite::future::block_on::he7590384180936a6
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.6.0/src/future.rs:78:11
73: 0x60f529f51c1f - bevy_tasks::task_pool::TaskPool::scope_with_executor_inner::h4b403a25c9899d81
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_tasks-0.15.1/src/task_pool.rs:381:13
74: 0x60f529f51c1f - bevy_tasks::task_pool::TaskPool::scope_with_executor::{{closure}}::h3a8da781463b86dc
75: 0x60f529f51c1f - std::thread::local::LocalKey<T>::try_with::h49e92c44416d41a6
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/local.rs:283:12
76: 0x60f529f51c1f - std::thread::local::LocalKey<T>::with::hc2a01cec42cac762
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/local.rs:260:9
77: 0x60f529f51c1f - bevy_tasks::task_pool::TaskPool::scope_with_executor::hb67d68ec1e828f99
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_tasks-0.15.1/src/task_pool.rs:307:31
78: 0x60f529f6bf37 - <bevy_ecs::schedule::executor::multi_threaded::MultiThreadedExecutor as bevy_ecs::schedule::executor::SystemExecutor>::run::hfd5c357be26161e6
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_ecs-0.15.1/src/schedule/executor/multi_threaded.rs:221:9
79: 0x60f529ec89d6 - bevy_ecs::world::World::run_schedule::{{closure}}::hd6f123ced115d018
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_ecs-0.15.1/src/world/mod.rs:3734:51
80: 0x60f529ec89d6 - bevy_ecs::world::World::try_schedule_scope::hc9a809e4cb4b71eb
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_ecs-0.15.1/src/world/mod.rs:3653:21
81: 0x60f529ec89d6 - bevy_ecs::world::World::schedule_scope::h877b497000b61f6c
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_ecs-0.15.1/src/world/mod.rs:3705:9
82: 0x60f529edafaa - bevy_ecs::world::World::run_schedule::hbb38a18431e30cfe
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_ecs-0.15.1/src/world/mod.rs:3734:9
83: 0x60f529edafaa - bevy_app::sub_app::SubApp::run_default_schedule::h279c573d5c9f6eb8
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_app-0.15.1/src/sub_app.rs:136:24
84: 0x60f529edafaa - bevy_app::sub_app::SubApp::update::he83c4863c2e09ff0
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_app-0.15.1/src/sub_app.rs:142:9
85: 0x60f52904b407 - <bevy_render::pipelined_rendering::PipelinedRenderingPlugin as bevy_app::plugin::Plugin>::cleanup::{{closure}}::hbd7b9875110cc747
at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.15.1/src/pipelined_rendering.rs:169:21
86: 0x60f52904b407 - std::sys::backtrace::__rust_begin_short_backtrace::hdead10b8de198995
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/backtrace.rs:154:18
87: 0x60f528fcbb63 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h674573968ae04e69
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/mod.rs:561:17
88: 0x60f528fcbb63 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd84e96cf1c1ae963
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/unwind_safe.rs:272:9
89: 0x60f528fcbb63 - std::panicking::try::do_call::h45ca5eb5ec987ecf
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:557:40
90: 0x60f528fcbb63 - std::panicking::try::hf929b80a9902149b
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:520:19
91: 0x60f528fcbb63 - std::panic::catch_unwind::h50d0de88a7b2aae1
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panic.rs:358:14
92: 0x60f528fcbb63 - std::thread::Builder::spawn_unchecked_::{{closure}}::hab8953ebb5ba79f4
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/thread/mod.rs:559:30
93: 0x60f528fcbb63 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h19b46c866d924e0a
at /home/paul/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
94: 0x60f52a09fc6b - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h9578f6ea1d4e1c4b
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/alloc/src/boxed.rs:1972:9
95: 0x60f52a09fc6b - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf4a2f438d8019348
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/alloc/src/boxed.rs:1972:9
96: 0x60f52a09fc6b - std::sys::pal::unix::thread::Thread::new::thread_start::h14f1eb868ff90fc9
at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/sys/pal/unix/thread.rs:105:17
97: 0x73c25d3e639d - <unknown>
98: 0x73c25d46b49c - <unknown>
99: 0x0 - <unknown>
thread '<unnamed>' panicked at core/src/panicking.rs:231:5:
panic in a destructor during cleanup
thread caused non-unwinding panic. aborting.
The text was updated successfully, but these errors were encountered:
Getting this error when using the main branch of bevy_editor_pls with Bevy 0.15.3
It happens sometimes when I focus entities using the
F
keyboard shortcut, but not always. Can also happen when clicking on certain entities in the hierarchy but only if the editor is open, if I'm using the floating hierarchy it works fine.The error is the same as this issue: bevyengine/bevy#16525
Though I'm using desktop with vulkan not webgl.
Stack trace
The text was updated successfully, but these errors were encountered: