#ERROR wgpu_core::device: surface configuration failed: incompatible window kind

3 messages · Page 1 of 1 (latest)

novel badge
#

I get this error when trying to cargo run

whole log

2023-04-05T19:16:02.071681Z ERROR wgpu_core::device: surface configuration failed: incompatible window kind    
thread 'main' panicked at 'Error in Surface::configure: invalid surface', /home/bewuwy/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.15.1/src/backend/direct.rs:316:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at 'A system has panicked so the executor cannot continue.: RecvError', /home/bewuwy/.cargo/registry/src/github.com-1ecc6299db9ec823/bevy_ecs-0.10.1/src/schedule/executor/multi_threaded.rs:194:60
thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', /home/bewuwy/.cargo/registry/src/github.com-1ecc6299db9ec823/bevy_tasks-0.10.1/src/task_pool.rs:376:49
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: RecvError', /home/bewuwy/.cargo/registry/src/github.com-1ecc6299db9ec823/bevy_render-0.10.1/src/pipelined_rendering.rs:136:45
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /home/bewuwy/.cargo/registry/src/github.com-1ecc6299db9ec823/bevy_tasks-0.10.1/src/task_pool.rs:376:49
#
2023-04-05T19:16:01.491076Z  INFO bevy_render::renderer: AdapterInfo { name: "virgl (Mesa Intel(R) UHD Graphics (TGL GT2))", vendor: 65541, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend: Gl }
#
2023-04-05T19:28:41.537935Z  INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "Linux 11 Debian GNU/Linux", kernel: "5.15.103-17395-g0cac768bd8ce", cpu: "11th Gen Intel(R) Core(TM) i3-1115G4 @ 3.00GHz", core_count: "4", memory: "6.5 GiB" }