http://bugs.winehq.org/show_bug.cgi?id=13335
--- Comment #75 from chris ahrendt celticht32@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