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

Out of Order (OpenSLUDGE), Wayland: Couldn't initialize GLEW #263

Closed smcv closed 1 year ago

smcv commented 1 year ago

Prerequisites:

To reproduce:

Expected result: it runs

Actual result: Real SDL 1.2 works, sdl12-compat in X11 mode works. With sdl12-compat in Wayland mode, I get:

Startup Error: Couldn't initialize GLEW.
Unknown error
smcv commented 1 year ago

This will probably affect other OpenSLUDGE games like https://store.steampowered.com/app/380140/The_Secret_of_Tremendous_Corporation/ (untested).

smcv commented 1 year ago

The workaround from #249 might also be helpful here.