http://bugs.winehq.org/show_bug.cgi?id=29065
jhgf bernhardloos@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardloos@googlemail.com
--- Comment #2 from jhgf bernhardloos@googlemail.com 2011-11-11 18:54:17 CST --- The app tries to create a dialog used as a splash screen in a different thread (0026 in the relay log). The main thread then loops until a static variable is set (all the Sleep calls). The splash screen thread uses DialogBoxParamW to create the dialog, and it is supposed to set the variable in the WM_INITDIALOG handler, but the creation of the dialog fails, so this whole thing hangs.