[Bug 11050] Wine hangs on machines with Via Unichrome graphics

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 5 11:20:51 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=11050





--- Comment #6 from Karl Relton <karllinuxtest.relton at 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?


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list