[RESOLVED] Webview Error

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
jorico
Messages: 27
Registration: August 11, 2022 - 4:42 PM
Location: NIORT

November 27, 2024 - 09:25

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:
WAPT Enterprise 2.5.5.15697
Server = Debian 11 Bullseye
Console = Windows Server 2019
--------------------------------------------------------------------------

Johan
PaulSLA
Messages: 23
Registration: Oct 10, 2023 - 11:23

November 28, 2024 - 9:50 AM

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
jlepiquet
Messages: 69
Registration: Sep 3, 2024 - 4:09 p.m.

November 28, 2024 - 11:18

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
jorico
Messages: 27
Registration: August 11, 2022 - 4:42 PM
Location: NIORT

November 29, 2024 - 7:48 AM

I just tested the new package and it works perfectly.

Thank you very much. :D
WAPT Enterprise 2.5.5.15697
Server = Debian 11 Bullseye
Console = Windows Server 2019
--------------------------------------------------------------------------

Johan
jlepiquet
Messages: 69
Registration: Sep 3, 2024 - 4:09 p.m.

November 29, 2024 - 09:12

Hi Johan,

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

Best regards,
Locked