[Bug 43728] Magic: The Gathering Online intensive CPU usage when idle

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 5 07:19:27 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=43728

--- Comment #10 from Panard <panard at inzenet.org> ---
After a bit more source code reading, MsgWaitForMultipleObjectsEx calls are due
to dlls/user32/message.c/check_for_driver_events, which are due to PeekMessageW
calls (it calls it twice, which is coherent with the counts from the log file). 

Maybe there is something around the count_message which is never reset, and 
hence calls MsgWaitForMultipleObjectsEx each time check_for_driver_evens is
called, but it is quite likely to be a symptom and not the cause of the
PeekMessageW calls.

But I have a hard time to find what causes these PeekMessageW calls.. probably
need to learn how to use winedbg..

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