https://bugs.winehq.org/show_bug.cgi?id=40658
--- Comment #8 from otty@gmx.net --- (In reply to Bruno Jesus from comment #6)
Please run the following commnand in an unpatched wine with both (js) and (event) drivers enabled for your joystick.
WINEDEBUG=+dinput wine control > /tmp/log.txt
Open the joystick config and press the POV buttons to generate some log events.
And then attach the file /tmp/log.txt. It could have some clues about what is wrong;
After a long time, I finally found a couple of hours during my vacation to build a Ubunti Biarch version 3.13 and generate the requested logs. (problem and patch are identical to 1.19)
Registry settings are the following: [HKEY_CURRENT_USER\Software\Wine\DirectInput] "Saitek AV8R Joystick (js)"="X,Y,Z,Rz,Rx,POV1" "Saitek AV8R Joystick (event)"="X,Y,Z,Rz,Rx,POV1"
[HKEY_CURRENT_USER\Software\Wine\DirectInput\Joysticks] "Saitek AV8R Joystick (event)"="disabled"
For the logs, I moved the AV8R POV switch in the following pattern:
left - forward - right -backward
Except for the unpatched (js) variant, the status indicator in the control.exe moved as expected.
For the unpatched (js) variant, the following status was observed in control.exe: forward - left - right - bottom
BR,