http://bugs.winehq.org/show_bug.cgi?id=19909
Bleeter Yaluser bleeter@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bleeter@gmail.com
--- Comment #2 from Bleeter Yaluser bleeter@gmail.com 2009-09-01 20:35:26 --- Looking at the traces, glGetError is in the 'broken' trace where glMatrixMode is in the Live trace.
Broken PTR: trace:opengl:wglSwapLayerBuffers (0x3d8, 00000001) trace:opengl:wine_glGetError () trace:opengl:wine_glLoadMatrixf (0x3afb44)
Working Live: trace:opengl:wglSwapLayerBuffers (0x3d8, 00000001) trace:opengl:wine_glMatrixMode (5889) trace:opengl:wine_glLoadMatrixf (0x39fbb4)
Just wondering if this is related. Don't know the opengl code at all.