disdamoe

Untitled

Jul 22nd, 2025
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. 2025-07-22T11:26:51.904210Z ERROR wgpu::backend::wgpu_core: Handling wgpu errors as fatal by default
  2.  
  3. thread 'Compute Task Pool (7)' panicked at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-24.0.5/src/backend/wgpu_core.rs:3432:18:
  4. wgpu error: Validation Error
  5.  
  6. Caused by:
  7. In Surface::configure
  8. Invalid surface
  9.  
  10.  
  11. stack backtrace:
  12. 0: __rustc::rust_begin_unwind
  13. at /rustc/6b00bc3880198600130e1cf62b8f8a93494488cc/library/std/src/panicking.rs:697:5
  14. 1: core::panicking::panic_fmt
  15. at /rustc/6b00bc3880198600130e1cf62b8f8a93494488cc/library/core/src/panicking.rs:75:14
  16. 2: wgpu::backend::wgpu_core::default_error_handler
  17. at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-24.0.5/src/backend/wgpu_core.rs:653:5
  18. 3: wgpu::backend::wgpu_core::ErrorSinkRaw::handle_error
  19. at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-24.0.5/src/backend/wgpu_core.rs:637:21
  20. 4: wgpu::backend::wgpu_core::ContextWgpuCore::handle_error_inner
  21. at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-24.0.5/src/backend/wgpu_core.rs:298:9
  22. 5: wgpu::backend::wgpu_core::ContextWgpuCore::handle_error_nolabel
  23. at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-24.0.5/src/backend/wgpu_core.rs:321:9
  24. 6: <wgpu::backend::wgpu_core::CoreSurface as wgpu::dispatch::SurfaceInterface>::configure
  25. at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-24.0.5/src/backend/wgpu_core.rs:3431:13
  26. 7: wgpu::api::surface::Surface::configure
  27. at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-24.0.5/src/api/surface.rs:84:9
  28. 8: bevy_render::renderer::render_device::RenderDevice::configure_surface
  29. at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_render-0.16.1/src/renderer/render_device.rs:253:9
  30. 9: bevy_render::view::window::create_surfaces::{{closure}}
  31. at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_render-0.16.1/src/view/window/mod.rs:384:17
  32. 10: hashbrown::map::Entry<K,V,S,A>::or_insert_with
  33. at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.4/src/map.rs:3553:50
  34. 11: bevy_render::view::window::create_surfaces
  35. at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_render-0.16.1/src/view/window/mod.rs:317:20
  36. 12: core::ops::function::FnMut::call_mut
  37. at /home/.../.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:166:5
  38. 13: core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut
  39. at /home/.../.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ops/function.rs:294:13
  40. 14: <Func as bevy_ecs::system::function_system::SystemParamFunction<fn(F0,F1,F2,F3,F4) .> Out>>::run::call_inner
  41. at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/function_system.rs:945:21
  42. 15: <Func as bevy_ecs::system::function_system::SystemParamFunction<fn(F0,F1,F2,F3,F4) .> Out>>::run
  43. at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/function_system.rs:948:17
  44. 16: <bevy_ecs::system::function_system::FunctionSystem<Marker,F> as bevy_ecs::system::system::System>::run_unsafe
  45. at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/function_system.rs:735:19
  46. 17: <bevy_ecs::system::schedule_system::InfallibleSystemWrapper<S> as bevy_ecs::system::system::System>::run_unsafe
  47. at /home/.../.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.1/src/system/schedule_system.rs:68:9
  48. note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
  49. Encountered a panic in system `bevy_render::view::window::create_surfaces`!
Advertisement
Add Comment
Please, Sign In to add comment