Page 1 of 1

Information search on error feedback

Published: Dec 5, 2025 - 8:23 AM
by AveyronJJ
Hello, I often encounter this error on various packages and on different machines:

Code: Select all

File "C:\Program Files (x86)\wapt\waptpackage.py", line 2595, in unzip_package
    zip.extractall(path=target_dir)
  File "zipfile.py", line 1647, in extractall
  File "zipfile.py", line 1701, in _extract_member
PermissionError: [Errno 13] Permission denied: 'C:\\WINDOWS\\TEMP\\waptj3mpanee\\Deploy.exe'

13 : Permission denied
Do you know her or do you have any leads?
THANKS,
Sincerely.

Re: Information search on error feedback

Published: Dec 5, 2025 - 09:35
by sfonteneau
Hello,

I'm relying on an antivirus that removes "Deploy.exe" during decompression.

Try sending Deploy.exe to VirusTotal?

Re: Information search on error feedback

Published: Dec 5, 2025 - 3:15 PM
by AveyronJJ
Thanks, according to VirusTotal, it works with our antivirus.

But thanks for the suggestion; I'll check with those who configure our antivirus. You can close this.

Re: Information search on error feedback

Published: Dec 8, 2025 - 5:25 PM
by dcardon
Hello Jean-Jacques,

thank you for your reply. We should check with the antivirus team to see if they received any alerts. This is the most common type of problem related to your symptoms. If there are no alerts in the antivirus logs, we'll need to investigate further. Regarding the VirusTotal results, the antivirus might say OK, but we could see the EDR of the same brand flagging the same file...

The Wapt package is a Zip file; you can verify that the .exe file was indeed included in the Wapt package and that it wasn't omitted during packaging (we had a bug with file enumeration in a Zip package in an older version of Wapt). Your file isn't anything unusual, like it's not 20GB on its own, is it?

Best regards,

Denis