shinyquagsire23 / makefst

CDN FST packer and packager for Wii U homebrew
MIT License
13 stars 0 forks source link

mz_zip_writer_add_mem failed! #3

Open mariogamer2 opened 7 years ago

mariogamer2 commented 7 years ago

I used this to make a woomy of hbl here is the command:

./makefst -out hb.woomy /home/mariogamer/homebrew_launcher/channel -name "Homebrew Launcher" -icon /home/mariogamer/homebrew_launcher/channel/meta/iconTex.tga -verbose

It give me the title error. Also where do I put the common key?

CreeperMario commented 7 years ago

Also where do I put the common key?

Makefst does not encrypt the final package, so the common key is not necessary. Not sure what that error means, though. Obviously something to do with not being able to allocate a ZIP file in memory.