[Bug 29065] Phoenix (steam file extractor) hangs when opening

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Nov 11 18:54:17 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=29065

jhgf <bernhardloos at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernhardloos at googlemail.com

--- Comment #2 from jhgf <bernhardloos at 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.



More information about the wine-bugs mailing list