Finally getting _all_ of my Joysticks Axes?

Questions about Wine on macOS.
Locked
vasquesbc
Newbie
Newbie
Posts: 4
Joined: Fri Nov 04, 2016 4:31 am

Finally getting _all_ of my Joysticks Axes?

Post by vasquesbc »

I've been through this for a while now - and nothing seems to work.
I'am using my Logitech Extreme 3D Pro on an iMac mid 2010 under macOS Sierra.
The last time i tested this with Wine 2.6.
Currently with Wings of Prey (GOG-Version) - but it really doesn't depend on the game used.

The joystick has 3 axes + a throttle axis.
The joystick has 12 buttons.
The joystick has a 8-way hat switch.
Product website: http://gaming.logitech.com/en-us/produc ... o-joystick

I'am constantly missing the throttle axis when using Wine!
When checking via console: "control" -> "Game Controllers" i see one joystick called "Joystick 0" - all axes, buttons and POV work EXCEPT the throttle axis.
In games, the throttle axis isn't recognized either.

When checking the joystick name via +dinput output as mentioned on https://wiki.winehq.org/Useful_Registry_Keys at HKCU->Software->Wine->DirectInput-><joystick name> using

Code: Select all

wine game.exe 2>&1 | grep joydev_enum_device
i get the following string back:

Code: Select all

trace:dinput:joydev_enum_deviceA dwDevType 4 dwFlags 0x00000001 version 0x0800 id 0
I've played around a bit creating a "Joystick 0" Key at the mentioned registry-path and editing several configuration strings but it seems that this has no effect at all.

Could anyone please give me some advice on this?

P.S.: in OSX, natively there actually _is_ a throttle axis and it's working fine in native games and joystick calibration software, i.e: http://ysflight.in.coocan.jp/programmin ... ick/e.html
Attachments
&quot;Game Controllers&quot; Panel inside Wine
"Game Controllers" Panel inside Wine
OS X Calibrator Software
OS X Calibrator Software
Locked