Error unknown error when packaging for Windows 64?

I have been attempting to package my game for windows 64Bit but to no avail. The output log throws the error unknown error and I’ve tried to spot any errors in the rest of the output log but haven’t found any. I’ve also tried deleting the config, intermediate and Saved folders but this did not work either. Here is the output log, any help is appreciated.

http:///dkynzi5t

Hello ASHLEYHJC,

It seems that this is the only real error message that is shown:

MainFrameActions: Packaging (Windows (64-bit)): Program.Main: ERROR: AutomationTool terminated with exception: System.IO.InvalidDataException: Found invalid data while decoding.

This user seems to have gotten the same error and found out that the issue is related to his custom icon, which you can find by looking at the link he posted in his comment.

Do you have a custom icon that could be causing this issue?

1 Like

Thank you so much, yes I did have a custom icon the game packaged fine as soon as I removed it. Who knew something so simple could cause such a problem haha. Thanks again!