No 3D support under wine 1.1.16

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
creation
Level 2
Level 2
Posts: 40
Joined: Tue Dec 30, 2008 2:29 pm

No 3D support under wine 1.1.16

Post by creation »

Today i have installed wine 1.1.16 and it did display a waring about a missing Opengl library . How is this possible ? On linux i have the Nvidia video driver and when i issue glxgears i get this :

Code: Select all

12753 frames in 5.0 seconds = 2550.417 FPS
12915 frames in 5.0 seconds = 2582.948 FPS
12962 frames in 5.0 seconds = 2592.203 FPS
12942 frames in 5.0 seconds = 2588.382 FPS
After the installation when i have tried to play gta vice city the same error about a missing component appeared :

Code: Select all

err:wgl:opengl_error No OpenGL support compiled in.
err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat
err:d3d:InitAdapters Failed to get a gl context for default adapter
Has anyone have an ideea about this ? How can i solve this ? What is the opengl library that i have to download?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: No 3D support under wine 1.1.16

Post by vitamin »

creation wrote:Today i have installed wine 1.1.16 and it did display a waring about a missing Opengl library . How is this possible?
Reinstall your driver.
Wine needs 32-bit library. Make sure you installed that part of your driver as well.
creation
Level 2
Level 2
Posts: 40
Joined: Tue Dec 30, 2008 2:29 pm

Post by creation »

Do you mean re-install the nvidia driver ? Why ? I did a check and i have all the libraries.

I run open suse 11.0, 32 bits version and i did not have this issues in the past (untill wine 1.1.16) .

After the re-install do i have to re-compile wine again ?
Rico
Moderator
Moderator
Posts: 91
Joined: Sat Feb 23, 2008 12:10 pm

Post by Rico »

creation wrote:Do you mean re-install the nvidia driver ? Why ? I did a check and i have all the libraries.

I run open suse 11.0, 32 bits version and i did not have this issues in the past (untill wine 1.1.16) .

After the re-install do i have to re-compile wine again ?

Yes, you have to install opengl development files and after that you have to compile wine with opengl support. You could have a look at the configure log which should show if you have the libs there.
creation
Level 2
Level 2
Posts: 40
Joined: Tue Dec 30, 2008 2:29 pm

Post by creation »

I just uninstalled the old nvidia driver from my OS repo and installed the new driver from the nvidia site and all is working well , the error did not appeared .


Thank you for your hints friends.
Locked