Closed mainrs closed 4 months ago
Hi! Could you try running with ICED_BACKEND=tiny-skia
set in your environment variables? That will activate the software renderer, which may help.
Also, I don't maintain the AUR version. Just to test, could you try a standalone copy from the releases page and confirm if it has the same issue?
Hi! Could you try running with
ICED_BACKEND=tiny-skia
set in your environment variables? That will activate the software renderer, which may help.Also, I don't maintain the AUR version. Just to test, could you try a standalone copy from the releases page and confirm if it has the same issue?
The flag did the trick. Not sure why this happens, as I have Vulkan installed and working, too. The release binary exhibits the same issue. The AUR package is compiled from source.
The graphics layer can definitely be finicky on some systems - could be some combination of driver issues or bugs in the underlying Rust libraries. Unfortunately, I don't have any better advice than to use the software renderer for now if you're on an affected system 😞
Good enough for me right now. I'm just surprised, since I ca run games via Vulkan :D
I tried digging into the issue in the underlying winit
crate. I only found this comment that showed the same error message.
Does this apply to ludusavi? https://github.com/rust-windowing/winit/issues/1210#issuecomment-552163730
Ludusavi doesn't have a full screen mode, so I'm not sure if that would apply, but if it can happen just by some other application being in full screen like the title says, then that might be related.
If you have Rust, you could try running some of the Winit examples to see if they work on your system:
git clone git@github.com:rust-windowing/winit.git
cd winit
cargo run --example window
git checkout v0.29.15
cargo run --example window
Just some last information for people stumbling upon this. I did not run anything in full screen mode when this crash happened.
Maybe it's related to LXQt (DE).
Ludusavi version
v0.24.3
Operating system
OS: CachyOS Linux x86_64 Kernel: Linux, 6.9.9-2-cachyos DE: LXQt 2.0.0 WM: Openbox (X11)
Installation method
Other
Description
I install via AUR:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ludusavi
Logs