Details
Description
When some popcap games e.g plants vs zombies or zuma's revenge are launched and audio is available, they hang and logs are spammed with
(../../ntoskrnl/ob/obwait.c:168) Invalid handle passed to NtWaitForMultipleObjects
|
The handles passed to WaitForMultipleObjects in wdmaud.drv/legacy.c MixerEventThreadRoutine are valid the first time they are checked but fail during subsequent calls.
Breaking the loop if WaitForMultipleObjects returns an error status fixes the problem but probably breaks somthing else.
Attachments
Issue Links
- duplicates
-
CORE-8807 sndvol32: Multiple bugs
- Resolved
- relates to
-
CORE-10212 Repeated NtWaitForMultipleObject failures in kernel32_winetest:loader
- Open
-
CORE-9015 Improve the volume notification icon
- Resolved