https://bugs.winehq.org/show_bug.cgi?id=53468
Bug ID: 53468 Summary: Ragnarok Online's anti-cheat, Gepard, detecting macro usage (false-positive) Product: Wine Version: 7.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: alandms123@gmail.com Regression SHA1: a2395ecf963b85ca0ea2f002982af07fc8241db9 Distribution: ArchLinux
I tested it with private server https://www.shining-moon.com But I think any version that uses gepard with macro detection enabled will also mistakenly flag this wine version (wine-7.13-249-ga2395ecf963) as using macro.
I bisected it and this commit seems to be causing it:
a2395ecf963b85ca0ea2f002982af07fc8241db9 is the first bad commit commit a2395ecf963b85ca0ea2f002982af07fc8241db9 Author: Rémi Bernon rbernon@codeweavers.com Date: Thu Jul 28 10:27:30 2022 +0200
server: Use the client provided rawinput registered device array.
dlls/win32u/rawinput.c | 24 ++++++++++------------ server/process.c | 12 +++-------- server/process.h | 9 ++------ server/queue.c | 56 ++++++++++++++++---------------------------------- 4 files changed, 34 insertions(+), 67 deletions(-)