http://bugs.winehq.org/show_bug.cgi?id=28608
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani@redhat.com
--- Comment #4 from Michael Stefaniuc mstefani@redhat.com 2011-10-07 14:16:45 CDT --- You are running with an invalid setup: err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems That line shows up also on wine-1.3.27. Most likely you are missing the the 32bit nvidia OpenGL libs.
The commit you referenced switches the DirectDraw rendering to OpenGL which never worked in your setup. You can either: - Fix your 32bit OpenGL driver installation, or - Manually switch back to the old GDI rendering. See the registry key DirectDrawRenderer on http://wiki.winehq.org/UsefulRegistryKeys for the exact details.