Advertisement
443eb9

Untitled

Oct 30th, 2023 (edited)
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.85 KB | None | 0 0
  1. Compiling bevy_entitiles v0.1.0 (F:\EverythingBevy\bevy_entitiles)
  2. Finished dev [optimized + debuginfo] target(s) in 6.38s
  3. Running `target\debug\bevy_entitiles.exe`
  4. 2023-10-30T13:22:55.873431Z INFO bevy_winit::system: Creating new window "App" (0v0)
  5. 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 }
  6. 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:
  7. called `Result::unwrap()` on an `Err` value: NoSuchEntity(2v0)
  8. stack backtrace:
  9. 0: 0x7fff7118738a - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h90c22c4185b55f04
  10. 1: 0x7fff711bbb5b - core::fmt::write::h8a7f6edbcadee319
  11. 2: 0x7fff7117cc51 - <std::io::IoSlice as core::fmt::Debug>::fmt::h0ee392ef0f96e369
  12. 3: 0x7fff7118710a - std::sys_common::backtrace::lock::h134eeaadb35136bd
  13. 4: 0x7fff7118a8ca - std::panicking::default_hook::h81d7caaa8c7a40b4
  14. 5: 0x7fff7118a538 - std::panicking::default_hook::h81d7caaa8c7a40b4
  15. 6: 0x7fff7118b03e - std::panicking::rust_panic_with_hook::h8ac326f3b5470b08
  16. 7: 0x7fff7118af2d - <std::panicking::begin_panic_handler::StrPanicPayload as core::panic::BoxMeUp>::get::h353ca2f9698f73b3
  17. 8: 0x7fff71188049 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h90c22c4185b55f04
  18. 9: 0x7fff7118ac30 - rust_begin_unwind
  19. 10: 0x7fff711f0d85 - core::panicking::panic_fmt::hb3ce2a19a4187054
  20. 11: 0x7fff711f12e4 - core::result::unwrap_failed::h014e7fe1f263d3f8
  21. 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
  22. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\result.rs:1077
  23. 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
  24. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\render_phase\draw.rs:272
  25. 14: 0x7fff72705f96 - bevy_render::render_phase::RenderPhase<bevy_core_pipeline::core_2d::Transparent2d>::render<bevy_core_pipeline::core_2d::Transparent2d>
  26. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\render_phase\mod.rs:89
  27. 15: 0x7fff726922f2 - bevy_core_pipeline::core_2d::main_pass_2d_node::impl$1::run
  28. 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
  29. 16: 0x7fff72ab6556 - bevy_render::renderer::graph_runner::RenderGraphRunner::run_graph
  30. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\renderer\graph_runner.rs:190
  31. 17: 0x7fff72ab66f7 - bevy_render::renderer::graph_runner::RenderGraphRunner::run_graph
  32. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\renderer\graph_runner.rs:197
  33. 18: 0x7fff72ab5147 - bevy_render::renderer::graph_runner::RenderGraphRunner::run<bevy_render::renderer::render_system::closure_env$1>
  34. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\renderer\graph_runner.rs:63
  35. 19: 0x7fff72b058ca - bevy_render::renderer::render_system
  36. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\renderer\mod.rs:33
  37. 20: 0x7fff72ae5fc0 - core::ops::function::FnMut::call_mut
  38. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\ops\function.rs:166
  39. 21: 0x7fff72ae5fc0 - core::ops::function::impls::impl$3::call_mut
  40. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\ops\function.rs:294
  41. 22: 0x7fff72ae5fc0 - bevy_ecs::system::exclusive_function_system::impl$2::run::call_inner
  42. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_ecs-0.11.3\src\system\exclusive_function_system.rs:203
  43. 23: 0x7fff72ae5fc0 - bevy_ecs::system::exclusive_function_system::impl$2::run
  44. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_ecs-0.11.3\src\system\exclusive_function_system.rs:206
  45. 24: 0x7fff72ae5fc0 - bevy_ecs::system::exclusive_function_system::impl$1::run<void (*)(),void (*)(ref_mut$<bevy_ecs::world::World>)>
  46. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_ecs-0.11.3\src\system\exclusive_function_system.rs:103
  47. 25: 0x7fff73828d7e - core::panic::unwind_safe::impl$26::poll
  48. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:296
  49. 26: 0x7fff73828d7e - futures_lite::future::impl$14::poll::closure$0
  50. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:626
  51. 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
  52. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:271
  53. 28: 0x7fff73843b0f - futures_lite::future::impl$14::poll
  54. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:626
  55. 29: 0x7fff73843b0f - async_executor::impl$5::spawn::async_block$0
  56. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async-executor-1.6.0\src\lib.rs:151
  57. 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
  58. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async-task-4.5.0\src\raw.rs:568
  59. 31: 0x7fff738282bd - async_task::runnable::Runnable<tuple$<> >::run
  60. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async-task-4.5.0\src\runnable.rs:784
  61. 32: 0x7fff738282bd - async_executor::impl$5::tick::async_fn$0
  62. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async-executor-1.6.0\src\lib.rs:216
  63. 33: 0x7fff738282bd - bevy_tasks::thread_executor::impl$2::tick::async_fn$0
  64. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\thread_executor.rs:105
  65. 34: 0x7fff738282bd - bevy_tasks::task_pool::impl$2::execute_scope::async_fn$0::async_block$0::async_block$0
  66. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:503
  67. 35: 0x7fff738282bd - core::panic::unwind_safe::impl$26::poll
  68. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:296
  69. 36: 0x7fff738282bd - futures_lite::future::impl$14::poll::closure$0
  70. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:626
  71. 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
  72. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:271
  73. 38: 0x7fff738388d4 - futures_lite::future::impl$14::poll
  74. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:626
  75. 39: 0x7fff738388d4 - bevy_tasks::task_pool::impl$2::execute_scope::async_fn$0::async_block$0
  76. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:506
  77. 40: 0x7fff738388d4 - futures_lite::future::impl$12::poll
  78. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:526
  79. 41: 0x7fff738388d4 - bevy_tasks::task_pool::impl$2::execute_scope::async_fn$0
  80. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:509
  81. 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$<> >
  82. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:420
  83. 43: 0x7fff73839a3e - futures_lite::future::block_on::closure$0
  84. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:89
  85. 44: 0x7fff73839a3e - std::thread::local::LocalKey<core::cell::RefCell<tuple$<parking::Parker,core::task::wake::Waker> > >::try_with
  86. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:270
  87. 45: 0x7fff73839a3e - std::thread::local::LocalKey<core::cell::RefCell<tuple$<parking::Parker,core::task::wake::Waker> > >::with
  88. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:246
  89. 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$<> > > >
  90. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:79
  91. 47: 0x7fff737fa32b - bevy_tasks::task_pool::TaskPool::scope_with_executor_inner
  92. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:374
  93. 48: 0x7fff737fa32b - bevy_tasks::task_pool::impl$2::scope_with_executor::closure$0
  94. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:0
  95. 49: 0x7fff737fa32b - std::thread::local::LocalKey<alloc::sync::Arc<bevy_tasks::thread_executor::ThreadExecutor,alloc::alloc::Global> >::try_with
  96. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:270
  97. 50: 0x7fff737fa32b - std::thread::local::LocalKey<alloc::sync::Arc<bevy_tasks::thread_executor::ThreadExecutor,alloc::alloc::Global> >::with
  98. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:246
  99. 51: 0x7fff737fa32b - bevy_tasks::task_pool::TaskPool::scope_with_executor
  100. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:307
  101. 52: 0x7fff737fa32b - bevy_ecs::schedule::executor::multi_threaded::impl$2::run
  102. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_ecs-0.11.3\src\schedule\executor\multi_threaded.rs:190
  103. 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> > > >
  104. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_ecs-0.11.3\src\world\mod.rs:1836
  105. 54: 0x7fff737d767b - bevy_ecs::world::World::run_schedule
  106. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_ecs-0.11.3\src\world\mod.rs:1865
  107. 55: 0x7fff737d767b - bevy_app::app::SubApp::run
  108. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_app-0.11.3\src\app.rs:159
  109. 56: 0x7fff72b91c43 - std::sys_common::backtrace::__rust_begin_short_backtrace<bevy_render::pipelined_rendering::impl$0::cleanup::closure_env$0,tuple$<> >
  110. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\sys_common\backtrace.rs:154
  111. 57: 0x7fff72bc1d28 - std::thread::impl$0::spawn_unchecked_::closure$1::closure$0
  112. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\mod.rs:529
  113. 58: 0x7fff72bc1d28 - core::panic::unwind_safe::impl$23::call_once
  114. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:271
  115. 59: 0x7fff72bc1d28 - std::panicking::try::do_call
  116. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panicking.rs:502
  117. 60: 0x7fff72bc1d28 - std::panicking::try
  118. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panicking.rs:466
  119. 61: 0x7fff72bc1d28 - std::panic::catch_unwind
  120. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panic.rs:142
  121. 62: 0x7fff72bc1d28 - std::thread::impl$0::spawn_unchecked_::closure$1
  122. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\mod.rs:528
  123. 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$<> >
  124. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\ops\function.rs:250
  125. 64: 0x7fff7119e3ec - std::sys::windows::thread::Thread::new::h75a9ed52a5af2748
  126. 65: 0x7ff82211257d - BaseThreadInitThunk
  127. 66: 0x7ff82330aa78 - RtlUserThreadStart
  128. Encountered a panic in exclusive system `bevy_render::renderer::render_system`!
  129. 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:
  130. called `Result::unwrap()` on an `Err` value: RecvError
  131. stack backtrace:
  132. 0: 0x7fff7118738a - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h90c22c4185b55f04
  133. 1: 0x7fff711bbb5b - core::fmt::write::h8a7f6edbcadee319
  134. 2: 0x7fff7117cc51 - <std::io::IoSlice as core::fmt::Debug>::fmt::h0ee392ef0f96e369
  135. 3: 0x7fff7118710a - std::sys_common::backtrace::lock::h134eeaadb35136bd
  136. 4: 0x7fff7118a8ca - std::panicking::default_hook::h81d7caaa8c7a40b4
  137. 5: 0x7fff7118a538 - std::panicking::default_hook::h81d7caaa8c7a40b4
  138. 6: 0x7fff7118b03e - std::panicking::rust_panic_with_hook::h8ac326f3b5470b08
  139. 7: 0x7fff7118af2d - <std::panicking::begin_panic_handler::StrPanicPayload as core::panic::BoxMeUp>::get::h353ca2f9698f73b3
  140. 8: 0x7fff71188049 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h90c22c4185b55f04
  141. 9: 0x7fff7118ac30 - rust_begin_unwind
  142. 10: 0x7fff711f0d85 - core::panicking::panic_fmt::hb3ce2a19a4187054
  143. 11: 0x7fff711f12e4 - core::result::unwrap_failed::h014e7fe1f263d3f8
  144. 12: 0x7fff72b42d23 - enum2$<core::result::Result<bevy_app::app::SubApp,async_channel::RecvError> >::unwrap
  145. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\result.rs:1077
  146. 13: 0x7fff72b42d23 - bevy_render::pipelined_rendering::update_rendering::closure$0::closure$0::async_block$0
  147. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.11.3\src\pipelined_rendering.rs:143
  148. 14: 0x7fff72b42d23 - core::panic::unwind_safe::impl$26::poll
  149. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:296
  150. 15: 0x7fff72b42d23 - futures_lite::future::impl$14::poll::closure$0
  151. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:626
  152. 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
  153. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:272
  154. 17: 0x7fff72bf0959 - futures_lite::future::impl$14::poll
  155. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:626
  156. 18: 0x7fff72bf0959 - async_executor::impl$5::spawn::async_block$0
  157. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async-executor-1.6.0\src\lib.rs:151
  158. 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::
  159. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async-task-4.5.0\src\raw.rs:568
  160. 20: 0x7fff7384e024 - futures_lite::future::impl$12::poll
  161. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:529
  162. 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
  163. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async-executor-1.6.0\src\lib.rs:250
  164. 22: 0x7fff7384cc5b - futures_lite::future::block_on::closure$0
  165. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:89
  166. 23: 0x7fff7384cc5b - std::thread::local::LocalKey<core::cell::RefCell<tuple$<parking::Parker,core::task::wake::Waker> > >::try_with
  167. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:270
  168. 24: 0x7fff7384cc5b - std::thread::local::LocalKey<core::cell::RefCell<tuple$<parking::Parker,core::task::wake::Waker> > >::with
  169. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:246
  170. 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:
  171. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\futures-lite-1.13.0\src\future.rs:79
  172. 26: 0x7fff7384f15a - bevy_tasks::task_pool::impl$2::new_internal::closure$0::closure$0::closure$0::closure$0
  173. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:171
  174. 27: 0x7fff7384f15a - std::panicking::try::do_call
  175. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panicking.rs:502
  176. 28: 0x7fff7384f15a - std::panicking::try
  177. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panicking.rs:466
  178. 29: 0x7fff7384f15a - std::panic::catch_unwind
  179. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panic.rs:142
  180. 30: 0x7fff7384f15a - bevy_tasks::task_pool::impl$2::new_internal::closure$0::closure$0::closure$0
  181. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:165
  182. 31: 0x7fff7384f15a - std::thread::local::LocalKey<async_executor::LocalExecutor>::try_with
  183. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:270
  184. 32: 0x7fff7384f15a - std::thread::local::LocalKey<async_executor::LocalExecutor>::with
  185. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\local.rs:246
  186. 33: 0x7fff7384f15a - bevy_tasks::task_pool::impl$2::new_internal::closure$0::closure$0
  187. at C:\Users\Administrator\.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_tasks-0.11.3\src\task_pool.rs:158
  188. 34: 0x7fff7384f15a - std::sys_common::backtrace::__rust_begin_short_backtrace<bevy_tasks::task_pool::impl$2::new_internal::closure$0::closure_env$0,tuple$<> >
  189. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\sys_common\backtrace.rs:154
  190. 35: 0x7fff7384c428 - std::thread::impl$0::spawn_unchecked_::closure$1::closure$0
  191. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\mod.rs:529
  192. 36: 0x7fff7384c428 - core::panic::unwind_safe::impl$23::call_once
  193. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\panic\unwind_safe.rs:271
  194. 37: 0x7fff7384c428 - std::panicking::try::do_call
  195. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panicking.rs:502
  196. 38: 0x7fff7384c428 - std::panicking::try
  197. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panicking.rs:466
  198. 39: 0x7fff7384c428 - std::panic::catch_unwind
  199. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\panic.rs:142
  200. 40: 0x7fff7384c428 - std::thread::impl$0::spawn_unchecked_::closure$1
  201. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\std\src\thread\mod.rs:528
  202. 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$<> >
  203. at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33\library\core\src\ops\function.rs:250
  204. 42: 0x7fff7119e3ec - std::sys::windows::thread::Thread::new::h75a9ed52a5af2748
  205. 43: 0x7ff82211257d - BaseThreadInitThunk
  206. 44: 0x7ff82330aa78 - RtlUserThreadStart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement