cezanne / usbip-win

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

Invalid Argument over \driver \usbip test.pfx #225

Closed Steveo10 closed 3 years ago

Steveo10 commented 3 years ago

Hello

I have tried to compile the project and I get the following error :

invalid argument <.. \ driver \ usbip test.pfx> for property

I have read that the key is placed and then it is modified with 2 points but I keep getting the same error

Will I have the certificate damaged or bad?

image

cezanne commented 3 years ago

@Steveo10 : Did you check the relative path? ..\usbip_test.pfx seems to be a correct path.

Steveo10 commented 3 years ago

hi @cezanne yes

I have checked the path and made the changes but I always get an error in usbip_vhci and usbip_vhci_ude.

I have placed the same path in the usbip_stub and there I have no error code.

I leave you a picture of the new error, any other recommendation that you can help me with?

Error 2

cezanne commented 3 years ago

@Steveo10 : Well, I believe that build has no problem even though you don't care a test certificate path. If you did not intend to use an alternate path or another certificate, please remove driver/vhci/usbip_vhci.vcxproj.user and try to build again. Certificate setting will be reverted to a usbip-win repository version by removing that file.

cezanne commented 3 years ago

@Steveo10 : I'll close this issue. Please reopen if you need.