[Bug 1903] using dead_diaeresis i.e. e+ ¨ crashes wine

Wine Bugs wine-bugs at winehq.com
Sun Jan 4 11:53:18 CST 2004


http://bugs.winehq.com/show_bug.cgi?id=1903


traxtopel at 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 at 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?

-- 
Configure bugmail: http://bugs.winehq.com/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