[Bug 13335] libGL error when launching warcraft 3

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 30 23:02:56 CDT 2008


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





--- Comment #75 from chris ahrendt <celticht32 at aol.com>  2008-07-30 23:02:55 ---
Try this simple fix...
I think I found it tonight....


x11drv_main.c

/***********************************************************************
 *           X11DRV process initialisation routine
 */
static BOOL process_attach(void)

then about 2 lines down change to this :

    if (!(gdi_display = XOpenDisplay( NULL ))) return FALSE;
    display = gdi_display;

This seems to fix it without the ulimit -s fix..
Please let me know if others have the same success...

chris


-- 
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