nvidia-kvm-patcher icon indicating copy to clipboard operation
nvidia-kvm-patcher copied to clipboard

I tried doing this, but it keeps spitting this error out.

Open BlueCyro opened this issue 6 years ago • 2 comments

[+] Patching CPUID Check
[+] Modifying Installer Config to Use Extracted Driver
[+] Attempting to Test Sign Driver
    [+] Detected OS Type: 10_X64
    [+] Generating Catalog File (this may take a while)
    [+] Generating and Installing Certificate
    [+] Signing Catalog File
The following certificate was selected:
    Issued to: SKSoftware
    Issued by: SKSoftware
    Expires:   Sun Oct 14 20:49:11 2018
    SHA1 hash: BDA6E827674375E713DCAD16F660B5113DE68E3C

Done Adding Additional Store
SignTool Error: The specified timestamp server either could not be reached or
returned an invalid response.
SignTool Error: An error occurred while attempting to sign: C:\NVIDIA\DisplayDriver\387.92\Win10_64\International\Display.Driver./nv_disp.cat

Number of files successfully Signed: 0
Number of warnings: 0
Number of errors: 1
The following certificate was selected:
    Issued to: SKSoftware
    Issued by: SKSoftware
    Expires:   Sun Oct 14 20:49:11 2018
    SHA1 hash: BDA6E827674375E713DCAD16F660B5113DE68E3C

Done Adding Additional Store
SignTool Error: The specified timestamp server either could not be reached or
returned an invalid response.
SignTool Error: An error occurred while attempting to sign: C:\NVIDIA\DisplayDriver\387.92\Win10_64\International\Display.Driver\nvlddmkm.sys

Number of files successfully Signed: 0
Number of warnings: 0
Number of errors: 1```

BlueCyro avatar Oct 15 '17 01:10 BlueCyro

Make sure the system your running this patcher on has internet access.

manvir-singh avatar Nov 29 '17 10:11 manvir-singh

On the last line of patcher.ps1, I changed the URLS to http://timestamp.globalsign.com/?signature=sha2. Therefore the last two lines look like this:

& $signtool sign /v /n SKSoftware /t http://timestamp.globalsign.com/?signature=sha2 $catalog_path
& $signtool sign /v /n SKSOftware /t http://timestamp.globalsign.com/?signature=sha2 $sys_unpacked

This seemed to work for me.

wyskoj avatar Jan 08 '21 23:01 wyskoj