cezanne / usbip-win

USB/IP for Windows
GNU General Public License v3.0
1.94k stars 349 forks source link

Debug Assertion Failed when listing USB Devices #246

Closed KKonaOG closed 2 years ago

KKonaOG commented 3 years ago

Using version 0.3.5(dev) on Windows 10 Build 21390 (Insiders), the following error appears:

image

Clicking Retry will sometimes get the system to print USB devices, sometimes it just falls through with no output.

KKonaOG commented 3 years ago

Small update, clicking ignore will allow it to output devices. Retry does not allow it to continue.

Ithilien commented 3 years ago

Im not sure if this is a problem with the release or just our download of it; but its a result of corruption to userspace/usb.ids; if you replace the contents of that file on your machine with that in the repo, it should resolve the issue. I had the same problem and after replacing my local usb.ids with the one actually in the repo; it didnt have this assertion failure any more.

cezanne commented 2 years ago

@KKonaOG : I had uploaded the corrupted usb.ids, which was replaced with a fixed one.