https://bugs.winehq.org/show_bug.cgi?id=55332
Bug ID: 55332 Summary: 00d8:fixme:setupapi:CM_Get_Device_Interface_List_SizeW 000000000011F5B8 0000000180045FD8 (null) 0x00000000: stub Product: Wine Version: 8.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: usb Assignee: wine-bugs@winehq.org Reporter: alois.schloegl@gmail.com Distribution: ---
Created attachment 74926 --> https://bugs.winehq.org/attachment.cgi?id=74926 log about trying to run "wine usbip.exe attach ..."
Trying to run wine usbip.exe attach -r <USBIB_SERVER> -b 1-1.2.4.2
fails with the attached error. The same command on linux
usbip attach -r <USBIB_SERVER> -b 1-1.2.4.2
is working fine. In order to reproduce this, you need - an usbip server running some linux with hostname or IP-ddress <USBIP-SERVER>, with some usb-device attached, - start the usbip deamon with this command: usbipd -D - check the busid of the usb device with usbip list --local - bind the usb device, usbip bind --busid=1-1.2.4.2 This provides remote access (port 3240 by default).
Next you install usbip-win2 from https://github.com/vadimgrn/usbip-win2/releases in wine, and try to connect to the usbip server with usbip list --remote=<USBIB_SERVER> This should show the exported USB devices.
However, the command wine usbip.exe attach -r <USBIB_SERVER> -b 1-1.2.4.2 will fail with the attached error.