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

lbreakout2 / Wayland: No available video device #243

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.

LBreakout2 2.6.5
Copyright 2001-2011 Michael Speck
Published under GNU GPL
---
Looking up data in: /usr/share/games/lbreakout2
Looking up highscores in: /var/games
Looking up custom levels in: /home/desktop/.lgames/lbreakout2-levels
/home/desktop/.lgames/lbreakout2.conf: file not found
Fatal STK Error!
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