Describe the bug
On the steam deck, launching an AppImage release results in a transparent window being visible. Just the outlines of the window and it's window title.
To Reproduce
- Be on a Steam Deck. Fresh install, everything up to date.
- Download any AppImage release version. (I tested all but one of the releases)
- Launch it
Other details
Found that when launching it via the terminal shows an error:
Could not create default EGL display: EGL_BAD_PARAMETER. Aborting...
A temp fix
Found a similar issue in another project with an AppImage. That had a temp fix of setting a variable when launching:
LD_PRELOAD=/usr/lib/libwayland-client.so ./Balatro.Mod.Manager_0.4.0_amd64.AppImage
Window launches and no errors in terminal.
Describe the bug
On the steam deck, launching an AppImage release results in a transparent window being visible. Just the outlines of the window and it's window title.
To Reproduce
Other details
Found that when launching it via the terminal shows an error:
Could not create default EGL display: EGL_BAD_PARAMETER. Aborting...A temp fix
Found a similar issue in another project with an AppImage. That had a temp fix of setting a variable when launching:
LD_PRELOAD=/usr/lib/libwayland-client.so ./Balatro.Mod.Manager_0.4.0_amd64.AppImageWindow launches and no errors in terminal.