hori rap v kai not detected at all in wine - works fine in jstest-gtk

Questions about Wine on Linux
Locked
normalmoe
Newbie
Newbie
Posts: 2
Joined: Fri Feb 07, 2025 3:25 am

hori rap v kai not detected at all in wine - works fine in jstest-gtk

Post by normalmoe »

Hello,

I have an old laptop I use for work, running antiX-23.1_x64-full and wine 8.0. I want to play some third strike on fightcade. Fightcade uses wine. I connect my Hori fightstick, and /dev/input/js0 lights up, jstest-gtk gives me every response I want. It uses the stick as a mouse, and X button as a mouseclick so I disable that with

Code: Select all

Section "InputClass"
        Identifier "joystick catchall"
        MatchIsJoystick "on"
        MatchDevicePath "/dev/input/event*"
        Driver "joystick"
        Option "StartKeysEnabled" "False"
        Option "StartMouseEnabled" "False"
EndSection
in /usr/share/X11/xorg.conf.d, as reccomended on the arch wiki.

The problems start once I try the emulator again. There's some graphics problems between fullscreen and windowed, but changing the blotter fixes that. The bigger problem is, now the stick doesn't even transmit the fake mouse input. I go into wine control joy.cpl and there's nothing there at all. Registries other people mentioned when fine-turning (already detected) joysticks also don't exist.

How do I make wine run an autodetect?

I've read the following among others:
viewtopic.php?p=144896&hilit=js0#p144896
viewtopic.php?p=83452&hilit=js0#p83452
and I wouldn't be opposed to just writing a bunch of registries, but I have no idea where to start. Or should I go about it differently?
normalmoe
Newbie
Newbie
Posts: 2
Joined: Fri Feb 07, 2025 3:25 am

Re: hori rap v kai not detected at all in wine - works fine in jstest-gtk

Post by normalmoe »

I also deleted and reinstalled wine, and also tried removing the xorg.conf file. At this point nothing changes, and the funny mouse behavior doesn't return.
Locked