dorssel / usbipd-win

Windows software for sharing locally connected USB devices to other machines, including Hyper-V guests and WSL 2.
GNU General Public License v3.0
3.82k stars 235 forks source link

Rebooted from a bug check #949

Open GreatAg opened 6 months ago

GreatAg commented 6 months ago

Hi when i attach to a bound usb, in server i recieve Rebooted from a bug check error. How can i prepare a detailed log for you to debug what is goes wrong? Thanks.

dorssel commented 6 months ago

A bug check as in Blue Screen of Death (BSOD)? It should be in the Windows System Event Log. And on the BSOD itself it should list the kernel module (probably a driver, XXX.SYS).

GreatAg commented 6 months ago

Yes, it caused BSOD. My windows is 10, do you know what is wrong? does usb/ip sensitive to any programs?

dorssel commented 6 months ago

It's a driver, but I cannot tell you which one. It is somewhere in your Windows logs. usbipd-win is a user mode program and therefore is not the cause of the BSOD.

Andre-Gloria commented 6 months ago

Hi, I was having the same issue, it was so bad it was unusable, using the --force option of bind solved it for me. Example: usbipd.exe bind --hardware-id xxxx:XXXX --force

Andre-Gloria commented 1 month ago

Hi, after updating some seamlessly unrelated audio drivers on my machine, this issue seems to be totally gone. So maybe @GreatAg you should consider using some vendor tool to check all drivers on your machine and ensure they are up-to-date.