[Bug 24028] WaitForInputIdle doesn't return for specific application (infinite loop?)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Aug 17 05:17:59 CDT 2010


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


Dmitry Timoshkov <dmitry at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |1.3.0




--- Comment #7 from Dmitry Timoshkov <dmitry at codeweavers.com>  2010-08-17 05:17:59 ---
(In reply to comment #0)
> Is uses something like:
> if (WaitForInputIdle(pi.hProcess, INFINITE) != 0)
> {
>     api_error("Failed waiting for client window to open");
>     error_stage(STAGE_STARTCLIENT);
>     return 0;
> }

Have a look a the test attached to the bug 23940, it uses WaitForInputIdle()
and works just fine. There is a bunch of WaitForInputIdle() tests in user32
as well.

Wine version should be specified in the Version field above, and could be
easily seen in the output of 'wine --version'.

-- 
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