cezanne / usbip-win

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

USB ID Database error #196

Closed ProjectInitiative closed 4 years ago

ProjectInitiative commented 4 years ago

image

I have included an image, but on Windows 10 1909, I get a database error when trying to view all of the USB devices. I tried running the application in administrator mode as well and continue to get the same error.

I am not sure if this is a new Windows issue, or not as I am not fully familiar with how the code-base reads the USB manufacturer and product information. Any insight on this issue would be much appreciated!

ProjectInitiative commented 4 years ago

Further information: the binary tested was v0.3.0, commit 96015c3

Wqrld commented 4 years ago

@ProjectInitiative You need to download https://github.com/cezanne/usbip-win/blob/master/userspace/usb.ids into the folder with your .exe in order to have device identification, i agree that it should be a bit more clear in the error.

ProjectInitiative commented 4 years ago

Ah, adding the usb.ids file seemed to solve the problem!

I think it would be helpful to update the error message. Or possible try and ping here if the file does not exist. I might look at opening a pull request in the future!

Thank you!