http://bugs.winehq.org/show_bug.cgi?id=10080
--- Comment #37 from Phil pagantek@yahoo.com 2008-08-16 14:07:19 --- Personally i don't mind hacking the library, but i can also see the need to keep it clean. (In reply to comment #36)
A possible workaround would be to disable pbuffer support. To do that comment (or remove) the following lines in dlls/winex11.drv/opengl.c: if ( (glxRequireVersion(3) && glxRequireExtension("GLX_SGIX_pbuffer")) || glxRequireExtension("GLX_ATI_render_texture")) register_extension(&WGL_ARB_pbuffer);
For example change them to: // if ( (glxRequireVersion(3) && glxRequireExtension("GLX_SGIX_pbuffer")) || glxRequireExtension("GLX_ATI_render_texture")) // register_extension(&WGL_ARB_pbuffer);
rebuilt wine with this info and it didn't work. just to be sure, that was line 3376 and 3378.