[Bug 13335] libGL error when launching warcraft 3

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jun 8 02:07:53 CDT 2008


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


Roderick Colenbrander <thunderbird2k at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thunderbird2k at gmx.net




--- Comment #49 from Roderick Colenbrander <thunderbird2k at gmx.net>  2008-06-08 02:07:52 ---
Somewhere around line 300 in dlls/winex11.drv/opengl.c you'll see (inside
InitOpenGLInfo):
    visual = DefaultVisual(gdi_display, screen);
    template.visualid = XVisualIDFromVisual(visual);
    vis = XGetVisualInfo(gdi_display, VisualIDMask, &template, &num);

Behind 'vis = ...' add:
ERR("visualid: %x\n", vis->visualid);

Then post the log +wgl output in the slow and fast case. I'll try to match it
to the glxinfo / xdpyinfo logs you provided.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list