BrettMayson / HEMTT

Build System for Arma 3
https://brettmayson.github.io/HEMTT
GNU General Public License v2.0
109 stars 40 forks source link

Signatures failing #461

Closed JasperRab closed 1 year ago

JasperRab commented 1 year ago

Signatures are failing when validating with DSUtils or running a test on a dedicated server (Linux) (via -checkSignatures parameter).

A line from DSUtils: Key not found for signature D:\Github\etr-mods\etr_operation\.hemttout\release\addons\etr_operation_main.pbo.etr_operation_1.0.0.0.bisign

A line from server log: 10:39:18 Warning Message: Proper signatures not found for /home/steam/steamcmd/arma3/server_operation_private/mods/@etr operation\addons\etr_operation_main.pbo. Test FAILED!

Meanwhile for both tests the bikey was present in the keys folder.

BrettMayson commented 1 year ago

Fixed in https://github.com/BrettMayson/HEMTT/releases/tag/v0.10.0-a17

Thanks for the report!