https://bugs.winehq.org/show_bug.cgi?id=49522
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #1 from Rémi Bernon rbernon@codeweavers.com --- Metal Gear Solid V: Ground Zeroes also suffers from this. Bisection resulted in:
359ee2ecc21b08e4118f0f77b3a208e4b5e1e63d is the first bad commit commit 359ee2ecc21b08e4118f0f77b3a208e4b5e1e63d Author: Rémi Bernon rbernon@codeweavers.com Date: Thu Jun 25 19:08:44 2020 +0200
user32: Return failure when rawinput has been overwritten.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/user32/rawinput.c | 3 ++- dlls/user32/tests/input.c | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-)
I didn't try Mass Effect, but I'm pretty confident that it is the same issue. The problem may be that they read the rawinput data several times, and this made the second time to fail (where it should only make it fail if another message is read first).