I probably got it. It uses SDL for joystick handling. The difference between Fedora and Ubuntu is that Fedora uses SDL3 in the SDL2 compat mode, while Ubuntu uses real SDL2. So the SDL3 probably has a fix.
The following workaround caused it to work in Ubuntu: SDL_JOYSTICK_DEVICE=/dev/input/js0 wine ... This is really crazy, that it doesn't work out-of-the-box. The same problem with another joystick dongle: 1781:0898 Multiple Vendors GOLD WARRIOR SIM - PhoenixRC - 10411R But this one also doesn't work in SDL3, so I reported it to SDL upstream. ** Package changed: wine (Ubuntu) => libsdl2 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2097480 Title: vrc-3nt joystick dongle is not working in ubuntu 24.10 wine, works fine natively in ubuntu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libsdl2/+bug/2097480/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
