Hi, I've been working on a decal pack for CoH2, and it's pretty much done and completely functional, except I can't get it to have an icon. Whenever I have an icon .png present anywhere in the mod, I get the following error when building it:
Error building KingdomOfAurelia.mod: C:\Program Files\Java\jre1.8.0_181\bin\java.exe failed with exit code 1
If i remove the icon image from the mod, and do nothing else, it builds perfectly fine. If i leave the icon, but delete the burn icon path in the builder, it also works fine, but of course then there's no icon ingame.
My burn icons is set up like this:
and the path in the attribute file is: ModIcons_1492f6d1192b4740b5bb28f160dd894b_icon
the icon is a 64x64 .png
here's where the icon is placed in the mod:
(C:\Users\xZEUS\Documents\my games\Company of Heroes 2\mod projects\KingdomOfAurelia\data\ui)
this error seems to happen no matter what, even when creating an entirely new decal mod with the builder, changing nothing what so ever, building it still gets this error when there is an icon present.
Any help would be greatly appreciated, as I've got no idea what the issue is here.