- Edited
Edit 12:45: SOLVED
please help. i use godot4.3 mono, Windows 11. i exported my C#-project without error to an exe. when i start the exe godot opens and then closes. when i start from cmd it says:
ERROR: The MD5 sum of the decrypted file does not match the expected value. It co.
at: (core/io/file_access_encrypted.cpp:94)
ERROR: Can't open encrypted pack directory.
at: (core/io/file_access_pack.cpp:242)
ERROR: The MD5 sum of the decrypted file does not match the expected value. It could be that the file is corrupt, or th.
at: (core/io/file_access_encrypted.cpp:94)
ERROR: Can't open encrypted pack directory.
at: (core/io/file_access_pack.cpp:242)
ERROR: The MD5 sum of the decrypted file does not match the expected value. It could be that the file is corrupt, or th.
at: (core/io/file_access_encrypted.cpp:94)
ERROR: Can't open encrypted pack directory.
Edit 12:21: if i deactivate encryption the exe works.
Edit 12:31: i found in documentation the sentence: "...This will not work if you use official, precompiled export templates. It is absolutely required to compile your own export templates to use PCK encryption...."
is that the problem, that i have to compile my own export templates??
Edit: 12:43: ok i followed the docu with own key, now the exe works with encryption. SOLVED.