disdamoe

Untitled

Jul 22nd, 2025
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
  2. Running `target/debug/please_work`
  3. 2025-07-22T13:06:47.811418Z INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "Linux (Linux Mint 22.1)", kernel: "6.8.0-64-generic", cpu: "AMD Ryzen 7 7800X3D 8-Core Processor", core_count: "8", memory: "61.9 GiB" }
  4. libEGL warning: DRI3: Screen seems not DRI3 capable
  5. libEGL warning: DRI2: failed to authenticate
  6. libEGL warning: DRI3: Screen seems not DRI3 capable
  7. 2025-07-22T13:06:47.944171Z INFO bevy_render::renderer: AdapterInfo { name: "AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO)", vendor: 4098, device: 5710, device_type: IntegratedGpu, driver: "radv", driver_info: "Mesa 24.2.8-1ubuntu1~24.04.1", backend: Vulkan }
  8. 2025-07-22T13:06:48.420279Z INFO gilrs_core::platform::platform::gamepad: Gamepad /dev/input/event5 (Keychron Keychron Q11 System Control) connected.
  9. 2025-07-22T13:06:48.498835Z INFO bevy_render::batching::gpu_preprocessing: GPU preprocessing is fully supported on this device.
  10. 2025-07-22T13:06:48.516677Z INFO bevy_winit::system: Creating new window App (0v1)
  11. 2025-07-22T13:06:48.517376Z INFO winit::platform_impl::linux::x11::window: Guessed window scale factor: 2
  12. 2025-07-22T13:06:48.545509Z INFO bevy_input::gamepad: Gamepad 5v1 connected.
  13. 2025-07-22T13:06:48.741513Z ERROR wgpu::backend::wgpu_core: Handling wgpu errors as fatal by default
  14.  
  15. thread 'main' panicked at /home/dis-da-mor/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-24.0.5/src/backend/wgpu_core.rs:3432:18:
  16. wgpu error: Validation Error
  17.  
  18. Caused by:
  19. In Surface::configure
  20. Invalid surface
  21.  
  22.  
  23. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  24. Encountered a panic in system `bevy_render::view::window::create_surfaces`!
Advertisement
Add Comment
Please, Sign In to add comment