[Bug 19652] iTunes becomes unresponsive while navigating music store

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 15 10:23:05 CDT 2010


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





--- Comment #8 from Jeremy White <jwhite at codeweavers.com>  2010-03-15 10:23:04 ---
The issue seems to stem from the fact that our dsound implementation includes a
winmm timer that sends a WM_TIMER every 10 ms.  Further, iTunes lolligags
a bit between posting it's TimerFired message and doing a GetMessage(),
which pretty much guarantees that a WM_TIMER will be in queue behind
the TimerFired message, which triggers the bug.

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