[Bug 8557] glxcmds.c:343: CreateContext: Assertion `mode != ((void*)0)' failed.

Wine Bugs wine-bugs at winehq.org
Fri Jul 27 04:43:12 CDT 2007


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





------- Additional Comments From thunderbird2k at gmx.net  2007-27-07 04:43 -------
Ah someone who is suffering from wine not supporting single buffering anymore.

Near line 437 in dlls/winex11.drv/x11drv_main.c you'll see:
    /* If OpenGL is available, change the default visual, etc as necessary */
    if ((desktop_vi = X11DRV_setup_opengl_visual( display )))

try to skip that line by changing it to lets say:
    /* If OpenGL is available, change the default visual, etc as necessary */
    if (0 && (desktop_vi = X11DRV_setup_opengl_visual( display )))


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list