Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I keep getting an error when processing clothes or hair 
"

Now processing boxr_v01

Unhandled Exception: System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.

   at System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams)

   at System.Drawing.Image.Save(String filename, ImageFormat format)

   at Mana_Seed_Tools.Program.PackFiles(String outputFileName, Bitmap[] sources)

   at Mana_Seed_Tools.Program.Main(String[] args)"


Any help with this? I followed your video but i keep getting this error on most of the processing

Hmm interesting, I am getting the same problem. And it wasn't doing this before, nor has the source code for the packer been updated.  I wonder if maybe a code library for .NET was updated?  I'll have to do some research and look further into this.  Thanks for letting me know!

Alright, I figured it out. The problem isn't with the tool, it's the layout of your output folder. In your output folder you MUST have the folders 0bot, 1out, 2clo, 3fac, 4har, 5hat, 6tla, and 7tlb. If you remove those folders it will generate this error upon trying to save the packed image file. The layout of your input folder doesn't matter, you can use the original file structure included in Seliel's zip files, or throw just the .png files in there and it will work just fine. But in the output folder, you MUST have those folders present that I mentioned.