http://bugs.winehq.org/show_bug.cgi?id=4945
Summary: wglShareLists - BadMatch error (X_GLXMakeCurrent) Product: Wine Version: 0.9.10. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: winorojo@hotmail.com
I wrote a small test application which uses wglShareLists. This program creates two glcontext, sharing the display lists. When I call wglMakeCurrent for the context with shared lists, I got this error:
X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 144 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 120 Current serial number in output stream: 120
I'll attach the exe, source code and my glxinfo