I try to run .exe file and nothing happens!

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
winehq_help1312
Newbie
Newbie
Posts: 1
Joined: Fri Dec 18, 2020 7:45 am

I try to run .exe file and nothing happens!

Post by winehq_help1312 »

When i try to open .exe file, nothing happens. I try to run on terminal here is the results when i type "wine filename.exe"

Code: Select all

libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  151 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  224
  Current serial number in output stream:  223
What can i do to fix this problem? Thanks.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: I try to run .exe file and nothing happens!

Post by jkfloris »

How did you install Wine?
lookster123
Newbie
Newbie
Posts: 1
Joined: Wed Dec 23, 2020 6:22 am

Re: I try to run .exe file and nothing happens!

Post by lookster123 »

Try this command, you should have some helpful output.

Code: Select all

WINEDEBUG=warn+all wine filename.exe
Locked