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

Heroes / Wayland: Failed to open visual: No available video device #240

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.

heroes: No joystick found (run with `-J' to suppress this message).
heroes: Failed to open visual: No available video device
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