http://bugs.winehq.com/show_bug.cgi?id=1903
traxtopel@fastmail.fm changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|using dead_diaeresis i.e. |using dead_diaeresis i.e. |e+ š crashes wine |e+ š crashes wine
------- Additional Comments From traxtopel@fastmail.fm 2004-04-01 11:53 ------- Problem occured after patch http://cvs.winehq.com/patch.py?id=10332 was added i.e. diff -u wine/dlls/x11drv/x11drv_main.c:1.81 wine/dlls/x11drv/x11drv_main.c:1.82 --- wine/dlls/x11drv/x11drv_main.c:1.81 Sun Jan 4 12:42:42 2004 +++ wine/dlls/x11drv/x11drv_main.c Sun Jan 4 12:42:42 2004 @@ -340,6 +340,8 @@
/* Open display */
+ if (!XInitThreads()) ERR( "XInitThreads failed, trouble ahead\n" ); + if (!(display = XOpenDisplay( NULL ))) { MESSAGE( "x11drv: Can't open display: %s\n", XDisplayName(NULL) );
removing this patch and the problem goes away, can someone find out why this causes an issue?