SHA not calculated on some packets

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
Answer
User avatar
t.heroult
Messages: 307
Registration: December 8, 2020 - 10:13 AM

November 20, 2024 - 10:50 AM

Good morning
For some time now, when building certain packages (it's difficult to find a common point), there are files whose footprint is not calculated and these files are not imported into the package.

For example:
Screenshot 2024-11-20 104544.png
Screenshot 2024-11-20 104544.png (26.57 KB) Viewed 2417 times
The package is successfully imported from the console; package development is done with VScode.

Thanks in advance
Tom
Server: WAPT Enterprise 2.6.1.17786 on Debian
Consoles: Windows 10 & 11
Infrastructure: Windows

Did you know? When parrotfish undergo smoltification, their osmoregulation mechanism is reversed!
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

November 20, 2024 - 2:03 PM

Hello,

that's interesting. I've never seen that before.

To understand, you'd need to download the package

and open the manifest file to see its actual contents.

The file isn't there, so what's the point?
User avatar
t.heroult
Messages: 307
Registration: December 8, 2020 - 10:13 AM

November 21, 2024 - 11:02 AM

Indeed, the file isn't included in the package.
However, I have a lead (and you're not going to like it): the bug only occurs if I'm on a Windows 11 24h2 machine...
If I copy the folder exactly to another PC and import it, it works perfectly.
Server: WAPT Enterprise 2.6.1.17786 on Debian
Consoles: Windows 10 & 11
Infrastructure: Windows

Did you know? When parrotfish undergo smoltification, their osmoregulation mechanism is reversed!
User avatar
t.heroult
Messages: 307
Registration: December 8, 2020 - 10:13 AM

November 21, 2024 - 11:06 AM

Here is the manifest for the failed package:

Code: Select all

[[".env","720b2be3b2d977425b68892f478262e7d3f764ca56c86e4d6aa2f639ea3dd214"],[".vscode/launch.json","81e8fd34cc978ccd105fa95742abe7c6d04347718590c112fb86f8c0aebd7099"],[".vscode/settings.json","cb5120747ed4bf6fe55c466ffd3951f294fa25c8969ddee919738110eb1ad6c4"],["SentinelELAM.sys","640ff215bf535a29beddfb778009c458878fad2d6c8e75e203592d6b0a0293a8"],["SentinelOneInstaller_windows_64bit_v24_1_5_277.exe",""],["WAPT/certificate.crt","xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"],["WAPT/control","14f5e22e1c20ec771a5a3b38c79bace9b157121e80389da7e9778f9781f0e004"],["WAPT/wapt.psproj","e143a00662731c3aaaf1fbf9d63cc6c55d6bc9a20769aff83c62734dfd1a1477"],["setup.py","591906b2b75b2097469399660e4c2c0d5645951b0fba75b841370a6f75083ca4"]]
Server: WAPT Enterprise 2.6.1.17786 on Debian
Consoles: Windows 10 & 11
Infrastructure: Windows

Did you know? When parrotfish undergo smoltification, their osmoregulation mechanism is reversed!
Answer