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

phlipple / Wayland: Just exits #258

Closed smcv closed 1 year ago

smcv commented 1 year ago

Prerequisites:

To reproduce:

Expected result: it runs

Actual result: with SDL_VIDEODRIVER=wayland, sdl12-compat logs its version number but then the game exits with status 0. X11 works fine.

smcv commented 1 year ago

This game uses GLEW, so this is probably the same root cause as #249.

smcv commented 1 year ago

Confirmed fixed by https://github.com/libsdl-org/sdl12-compat/commit/67f8b3a85b782eefb4db90f34d5b0742ef2cb5fc, 1.2.58 + 29 commits