libsdl-org / sdl12-compat

An SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes.
Other
193 stars 40 forks source link

Kobo Deluxe / Wayland: Failed to initialize SDL! #241

Closed smcv closed 1 year ago

smcv commented 1 year ago

Prerequisites:

To reproduce:

Expected result: all work

Actual result: with sdl12-compat and SDL_VIDEODRIVER=wayland, it fails during startup. Workaround: use X11.

Application path: '.'
[0] Failed to initialize SDL!
icculus commented 1 year ago

setgid issue

smcv commented 1 year ago

Confirmed, same as https://github.com/libsdl-org/sdl12-compat/issues/247#issuecomment-1276887769