https://bugs.winehq.org/show_bug.cgi?id=50987
Bug ID: 50987 Summary: dinput8:device fails on the w10pro64_fr TestBot VM Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: directx-dinput Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
The following test failure happens specifically on the w10pro64_fr TestBot VM:
device.c:110: Test failed: Retrieval of action failed uAppData=4294967295 expected=4
See: https://test.winehq.org/data/tests/dinput8:device.html
This test regression was introduced by the following commit:
commit 8d206333fd50347cb45a8db72ecb191aa787ddb9 Author: Arkadiusz Hiler ahiler@codeweavers.com Date: Mon Mar 8 14:36:11 2021 +0200
dinput: Implement DIPROP_APPDATA.
This fixes not working analog inputs on game controllers in Slay the Spire.
Signed-off-by: Arkadiusz Hiler ahiler@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org