http://bugs.winehq.org/show_bug.cgi?id=12740
--- Comment #5 from Petr Sumbera petr.sumbera@sun.com 2008-04-25 12:11:04 --- It's somehow related to using XRegisterIMInstantiateCallback(). Disabling it on following place will make wine (winecfg) start:
--- dlls/winex11.drv/xim.c.orig Fri Apr 25 18:51:50 2008 +++ dlls/winex11.drv/xim.c Fri Apr 25 18:52:21 2008 @@ -484,7 +484,7 @@ void X11DRV_SetupXIM(void) { wine_tsx11_lock(); - XRegisterIMInstantiateCallback(thread_display(), NULL, NULL, NULL, X11DRV_OpenIM, NULL); + //XRegisterIMInstantiateCallback(thread_display(), NULL, NULL, NULL, X11DRV_OpenIM, NULL); wine_tsx11_unlock(); }