Page 1 of 1

Win10pcap and Wireshark packages

Published: September 17, 2021 - 1:45 PM
by zekicker
Good morning,

I am unable to deploy Win10pcap and Wireshark.

I'm getting an error during the installation of win10pcap stating:

Code: Select all

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 3877, in install_wapt
    exitstatus = setup.install()
  File "c:\windows\temp\waptxtcwaj\setup.py", line 23, in install
  File "C:\Program Files (x86)\wapt\common.py", line 3647, in run
    return ensure_unicode(setuphelpers.run(*arg,**args))
  File "C:\Program Files (x86)\wapt\setuphelpers_windows.py", line 3718, in run
    raise CalledProcessErrorOutput(proc.returncode,cmd,''.join(output))
CalledProcessErrorOutput: Command '"C:\\WINDOWS\\system32\\certutil.exe" -addstore TrustedPublisher "c:\\windows\\temp\\waptxtcwaj\\softether-drivers.cer"' returned non-zero exit status -2147024894.
The directory containing the certificate never seems to be created on the machine I am testing on, and the debug mode in CLI doesn't tell me anything more.

WAPT version: 1.8.2.7334 community edition under Linux Debian
Test machine: W10

Do you have any idea?

THANKS.

Re: Win10pcap and Wireshark packages

Published: September 17, 2021 - 4:06 PM
by zekicker
With debug mode:

Code: Select all

2021-09-17 16:00:22,433 INFO   sourcing install file c:\users\admini~1\appdata\local\temp\waptofhv1s\setup.py
2021-09-17 16:00:22,434 DEBUG Import source c:\users\admini~1\appdata\local\temp\waptofhv1s\setup.py as __waptsetup_d4w6hetiw6__
2021-09-17 16:00:22,490 INFO Install parameters : {}
2021-09-17 16:00:22,490 DEBUG DB Start transaction
2021-09-17 16:00:22,492 DEBUG DB commit
2021-09-17 16:00:22,496 INFO   executing install script
2021-09-17 16:00:22,497 INFO Run ""C:\WINDOWS\system32\certutil.exe" -addstore TrustedPublisher "c:\users\admini~1\appdata\local\temp\waptofhv1s\softether-drivers.cer""
2021-09-17 16:00:22,542 CRITICAL Fatal error in install script: CalledProcessErrorOutput: Command '"C:\\WINDOWS\\system32\\certutil.exe" -addstore TrustedPublisher "c:\\users\\admini~1\\appdata\\local\\temp\\waptofhv1s\\softether-drivers.cer"' returned non-zero exit status -2147024894.
It seems that WAPT is able to decompress into the temp directory, but when I check, it doesn't exist.