X_GLXCreateContext error when entering 3D mode

Questions about Wine on Linux
Locked
sponsor61
Level 3
Level 3
Posts: 59
Joined: Tue Apr 07, 2020 10:05 pm

X_GLXCreateContext error when entering 3D mode

Post by sponsor61 »

When I start 3D mode in several wine games with wine-6.7 (Staging) the game exits to the command prompt with the error below. These games previously worked with wine-5.5. Switching back to wine-5.5 does not solve the problem - the games exit with the error when I start 3D mode even after I switched back to wine-5.5(!) The error message is:

X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 151 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 442
Current serial number in output stream: 443
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: X_GLXCreateContext error when entering 3D mode

Post by Bob Wya »

@sponsor61

What's the output from:

Code: Select all

inxi -CG
for your system?

Ta
Bob
Locked