Arch linux: can't launch, "provided native window is not supported" #17

Open
opened 2025-06-27 20:00:08 +03:00 by konsou · 1 comment
konsou commented 2025-06-27 20:00:08 +03:00 (Migrated from github.com)
git clone https://github.com/GetGrin/grim
cd grim
cargo build --release
./target/release/grim

-->

called `Result::unwrap()` on an `Err` value: Glutin(Error { raw_code: None, raw_os_message: None, kind: NotSupported("provided native window is not supported") })
src/main.rs:145:58

Arch Linux, kernel 6.15.3-arch1-1 (64-bit), KDE Plasma 6.4.1, Wayland
cargo 1.87.0 (99624be96 2025-05-06) (Arch Linux rust 1:1.87.0-2)

``` git clone https://github.com/GetGrin/grim cd grim cargo build --release ./target/release/grim --> called `Result::unwrap()` on an `Err` value: Glutin(Error { raw_code: None, raw_os_message: None, kind: NotSupported("provided native window is not supported") }) src/main.rs:145:58 ``` Arch Linux, kernel 6.15.3-arch1-1 (64-bit), KDE Plasma 6.4.1, Wayland cargo 1.87.0 (99624be96 2025-05-06) (Arch Linux rust 1:1.87.0-2)
ardocrat commented 2025-06-27 21:05:16 +03:00 (Migrated from github.com)

Thanks for report, will add wgpu renderer as fallback.

Thanks for report, will add `wgpu` renderer as fallback.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
GUI/grim#17
No description provided.