[Bug 49522] Mass Effect: Andromeda doesn't recognize keyboard input since 5.12

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jul 6 03:37:28 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49522

Rémi Bernon <rbernon at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rbernon at codeweavers.com

--- Comment #1 from Rémi Bernon <rbernon at 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 at 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 at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at 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).

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list