https://bugs.winehq.org/show_bug.cgi?id=53586
Bug ID: 53586 Summary: Final Fantasy XI Gamepad Config (FFXiPadConfig.exe) crashes when Test Gamepad is executed. Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: chiitoo@gentoo.org Distribution: ---
Created attachment 72969 --> https://bugs.winehq.org/attachment.cgi?id=72969 Terminal output from non-mingw build.
After 0d0f2067f89 [1], the FFXiPadConfig.exe crashes when Test Gamepad is executed, which is accessed either via 'FINAL FANTASY XI Config.exe' / Gamepad Config / Enable Gamepad / Test Gamepad, or more directly via 'FFXiPadConfig.exe'.
Both are located under any of the 'Tools*' directories under the main 'FINAL FANTASY XI' install directory.
Looking at the backtrace, I'm not sure if user32 or ntdll is the more correct component (neither of the debug channels produce anything obvious to me), and also not sure what is going on with all the internal errors and invalid addresses (built with 'CFLAGS="-g").
Happens with both, mingw and no-mingw builds.
Last tested at commit 120ca2ff52d [2].
1. https://source.winehq.org/git/wine.git/commitdiff/0d0f2067f89545539ab3ae0ccd... 2. https://source.winehq.org/git/wine.git/commitdiff/120ca2ff52d145faa925a41d49...