https://bugs.winehq.org/show_bug.cgi?id=52962
Bug ID: 52962 Summary: dinput:force_feedback breaks ntoskrnl.exe:ntoskrnl on Windows 7 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: directx-dinput Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
dinput:force_feedback breaks ntoskrnl.exe:ntoskrnl on Windows 7:
ntoskrnl.c:1837: Test failed: Failed to uninstall INF, error 3758096957
https://test.winehq.org/data/patterns.html#ntoskrnl.exe:ntoskrnl
This can be tested by running the following on wtbw7u:
Program: winetest.exe Arguments: -c -o - -t foo dinput:force_feedback ntoskrnl.exe:ntoskrnl
A bisect shows that this failure started with the commit below:
commit 2644f6361759caa3631c6ce85a912a1654093da0 Author: Rémi Bernon rbernon@codeweavers.com Date: Tue Mar 22 11:41:40 2022 +0100
dinput/tests: Create all HID devices from the Bus driver.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
(On the plus side a different set of 12 failures got fixed at about the same time, maybe by the same commit.)