Error with OpenGL screen

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mag00
Level 2
Level 2
Posts: 10
Joined: Tue Oct 21, 2008 10:55 pm

Error with OpenGL screen

Post by mag00 »

What does it means?

Code: Select all

mag00@Q6600:~/.wine/drive_c/Altair/hw8.0/hm/bin/WIN32$ wine ./hmopengl.exe 
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 17/02/2008, dlt (d/m/y): 19/10/2008
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 17/02/2008, dlt (d/m/y): 19/10/2008
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 17/02/2008, dlt (d/m/y): 19/10/2008
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 17/02/2008, dlt (d/m/y): 19/10/2008
fixme:imm:ImmReleaseContext (0x10030, 0x13bdc0): stub
X Error of failed request:  GLXBadContextState
  Major opcode of failed request:  143 (GLX)
  Minor opcode of failed request:  103 (X_GLXDeleteLists)
  Serial number of failed request:  71415
  Current serial number in output stream:  71451
Actually the software (HyperWorks) is running OK, but I do not have the workspace for 3D surfaces. In original workspace area I just see one gray area.

Wine 1.1.19
Ubuntu X64 Intrepid
ATI X600 PRO with ATI proprietary driver (8.55.2)

[]´s
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

I guess this is a program which uses 'opengl child windows' for 3d views. This only works well at the moment on Nvidia hardware. Ati and other dri drivers still need to offer this functionality properly (they need to offer 'redirected gl rendering' which is also needed for some compiz effects). You won't get gl rendering working well in your app.
mag00
Level 2
Level 2
Posts: 10
Joined: Tue Oct 21, 2008 10:55 pm

Post by mag00 »

So, in theory, if I have an nVidia card it could work?

But some games, like CS, do not use this opengl windows?

[]'s
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

Games don't use this and those should work.
Locked