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

scorched3d/Wayland: GLEW: Unknown error #262

Closed smcv closed 1 year ago

smcv commented 1 year ago

Prerequisites:

To reproduce:

You'll see a menu: Play / Start Server / Settings / Help / Donate / Quit. Choose Play. You should get a larger window with a 3D island and a menu that starts with Tutorial.

Expected result: it runs

Actual result: Real SDL 1.2 works. With sdl12-compat in Wayland mode, the second (larger) window immediately disappears, and the original window pops up a message:

**Scorched3D Termination**
The Scorched3d process terminated due to configuration errors.
GLEW : Unknown error
[OK]

X11 is out of scope here, see #261 for that.

smcv commented 1 year ago

The workaround from #249 might also be helpful here.