https://bugs.winehq.org/show_bug.cgi?id=55423
Bug ID: 55423 Summary: dinput:device8 - test_mouse_keyboard() sometimes gets access denied on Windows 10 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: dinput Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
dinput:device8 - test_mouse_keyboard() sometimes gets access denied on Windows 10:
device8.c:695: Test failed: IDirectInputDevice8_Acquire failed: 0x80070005 device8.c:698: Test failed: IDirectInputDevice8_Acquire failed: 0x80070005 device8.c:703: Test failed: GetRegisteredRawInputDevices returned 1, raw_devices_count: 3 device8.c:705: Test failed: Unexpected raw device flags: 0 device8.c:707: Test failed: Unexpected raw device flags: 0
See https://test.winehq.org/data/patterns.html#dinput:device8
Where 0x80070005 == E_ACCESSDENIED
This failure mode has been jumping around: * From 2023-01-06 to 2023-03-20 this was happening exclusively on w7u, with one exception, w10pro64-ru-64 on 2023-01-13 (all with "raw_devices_count: 3"). * Then from 2023-03-21 to 2023-05-16 it happened exclusively on various debian11-win32 locales, but with "raw_devices_count: 1". * And since 2023-05-30 it has been happening exclusively on w1064v1507 and w10pro64v2004 (both in 32 and 64-bit) with 12 instances so far, all with "raw_devices_count: 3".
See also bug 54558 about other access denied errors in dinput:device8.
https://bugs.winehq.org/show_bug.cgi?id=55423
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase