http://bugs.winehq.org/show_bug.cgi?id=11050
--- Comment #6 from Karl Relton karllinuxtest.relton@ntlworld.com 2008-01-05 11:20:51 --- It falls over in function X11DRV_WineGL_InitOpenglInfo on the call to pglXDestroyContext (line 353 of opengl.c):
TRACE("Direct rendering enabled: %s\n", WineGLInfo.glxDirect ? "True" : "False");
if(vis) XFree(vis); if(ctx) { pglXMakeCurrent(gdi_display, None, NULL); pglXDestroyContext(gdi_display, ctx); <--- DIES HERE } wine_tsx11_unlock(); return TRUE;
Hmmm - where to go now?