Open forum for end-user questions about
Wine. Before asking questions, check out the
Wiki as a first step.
Forum Rules
-
winehq_help1312
- Newbie

- Posts: 1
- Joined: Fri Dec 18, 2020 7:45 am
Post
by winehq_help1312 » Fri Dec 18, 2020 7:50 am
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 9

- Posts: 1281
- Joined: Thu Aug 14, 2014 10:10 am
Post
by jkfloris » Sat Dec 19, 2020 9:59 am
How did you install Wine?
-
lookster123
- Newbie

- Posts: 1
- Joined: Wed Dec 23, 2020 6:22 am
Post
by lookster123 » Wed Dec 23, 2020 6:26 am
Try this command, you should have some helpful output.
Code: Select all
WINEDEBUG=warn+all wine filename.exe