https://bugs.winehq.org/show_bug.cgi?id=51913
Bug ID: 51913 Summary: dinput8:device fails on cw-gtx560 and cw-rx460 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
dinput8:device fails on cw-gtx560 and cw-rx460:
device.c:1281: Test failed: got dwButtons 3, expected 5 device.c:1387: Test failed: got 6 expected 8 device.c:1390: Test failed: missing 2 objects
https://test.winehq.org/data/patterns.html#dinput8:device
The failure is the same on all Windows versions (8 to 10 21H1) but only happens on these two machines, that is on all the "real GPU" machines in test.winehq.org except for fgtb-w10pro64.
Predictably the failures started with the patch that introduced the new tests:
commit 2ffdb5519fede29f1055b1057999fbcd7265e1e6 Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Oct 18 10:21:51 2021 +0200
dinput8/tests: Add mouse and keyboard object enumeration tests.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=51913
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression, source, | |testcase Regression SHA1| |2ffdb5519fede29f1055b105799 | |9fbcd7265e1e6
https://bugs.winehq.org/show_bug.cgi?id=51913
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #1 from Rémi Bernon rbernon@codeweavers.com --- I think this specific failure has been fixed with 2c95bb37047c5ebd3ac0591b8463184add47524a, although I can see that there's some different ones now on gtx560.
Trom the new errors I'd say it may be related to Acquire failing because the cooperative level window is not foreground (although it needs to be confirmed), perhaps because something is grabbing the focus?
https://bugs.winehq.org/show_bug.cgi?id=51913
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |2c95bb37047c5ebd3ac0591b846 | |3184add47524a Status|NEW |RESOLVED
--- Comment #2 from François Gouget fgouget@codeweavers.com --- Yep, this specific bug is fixed. The other issues should be dealt with separately.
https://bugs.winehq.org/show_bug.cgi?id=51913
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.0-rc1.