Page 1 of 1

[RESOLVED] Webview Error

Published: November 27, 2024 - 09:25
by jorico
Good morning,

I saw that a fix for Webview had been deployed, however even with version 131.0.2903.63-11

I'm still having an installation problem:

Code: Select all

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 4235, in install_wapt
    exitstatus = setup.install()
  File "C:\WINDOWS\TEMP\waptmg37rtu9\setup.py", line 15, in install
  File "C:\Program Files (x86)\wapt\common.py", line 3991, in run
    return ensure_unicode(run(*arg, pidlist=self.pidlist,**args))
  File "C:\Program Files (x86)\wapt\waptutils.py", line 2177, in run
    raise CalledProcessErrorOutput(proc.returncode, cmd, ''.join(output))
waptutils.CalledProcessErrorOutput: Command 'MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /install' returned non-zero exit status 2147748109.
Output:

Re: Webview Error

Published: November 28, 2024 - 9:50 AM
by PaulSLA
Good morning,

I have the exact same issue here. It was fixed by the patch. But with version 131.0.2903.63-11, the problem has returned.

Code: Select all

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 4235, in install_wapt
    exitstatus = setup.install()
  File "C:\Windows\TEMP\wapt5kn4nu01\setup.py", line 15, in install
  File "C:\Program Files (x86)\wapt\common.py", line 3991, in run
    return ensure_unicode(run(*arg, pidlist=self.pidlist,**args))
  File "C:\Program Files (x86)\wapt\waptutils.py", line 2177, in run
    raise CalledProcessErrorOutput(proc.returncode, cmd, ''.join(output))
waptutils.CalledProcessErrorOutput: Command 'MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /install' returned non-zero exit status 2147748109.
Output:

CalledProcessErrorOutput: Command 'MicrosoftEdgeWebView2RuntimeInstallerX64.exe /silent /install' returned non-zero exit status 2147748109.
Output:
Sincerely

Re: Webview Error

Published: November 28, 2024 - 11:18 AM
by jlepiquet
Hello,

If you have an Enterprise account, a new version of the package is available for testing here:

The error code you are receiving corresponds to an attempt to downgrade the application.
We have added conditions to prevent an installation attempt if a higher or equal version is already present on the

x64 machine: https://wapt.tranquil.it/wapt-testing/t ... EPROD.wapt
and
x86 machine: https://wapt.tranquil.it/wapt-testing/t ... EPROD.wapt

[RESOLVED] Webview Error

Published: November 29, 2024 - 7:48 AM
by jorico
I just tested the new package and it works perfectly.

Thank you very much. :D

Re: Webview Error

Published: November 29, 2024 - 09:12
by jlepiquet
Hi Johan,

Glad it's working.
I'm marking the topic as Resolved.

Best regards,