03-25-2020, 06:42 PM
(03-24-2020, 08:48 PM)decisivedove Wrote: While running supertux2:
$ PAN_MESA_DEBUG=gles3 supertux2
[WARNING] /build/supertux/src/SuperTux-v0.6.1-Source/src/video/video_system.cpp:52 Error creating GLVideoSystem-330core, using GLVideoSystem-20 fallback: GLVideoSystem: GlewError: Missing GL version
[WARNING] /build/supertux/src/SuperTux-v0.6.1-Source/src/supertux/sector.cpp:221 [levels/misc/menu.stl] Tried spawning Tux in solid matter. Compensating.
Supertux uses desktop OpenGL, not GLES, so enabling gles3 won't change anything.
You can force OpenGL 3.3 with:
Code:
$ MESA_GL_VERSION_OVERRIDE=3.3 MESA_GLSL_VERSION_OVERRIDE=330 supertux2