X Error of failed request: GLXBadFBConfig

Hi guys I hope you are well I recently installed Ubuntu because it calls me much attention but I had a problem when opening a game that is a launcher .exe the game does not have an installer I just have to open that .exe but when I open it with wine nothing happens then when I go to the command console and run it appears this error I am not very expert in the field but if someone could give me a solution I would appreciate it.

X Error of failed request: GLXBadFBConfig Major opcode of failed request: 152 (GLX) Minor opcode of failed request: 0 () Serial number of failed request: 226 Current serial number in output stream: 226
0104:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0104:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.

I managed to change using a command which is the following: export MESA_GL_VERSION_OVERRIDE=4.5 after I used it the game program opened but the screen stays black and appears in the command console many codes saying the following

0160:err:d3d:wined3d_debug_callback 0x7f3b683f4cd0: "GL_INVALID_OPERATION in glGetUniformLocation(program not linked)".
1

2 Answers

export MESA_GL_VERSION_OVERRIDE=4.5

fixed this bug for me. It's mentioned in

I found this - it works for me. Seems to be a bug in "mesa" that has not been fixed for a while.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like