Maybe it's a similar issue than mine with Elite Dangerous? https://github.com/ValveSoftware/Proton/issues/150#issuecomment-2849400921
BTW: I think PROTON_ENABLE_HIDRAW needs the device IDs instead of just a 1. But it's probably more useful is the device IDs from your devices would be added to the hidraw whitelist in wine-proton, similar to this one: https://github.com/ValveSoftware/wine/commit/c5a726e8a3ac20a242c27123abb4970c9a477dc7
BTW: I think
PROTON_ENABLE_HIDRAWneeds the device IDs instead of just a1. But it's probably more useful is the device IDs from your devices would be added to the hidraw whitelist in wine-proton, similar to this one: c5a726e
It seems to be reworked on proton_10.0 branch.
It used to be:
https://github.com/ValveSoftware/wine/blob/015230dc0f78a543032dea0907f6c97304b25ca3/dlls/winebus.sys/unixlib.c#L163-L165
can confirm both my thrustmaster farmsticks and logitech G29 stops working if I switch to the proton 10 beta
VKB Gladiator EVO completely stopped being detected with proton 10
(I'm using protontricks to confirm what I see in Elite dangerous and Windows forced American Truck Simulator)
FFB Wheel is always detected
/dev/input/event22: VKB-Sim © Alex Oz 2021 VKBsim Gladiator EVO L
/dev/input/event23: Thrustmaster Thrustmaster force feedback wheel
Please run the game with PROTON_LOG=+hid,+setupapi,+plugplay %command% and post the Steam log in $HOME here to help Valve devs find the problem.
Please run the game with
PROTON_LOG=+hid,+setupapi,+plugplay %command%and post the Steam log in$HOMEhere to help Valve devs find the problem.
The file is huge but as there are many errors, I let it as is. Given the error at start about vm.max_map_count, I've increased it to 262144 (32768MB / 128KB)
USB Joystick Id is 231D. I also unplugged and plugged it just before quitting.
best regards.
kakra mentioned this issue in another thread re: Virpil controllers. I'm having something similar to this. I have two of the same Virpil sticks (but left/right versions) that are detected and "work" as SDL controllers with HIDRAW IDs in Proton 9, but in Proton 10 it can only see my left stick.
Proton GE (custom build of Proton) 10-3 release fixed this issue. (It's working)
https://github.com/GloriousEggroll/proton-ge-custom/releases/tag/GE-Proton10-3
This is the commit that included the patch
https://github.com/GloriousEggroll/proton-ge-custom/commit/1fa2f92b34d198481f9b30f043f05ae983326c2b
The original change:
https://github.com/Etaash-mathamsetty/wine-valve/commit/1c2f561d80d20fa770c5fd170b9100c94293792d
I assume that PROTON_DISABLE_HIDRAW environment variable set from Linux isn't available at that point?
Proton failed again to detect my joysticks, and even the Xbox controller is gone...
@rbernon Why does Proton add my joystick via SDL according to logs?
176478.510:0094:00b8:trace:hid:sdl_add_device Making up serial number for Sim © Alex Oz 2021 VKBsim Gladiator EVO L: 03004fdd1d2300000102000011010000.0
176478.510:0094:00b8:trace:hid:sdl_add_device joystick id 0, axis_offset 0, desc {vid 231d, pid 0201, version 0111, input -1, uid 00000000, is_gamepad 1, is_hidraw 0, is_bluetooth 0}.
I've set SDL_GAMECONTROLLER_IGNORE_DEVICES=0x044F/0xB10A,0x044F/0xB687,0x231D/0x0200,0x231D/0x0201 but Proton seems to ignore that. Is this maybe filtered out by pressure-vessel?
If it does, maybe there is a race condition? Looking at the logs, the SDL bus seems to add the device before the HID driver adds it. I wonder if it sometimes works the other way around...
PS: is_gamepad 1 is wrong anyways but that's probably an issue within SDL itself...
(as someone who's looking into buying a set of Virpil controllers) Is this issue fixed now or not?
It still does not seem to work?
ge-proton10-3x1 2025-06proton 10.0x1 2025-05ge-proton9-27x1 2025-05proton 10.0-1x1 2025-05proton 9.0-4x1 2025-05proton experimentalx1 2025-05proton hotfixx1 2025-05SDL_GAMECONTROLLER_IGNORE_DEVICES=0x044F/0xB10A,0x044F/0xB687,0x231D/0x0200,0x231D/0x0201`x1 2025-07PROTON_DISABLE_HIDRAWx1 2025-06PROTON_LOG=+hid,+setupapi,+plugplayx2 2025-05PROTON_ENABLE_HIDRAWx2 2025-05PROTON_ENABLE_HIDRAW=0x5229/0x6425,0x7698/0x6528x1 2025-05PROTON_ENABLE_HIDRAW=1`,x1 2025-05
I'm playing Dirt Rally 2.0
I'm using this launch command:
to use my SimJack shifter/handbrake:
It worked fine for some days ago on Proton Experimental branch (it was proton 10 based experimental),
but I noticed that it is not working anymore.
shifter is not recognized at all and handbrake is not recognized properly.
doesn't work:
works:
I've tried
PROTON_ENABLE_HIDRAW=1, but it the result is the same.