Andrii
Andrii
I have some bad news! :smile: I think this crate needs to be updated up to lates glutin (which is rewritten from scratch) for this issue to go away. Good...
For anyone struggling with this, you can set `WINIT_UNIX_BACKEND=x11` and run the app in x11 mode, still works Example: `WINIT_UNIX_BACKEND=x11 cargo run` (Still hoping the update to new glutin is...
I am so sorry, but no, still having this issue! Here is the backtrace: ``` thread 'main' panicked at /home/andriy/.cargo/git/checkouts/speedy2d-f61a7bd07eee4969/ba5abfc/src/window_internal_glutin.rs:696:20: called `Option::unwrap()` on a `None` value stack backtrace: 0: rust_begin_unwind...
and `WINIT_UNIX_BACKEND=x11 cargo run` doesn't work either now. Same error
I just tried again, and still: ```2025-03-07T20:51:28.442Z DEBUG [sctk] Bound new global [53] wl_output v4 2025-03-07T20:51:28.442Z DEBUG [sctk] Bound new global [9] zxdg_output_manager_v1 v3 2025-03-07T20:51:28.442Z DEBUG [sctk] Bound new global...
Actually I figured out why it is crashing out. It tries to the best multisampling config possible starting at 16, calling the function DisplayBuilder::build(), which crashes if there wasn't a...