https://bugs.winehq.org/show_bug.cgi?id=48202
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |hid CC| |z.figura12@gmail.com
--- Comment #9 from Zebediah Figura z.figura12@gmail.com --- The software seems to interact with its device through HID. Hence:
* for not particularly good reasons, you will need to disable the SDL backend, by opening the HKLM\System\CurrentControlSet\Services\winebus key and setting the value "SDL Enabled" to DWORD 0 (see https://wiki.winehq.org/Useful_Registry_Keys for more details);
* the device will need to be exposed by your operating system as a HID device (in particular, no higher level drivers can be attached); I'm not sure there's a particularly good linux utility for this, but `lsusb -t` may help, and checking for a corresponding device in /dev/hidraw* may also help.
If after these steps things don't work, please attach a log with "WINEDEBUG=+pid,+ntoskrnl,+plugplay,+hid,+hidp,+hid_report,+setupapi".