http://bugs.winehq.org/show_bug.cgi?id=29065 jhgf <bernhardloos(a)googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardloos(a)googlemail.com --- Comment #2 from jhgf <bernhardloos(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.