Can't play games

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nicogarcia
Newbie
Newbie
Posts: 3
Joined: Sat Jul 11, 2009 2:26 am

Can't play games

Post by nicogarcia »

Hello,

I have 1.1.23 wine version and I'm using playonlinux 3.6

I got this error after successfully installing Age of Empires II and CStrike 1.6

[nico@nico-fedora Age of Empires II]$ wine empires2.exe
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y): 18/10/2009
fixme:system:SystemParametersInfoW Unimplemented action: 110 (SPI_GETSHOWIMEUI)
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 135 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x21
Serial number of failed request: 567
Current serial number in output stream: 567

I think the problem is related to wine configuration because the same happens for both games.

Any ideas?

Thanks in advance
James McKenzie

Can't play games

Post by James McKenzie »

nicogarcia wrote:
Hello,

I have 1.1.23 wine version and I'm using playonlinux 3.6

I got this error after successfully installing Age of Empires II and CStrike 1.6

[nico@nico-fedora Age of Empires II]$ wine empires2.exe
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y): 18/10/2009
fixme:system:SystemParametersInfoW Unimplemented action: 110 (SPI_GETSHOWIMEUI)
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 135 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x21
Serial number of failed request: 567
Current serial number in output stream: 567

I think the problem is related to wine configuration because the same happens for both games.
Ask the Play On Linux folks. This is not a Wine error message.

James McKenzie
nicogarcia
Newbie
Newbie
Posts: 3
Joined: Sat Jul 11, 2009 2:26 am

Post by nicogarcia »

I think it is a wine problem because i also got it when i tried to play the games without playonlinux installed :(
James McKenzie

Can't play games

Post by James McKenzie »

nicogarcia wrote:
I think it is a wine problem because i also got it when i tried to play the games without playonlinux installed :(

Can you run the games from a terminal session and provide a log, without
using Playonlinux?

Also, what version of Wine are you using, Linux version, Video card and
Video driver version?

Thank you.

James McKenzie
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Can't play games

Post by vitamin »

nicogarcia wrote:X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 135 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Reinstall video drivers. If this is x86_64 distro make sure you have 32-bit driver version installed as well (comes as separate package on some distros).

Disable 3d desktop effects (compiz & co).
nicogarcia
Newbie
Newbie
Posts: 3
Joined: Sat Jul 11, 2009 2:26 am

Post by nicogarcia »

I reinstalled video drivers and disabled 3d desktop effects, but still the same error message.

video card: GeForce 8500GT
distro: Fedora 11
wine: 1.1.23
video driver: kmod-nvidia
version: 185.18.14

Error message is the same:

Code: Select all

[nico@nico-fedora Age of Empires II]$ wine empires2.exe
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y): 18/10/2009
fixme:system:SystemParametersInfoW Unimplemented action: 110 (SPI_GETSHOWIMEUI)
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  135 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x21
  Serial number of failed request:  567
  Current serial number in output stream:  567
Do you know what should I do with "fixmes"?

Thanks again
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

nicogarcia wrote:Error message is the same:
Try virtual desktop mode.
Locked