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(-)
https://bugs.winehq.org/show_bug.cgi?id=53468
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #1 from Rémi Bernon rbernon@codeweavers.com --- Would you mind attaching a log with WINEDEBUG=+timestamp,+rawinput before and after this commit?
https://bugs.winehq.org/show_bug.cgi?id=53468
--- Comment #2 from Alan alandms123@gmail.com --- Created attachment 72842 --> https://bugs.winehq.org/attachment.cgi?id=72842 wine-7.13-248-g1587e9db88c rawinput logs
https://bugs.winehq.org/show_bug.cgi?id=53468
--- Comment #3 from Alan alandms123@gmail.com --- Created attachment 72843 --> https://bugs.winehq.org/attachment.cgi?id=72843 wine-7.13-249-ga2395ecf963 rawinput logs
https://bugs.winehq.org/show_bug.cgi?id=53468
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=53468
--- Comment #4 from Rémi Bernon rbernon@codeweavers.com --- Created attachment 72863 --> https://bugs.winehq.org/attachment.cgi?id=72863 patch
Thanks, would you mind trying if the attached patch fixes the issue?
https://bugs.winehq.org/show_bug.cgi?id=53468
--- Comment #5 from Alan alandms123@gmail.com --- Thanks. Yes, it solves the issue.
https://bugs.winehq.org/show_bug.cgi?id=53468
Paulo paulo1039@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |paulo1039@gmail.com
--- Comment #6 from Paulo paulo1039@gmail.com --- Fixed by commit 17bdb5060a6fe30d6aada2e63745f930acdc4f50
Bug should be marked as fixed.
https://bugs.winehq.org/show_bug.cgi?id=53468
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |17bdb5060a6fe30d6aada2e6374 | |5f930acdc4f50 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #7 from Austin English austinenglish@gmail.com --- (In reply to Paulo from comment #6)
Fixed by commit 17bdb5060a6fe30d6aada2e63745f930acdc4f50
Bug should be marked as fixed.
Fixed.
https://bugs.winehq.org/show_bug.cgi?id=53468
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.16.