fedora 12, wine, nvidia: opengl, ipixelformat error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
gregor
Newbie
Newbie
Posts: 2
Joined: Fri Aug 07, 2009 4:27 pm

fedora 12, wine, nvidia: opengl, ipixelformat error

Post by gregor »

hi,

today i will install itunes 9.0.* but i get an ipixelformat error

error snip:

Code: Select all

fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
fixme:heap:HeapSetInformation 0x3360000 0 0x33f484 4
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000001 not handled
err:wgl:X11DRV_WineGL_InitOpenglInfo  couldn't initialize OpenGL, expect problems
err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
err:d3d:InitAdapters Failed to get a gl context for default adapter
wine: Unhandled page fault on read access to 0x00000030 at address 0x2ec45e12 (thread 0044), starting debugger...
fixme:process:WTSGetActiveConsoleSessionId stub
disable or enable direct3d in winecfg didn't help.

here is my config:
fedora 12 x86_64bit: 2.6.32.11-99.fc12.x86_64
nvidia GeForce 9500 GT (rev a1): driver: xorg-x11-drv-nvidia-195.36.15-1.fc12.x86_64

rpm -qa | grep -i wine

Code: Select all

wine-core-1.1.38-1.fc12.x86_64
wine-fonts-1.1.38-1.fc12.noarch
wine-1.1.38-1.fc12.x86_64
wine-ldap-1.1.38-1.fc12.i686
wine-capi-1.1.38-1.fc12.i686
wine-pulseaudio-1.1.38-1.fc12.x86_64
wine-desktop-1.1.38-1.fc12.noarch
wine-ldap-1.1.38-1.fc12.x86_64
wine-pulseaudio-1.1.38-1.fc12.i686
wine-cms-1.1.38-1.fc12.i686
wine-twain-1.1.38-1.fc12.x86_64
wine-common-1.1.38-1.fc12.noarch
wine-twain-1.1.38-1.fc12.i686
wine-cms-1.1.38-1.fc12.x86_64
wine-capi-1.1.38-1.fc12.x86_64
wine-core-1.1.38-1.fc12.i686
glxinfo | grep -i render

Code: Select all

direct rendering: Yes
OpenGL renderer string: GeForce 9500 GT/PCI/SSE2
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info,
what can be the problem?

greetings from austria
gregor
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: fedora 12, wine, nvidia: opengl, ipixelformat error

Post by vitamin »

gregor wrote:err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
This is the main problem.
gregor wrote:wine-core-1.1.38-1.fc12.x86_64
And this is why. You are using old, 64-bit Wine. It doesn't work (it's early alpha).

If you want Wine to work:
1. Get latest Wine version
2. Use 32-bit Wine (not 64-bit Wine).
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

See http://wiki.winehq.org/3DDriverIssues for an explanation about the 3d driver issues you are seeing. (64-bit glxinfo doesn't say anything about 32-bit opengl drivers)
Locked