Wine can't run any files

Questions about Wine on Linux
Locked
BlueSoul
Newbie
Newbie
Posts: 1
Joined: Mon Sep 20, 2021 5:34 pm

Wine can't run any files

Post by BlueSoul »

Hi, i'm new here and i created an account because none of the things i googled were helping with my issue. I'm not sure if i installed wine incorrectly, or if i did anything wrong, but this usually appears every time i try to run wine on the terminal:

X Error of failed request: GLXBadFBConfig
Major opcode of failed request: 153 (GLX)
Minor opcode of failed request: 0 ()
Serial number of failed request: 262
Current serial number in output stream: 262

It happened with ALL of the games i tried to run it with. Please, if someone has a solution or at least knows what's the problem it would be amazing. Thank you.
cmdl
Level 2
Level 2
Posts: 14
Joined: Wed Feb 10, 2021 11:21 pm

Re: Wine can't run any files

Post by cmdl »

See viewtopic.php?t=34889

So, for an application with an executable

Code: Select all

xyz.exe
, you would use:

Code: Select all

export MESA_GL_VERSION_OVERRIDE=4.5 wine xyz.exe
RobertX
Level 2
Level 2
Posts: 40
Joined: Thu Sep 09, 2021 9:57 pm

Re: Wine can't run any files

Post by RobertX »

BlueSoul, I have a question: can you run your non-DirectX Windows programs just fine?

I think I have the same problem as you do, and I have yet to try out the solution, so I will.
Locked