Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Compiling bevy_entitiles v0.1.0 (F:\EverythingBevy\bevy_entitiles)
- Finished dev [optimized + debuginfo] target(s) in 6.38s
- Running `target\debug\bevy_entitiles.exe`
- 2023-10-30T13:22:55.873431Z INFO bevy_winit::system: Creating new window "App" (0v0)
- 2023-10-30T13:22:56.188155Z INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce RTX 3070", vendor: 4318, device: 9352, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "536.67", backend: Vulkan }
- thread '<unnamed>' panicked at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\render_phase\draw.rs:269:67:
- called `Result::unwrap()` on an `Err` value: NoSuchEntity(2v0)
- stack backtrace:
- 0: 0x7fff7118738a - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h90c22c4185b55f04
- 1: 0x7fff711bbb5b - core::fmt::write::h8a7f6edbcadee319
- 2: 0x7fff7117cc51 - <std::io::IoSlice as core::fmt::Debug>::fmt::h0ee392ef0f96e369
- 3: 0x7fff7118710a - std::sys_common::backtrace::lock::h134eeaadb35136bd
- 4: 0x7fff7118a8ca - std::panicking::default_hook::h81d7caaa8c7a40b4
- 5: 0x7fff7118a538 - std::panicking::default_hook::h81d7caaa8c7a40b4
- 6: 0x7fff7118b03e - std::panicking::rust_panic_with_hook::h8ac326f3b5470b08
- 7: 0x7fff7118af2d - <std::panicking::begin_panic_handler::StrPanicPayload as core::panic::BoxMeUp>::get::h353ca2f9698f73b3
- 8: 0x7fff71188049 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h90c22c4185b55f04
- 9: 0x7fff7118ac30 - rust_begin_unwind
- 10: 0x7fff711f0d85 - core::panicking::panic_fmt::hb3ce2a19a4187054
- 11: 0x7fff711f12e4 - core::result::unwrap_failed::h014e7fe1f263d3f8
- 12: 0x7ff6cd6db372 - enum2$<core::result::Result<tuple$<tuple$<>,ref$<bevy_entitiles::tilemap::Tilemap>,tuple$<>,ref$<bevy_entitiles::tilemap::Tilemap> >,enum2$<bevy_ecs::query::state::QueryEntityError> > >::unwrap
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\result.rs:1077
- 13: 0x7ff6cd6db372 - bevy_render::render_phase::draw::impl$4::draw<bevy_core_pipeline::core_2d::Transparent2d,tuple$<bevy_entitiles::render::draw::SetTileViewBindGroup<0>,bevy_entitiles::render::draw::SetTileTextureBindGroup<1>,bevy_entitiles::render::draw::SetPipeline,bevy_e
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\render_phase\draw.rs:272
- 14: 0x7fff72705f96 - bevy_render::render_phase::RenderPhase<bevy_core_pipeline::core_2d::Transparent2d>::render<bevy_core_pipeline::core_2d::Transparent2d>
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\render_phase\mod.rs:89
- 15: 0x7fff726922f2 - bevy_core_pipeline::core_2d::main_pass_2d_node::impl$1::run
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_core_pipeline-0.11.3\src\core_2d\main_pass_2d_node.rs:79
- 16: 0x7fff72ab6556 - bevy_render::renderer::graph_runner::RenderGraphRunner::run_graph
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\renderer\graph_runner.rs:190
- 17: 0x7fff72ab66f7 - bevy_render::renderer::graph_runner::RenderGraphRunner::run_graph
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\renderer\graph_runner.rs:197
- 18: 0x7fff72ab5147 - bevy_render::renderer::graph_runner::RenderGraphRunner::run<bevy_render::renderer::render_system::closure_env$1>
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\renderer\graph_runner.rs:63
- 19: 0x7fff72b058ca - bevy_render::renderer::render_system
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\renderer\mod.rs:33
- 20: 0x7fff72ae5fc0 - core::ops::function::FnMut::call_mut
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\ops\function.rs:166
- 21: 0x7fff72ae5fc0 - core::ops::function::impls::impl$3::call_mut
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\ops\function.rs:294
- 22: 0x7fff72ae5fc0 - bevy_ecs::system::exclusive_function_system::impl$2::run::call_inner
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_ecs-0.11.3\src\system\exclusive_function_system.rs:203
- 23: 0x7fff72ae5fc0 - bevy_ecs::system::exclusive_function_system::impl$2::run
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_ecs-0.11.3\src\system\exclusive_function_system.rs:206
- 24: 0x7fff72ae5fc0 - bevy_ecs::system::exclusive_function_system::impl$1::run<void (*)(),void (*)(ref_mut$<bevy_ecs::world::World>)>
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_ecs-0.11.3\src\system\exclusive_function_system.rs:103
- 25: 0x7fff73828d7e - core::panic::unwind_safe::impl$26::poll
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:296
- 26: 0x7fff73828d7e - futures_lite::future::impl$14::poll::closure$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:626
- 27: 0x7fff73828d7e - core::panic::unwind_safe::impl$23::call_once<enum2$<core::task::poll::Poll<tuple$<> > >,futures_lite::future::impl$14::poll::closure_env$0<core::panic::unwind_safe::AssertUnwindSafe<enum2$<bevy_ecs::schedule::executor::multi_threaded::impl$3::spawn_exclus
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:271
- 28: 0x7fff73843b0f - futures_lite::future::impl$14::poll
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:626
- 29: 0x7fff73843b0f - async_executor::impl$5::spawn::async_block$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async-executor-1.6.0\src\lib.rs:151
- 30: 0x7fff73843b0f - async_task::raw::RawTask<enum2$<async_executor::impl$5::spawn::async_block_env$0<enum2$<core::result::Result<tuple$<>,alloc::boxed::Box<dyn$<core::any::Any,core::marker::Send>,alloc::alloc::Global> > >,futures_lite::future::CatchUnwind<core::panic::unwind
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async-task-4.5.0\src\raw.rs:568
- 31: 0x7fff738282bd - async_task::runnable::Runnable<tuple$<> >::run
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async-task-4.5.0\src\runnable.rs:784
- 32: 0x7fff738282bd - async_executor::impl$5::tick::async_fn$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async-executor-1.6.0\src\lib.rs:216
- 33: 0x7fff738282bd - bevy_tasks::thread_executor::impl$2::tick::async_fn$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\thread_executor.rs:105
- 34: 0x7fff738282bd - bevy_tasks::task_pool::impl$2::execute_scope::async_fn$0::async_block$0::async_block$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:503
- 35: 0x7fff738282bd - core::panic::unwind_safe::impl$26::poll
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:296
- 36: 0x7fff738282bd - futures_lite::future::impl$14::poll::closure$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:626
- 37: 0x7fff738282bd - core::panic::unwind_safe::impl$23::call_once<enum2$<core::task::poll::Poll<tuple$<> > >,futures_lite::future::impl$14::poll::closure_env$0<core::panic::unwind_safe::AssertUnwindSafe<enum2$<bevy_tasks::task_pool::impl$2::execute_scope::async_fn$0::async_bl
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:271
- 38: 0x7fff738388d4 - futures_lite::future::impl$14::poll
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:626
- 39: 0x7fff738388d4 - bevy_tasks::task_pool::impl$2::execute_scope::async_fn$0::async_block$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:506
- 40: 0x7fff738388d4 - futures_lite::future::impl$12::poll
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:526
- 41: 0x7fff738388d4 - bevy_tasks::task_pool::impl$2::execute_scope::async_fn$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:509
- 42: 0x7fff738388d4 - bevy_tasks::task_pool::impl$2::scope_with_executor_inner::async_block$0<bevy_ecs::schedule::executor::multi_threaded::impl$2::run::closure_env$1,tuple$<> >
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:420
- 43: 0x7fff73839a3e - futures_lite::future::block_on::closure$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:89
- 44: 0x7fff73839a3e - std::thread::local::LocalKey<core::cell::RefCell<tuple$<parking::Parker,core::task::wake::Waker> > >::try_with
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:270
- 45: 0x7fff73839a3e - std::thread::local::LocalKey<core::cell::RefCell<tuple$<parking::Parker,core::task::wake::Waker> > >::with
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:246
- 46: 0x7fff73839a3e - futures_lite::future::block_on<alloc::vec::Vec<tuple$<>,alloc::alloc::Global>,enum2$<bevy_tasks::task_pool::impl$2::scope_with_executor_inner::async_block_env$0<bevy_ecs::schedule::executor::multi_threaded::impl$2::run::closure_env$1,tuple$<> > > >
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:79
- 47: 0x7fff737fa32b - bevy_tasks::task_pool::TaskPool::scope_with_executor_inner
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:374
- 48: 0x7fff737fa32b - bevy_tasks::task_pool::impl$2::scope_with_executor::closure$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:0
- 49: 0x7fff737fa32b - std::thread::local::LocalKey<alloc::sync::Arc<bevy_tasks::thread_executor::ThreadExecutor,alloc::alloc::Global> >::try_with
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:270
- 50: 0x7fff737fa32b - std::thread::local::LocalKey<alloc::sync::Arc<bevy_tasks::thread_executor::ThreadExecutor,alloc::alloc::Global> >::with
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:246
- 51: 0x7fff737fa32b - bevy_tasks::task_pool::TaskPool::scope_with_executor
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:307
- 52: 0x7fff737fa32b - bevy_ecs::schedule::executor::multi_threaded::impl$2::run
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_ecs-0.11.3\src\schedule\executor\multi_threaded.rs:190
- 53: 0x7fff737e2063 - bevy_ecs::world::World::schedule_scope<tuple$<>,ref$<dyn$<bevy_ecs::schedule::set::ScheduleLabel> >,bevy_ecs::world::impl$3::run_schedule::closure_env$0<ref$<dyn$<bevy_ecs::schedule::set::ScheduleLabel> > > >
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_ecs-0.11.3\src\world\mod.rs:1836
- 54: 0x7fff737d767b - bevy_ecs::world::World::run_schedule
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_ecs-0.11.3\src\world\mod.rs:1865
- 55: 0x7fff737d767b - bevy_app::app::SubApp::run
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_app-0.11.3\src\app.rs:159
- 56: 0x7fff72b91c43 - std::sys_common::backtrace::__rust_begin_short_backtrace<bevy_render::pipelined_rendering::impl$0::cleanup::closure_env$0,tuple$<> >
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\sys_common\backtrace.rs:154
- 57: 0x7fff72bc1d28 - std::thread::impl$0::spawn_unchecked_::closure$1::closure$0
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\mod.rs:529
- 58: 0x7fff72bc1d28 - core::panic::unwind_safe::impl$23::call_once
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:271
- 59: 0x7fff72bc1d28 - std::panicking::try::do_call
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panicking.rs:502
- 60: 0x7fff72bc1d28 - std::panicking::try
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panicking.rs:466
- 61: 0x7fff72bc1d28 - std::panic::catch_unwind
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panic.rs:142
- 62: 0x7fff72bc1d28 - std::thread::impl$0::spawn_unchecked_::closure$1
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\mod.rs:528
- 63: 0x7fff72bc1d28 - core::ops::function::FnOnce::call_once<std::thread::impl$0::spawn_unchecked_::closure_env$1<bevy_render::pipelined_rendering::impl$0::cleanup::closure_env$0,tuple$<> >,tuple$<> >
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\ops\function.rs:250
- 64: 0x7fff7119e3ec - std::sys::windows::thread::Thread::new::h75a9ed52a5af2748
- 65: 0x7ff82211257d - BaseThreadInitThunk
- 66: 0x7ff82330aa78 - RtlUserThreadStart
- Encountered a panic in exclusive system `bevy_render::renderer::render_system`!
- thread 'Compute Task Pool (0)' panicked at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\pipelined_rendering.rs:143:45:
- called `Result::unwrap()` on an `Err` value: RecvError
- stack backtrace:
- 0: 0x7fff7118738a - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h90c22c4185b55f04
- 1: 0x7fff711bbb5b - core::fmt::write::h8a7f6edbcadee319
- 2: 0x7fff7117cc51 - <std::io::IoSlice as core::fmt::Debug>::fmt::h0ee392ef0f96e369
- 3: 0x7fff7118710a - std::sys_common::backtrace::lock::h134eeaadb35136bd
- 4: 0x7fff7118a8ca - std::panicking::default_hook::h81d7caaa8c7a40b4
- 5: 0x7fff7118a538 - std::panicking::default_hook::h81d7caaa8c7a40b4
- 6: 0x7fff7118b03e - std::panicking::rust_panic_with_hook::h8ac326f3b5470b08
- 7: 0x7fff7118af2d - <std::panicking::begin_panic_handler::StrPanicPayload as core::panic::BoxMeUp>::get::h353ca2f9698f73b3
- 8: 0x7fff71188049 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h90c22c4185b55f04
- 9: 0x7fff7118ac30 - rust_begin_unwind
- 10: 0x7fff711f0d85 - core::panicking::panic_fmt::hb3ce2a19a4187054
- 11: 0x7fff711f12e4 - core::result::unwrap_failed::h014e7fe1f263d3f8
- 12: 0x7fff72b42d23 - enum2$<core::result::Result<bevy_app::app::SubApp,async_channel::RecvError> >::unwrap
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\result.rs:1077
- 13: 0x7fff72b42d23 - bevy_render::pipelined_rendering::update_rendering::closure$0::closure$0::async_block$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\pipelined_rendering.rs:143
- 14: 0x7fff72b42d23 - core::panic::unwind_safe::impl$26::poll
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:296
- 15: 0x7fff72b42d23 - futures_lite::future::impl$14::poll::closure$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:626
- 16: 0x7fff72b42d23 - core::panic::unwind_safe::impl$23::call_once<enum2$<core::task::poll::Poll<bevy_app::app::SubApp> >,futures_lite::future::impl$14::poll::closure_env$0<core::panic::unwind_safe::AssertUnwindSafe<enum2$<bevy_render::pipelined_rendering::update_rendering::cl
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:272
- 17: 0x7fff72bf0959 - futures_lite::future::impl$14::poll
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:626
- 18: 0x7fff72bf0959 - async_executor::impl$5::spawn::async_block$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async-executor-1.6.0\src\lib.rs:151
- 19: 0x7fff72bf0959 - async_task::raw::RawTask<enum2$<async_executor::impl$5::spawn::async_block_env$0<enum2$<core::result::Result<bevy_app::app::SubApp,alloc::boxed::Box<dyn$<core::any::Any,core::marker::Send>,alloc::alloc::Global> > >,futures_lite::future::CatchUnwind<core::
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async-task-4.5.0\src\raw.rs:568
- 20: 0x7fff7384e024 - futures_lite::future::impl$12::poll
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:529
- 21: 0x7fff7384e024 - async_executor::impl$5::run::async_fn$0<enum2$<core::result::Result<tuple$<>,async_channel::RecvError> >,futures_lite::future::Or<enum2$<bevy_tasks::task_pool::impl$2::new_internal::closure$0::closure$0::closure$0::closure$0::async_block_env$0>,async_chan
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async-executor-1.6.0\src\lib.rs:250
- 22: 0x7fff7384cc5b - futures_lite::future::block_on::closure$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:89
- 23: 0x7fff7384cc5b - std::thread::local::LocalKey<core::cell::RefCell<tuple$<parking::Parker,core::task::wake::Waker> > >::try_with
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:270
- 24: 0x7fff7384cc5b - std::thread::local::LocalKey<core::cell::RefCell<tuple$<parking::Parker,core::task::wake::Waker> > >::with
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:246
- 25: 0x7fff7384cc5b - futures_lite::future::block_on<enum2$<core::result::Result<tuple$<>,async_channel::RecvError> >,enum2$<async_executor::impl$5::run::async_fn_env$0<enum2$<core::result::Result<tuple$<>,async_channel::RecvError> >,futures_lite::future::Or<enum2$<bevy_tasks:
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:79
- 26: 0x7fff7384f15a - bevy_tasks::task_pool::impl$2::new_internal::closure$0::closure$0::closure$0::closure$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:171
- 27: 0x7fff7384f15a - std::panicking::try::do_call
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panicking.rs:502
- 28: 0x7fff7384f15a - std::panicking::try
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panicking.rs:466
- 29: 0x7fff7384f15a - std::panic::catch_unwind
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panic.rs:142
- 30: 0x7fff7384f15a - bevy_tasks::task_pool::impl$2::new_internal::closure$0::closure$0::closure$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:165
- 31: 0x7fff7384f15a - std::thread::local::LocalKey<async_executor::LocalExecutor>::try_with
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:270
- 32: 0x7fff7384f15a - std::thread::local::LocalKey<async_executor::LocalExecutor>::with
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:246
- 33: 0x7fff7384f15a - bevy_tasks::task_pool::impl$2::new_internal::closure$0::closure$0
- at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:158
- 34: 0x7fff7384f15a - std::sys_common::backtrace::__rust_begin_short_backtrace<bevy_tasks::task_pool::impl$2::new_internal::closure$0::closure_env$0,tuple$<> >
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\sys_common\backtrace.rs:154
- 35: 0x7fff7384c428 - std::thread::impl$0::spawn_unchecked_::closure$1::closure$0
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\mod.rs:529
- 36: 0x7fff7384c428 - core::panic::unwind_safe::impl$23::call_once
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:271
- 37: 0x7fff7384c428 - std::panicking::try::do_call
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panicking.rs:502
- 38: 0x7fff7384c428 - std::panicking::try
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panicking.rs:466
- 39: 0x7fff7384c428 - std::panic::catch_unwind
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panic.rs:142
- 40: 0x7fff7384c428 - std::thread::impl$0::spawn_unchecked_::closure$1
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\mod.rs:528
- 41: 0x7fff7384c428 - core::ops::function::FnOnce::call_once<std::thread::impl$0::spawn_unchecked_::closure_env$1<bevy_tasks::task_pool::impl$2::new_internal::closure$0::closure_env$0,tuple$<> >,tuple$<> >
- at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\ops\function.rs:250
- 42: 0x7fff7119e3ec - std::sys::windows::thread::Thread::new::h75a9ed52a5af2748
- 43: 0x7ff82211257d - BaseThreadInitThunk
- 44: 0x7ff82330aa78 - RtlUserThreadStart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement