OpenGL Issue
Posted: Sat Dec 21, 2024 6:22 am
Hi guys, awesome work you have here.
First will give some background, I compiled my binary for Debian Bookworm using the instructions and all went alright.
But when I tried to run it this message poped up:
Then when it runs half crashes, a small black window with sound works but it cannot draw anything:
Thanks in advance.
First will give some background, I compiled my binary for Debian Bookworm using the instructions and all went alright.
But when I tried to run it this message poped up:
So I googled it and a possible solution for other kind of software was to force the MESA version to 4.5 so I did it with the environmental variable:Error: Unable to create OpenGL context: Could not create GL context: GLXBadFBConfig
export MESA_GL_VERSION_OVERRIDE=4.5
Then when it runs half crashes, a small black window with sound works but it cannot draw anything:
My original glxinfo output is the following:GPU info: 4.5 (Core Profile) Mesa 22.3.6 (core profile)
0:3(10): error: GLSL 4.10 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, and 1.00 ES
0:3(10): error: GLSL 4.10 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, and 1.00 ES
error: linking with uncompiled/unspecialized shadererror: linking with uncompiled/unspecialized shader
Error: Vertex shader failed to compile. Your OpenGL driver said:
0:3(10): error: GLSL 4.10 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, and 1.00 ES
Error: Fragment shader failed to compile. Your OpenGL driver said:
0:3(10): error: GLSL 4.10 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, and 1.00 ES
Error: Failed to link shader objects. Your OpenGL driver said:
error: linking with uncompiled/unspecialized shadererror: linking with uncompiled/unspecialized shader
after the export it says:OpenGL version string: 2.1 Mesa 22.3.6
Should I recompile tinkering the source so it uses the right version of my driver? The weirdest thing is that the win version with wine runs almost smoothly. So... I am kind of lost.OpenGL version string: 4.5 (Compatibility Profile) Mesa 22.3.6
Thanks in advance.