1
Making a resource pack.
So I have a normal folder and a zip file containing the exact same contents. When I use the folder as a resource pack, the sounds and textures load. When I try to use the zip file it gives this error:
Caught error stitching, removing all assigned resourcepacks
java.lang.IllegalArgumentException: MALFORMED
at java.util.zip.ZipCoder.toString(Unknown Source) ~[?:1.8.0_31]
at java.util.zip.ZipFile.getZipEntry(Unknown Source) ~[?:1.8.0_31]
at java.util.zip.ZipFile.access$900(Unknown Source) ~[?:1.8.0_31]
at java.util.zip.ZipFile$ZipEntryIterator.next(Unknown Source) ~[?:1.8.0_31]
at java.util.zip.ZipFile$ZipEntryIterator.nextElement(Unknown Source) ~[?:1.8.0_31]
at java.util.zip.ZipFile$ZipEntryIterator.nextElement(Unknown Source) ~[?:1.8.0_31]
at bnd.c(SourceFile:69) ~[1.8.3.jar:?]
at bno.a(SourceFile:34) ~[1.8.3.jar:?]
at bno.a(SourceFile:89) ~[1.8.3.jar:?]
at avf.e(SourceFile:652) [1.8.3.jar:?]
at azp.a(SourceFile:161) [1.8.3.jar:?]
at axv.a(SourceFile:350) [1.8.3.jar:?]
at azp.a(SourceFile:169) [1.8.3.jar:?]
at axv.k(SourceFile:413) [1.8.3.jar:?]
at azp.k(SourceFile:74) [1.8.3.jar:?]
at axv.p(SourceFile:390) [1.8.3.jar:?]
at avf.s(SourceFile:1497) [1.8.3.jar:?]
at avf.av(SourceFile:888) [1.8.3.jar:?]
at avf.a(SourceFile:325) [1.8.3.jar:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [1.8.3.jar:?]
Anybody help?
Caught error stitching, removing all assigned resourcepacks
java.lang.IllegalArgumentException: MALFORMED
at java.util.zip.ZipCoder.toString(Unknown Source) ~[?:1.8.0_31]
at java.util.zip.ZipFile.getZipEntry(Unknown Source) ~[?:1.8.0_31]
at java.util.zip.ZipFile.access$900(Unknown Source) ~[?:1.8.0_31]
at java.util.zip.ZipFile$ZipEntryIterator.next(Unknown Source) ~[?:1.8.0_31]
at java.util.zip.ZipFile$ZipEntryIterator.nextElement(Unknown Source) ~[?:1.8.0_31]
at java.util.zip.ZipFile$ZipEntryIterator.nextElement(Unknown Source) ~[?:1.8.0_31]
at bnd.c(SourceFile:69) ~[1.8.3.jar:?]
at bno.a(SourceFile:34) ~[1.8.3.jar:?]
at bno.a(SourceFile:89) ~[1.8.3.jar:?]
at avf.e(SourceFile:652) [1.8.3.jar:?]
at azp.a(SourceFile:161) [1.8.3.jar:?]
at axv.a(SourceFile:350) [1.8.3.jar:?]
at azp.a(SourceFile:169) [1.8.3.jar:?]
at axv.k(SourceFile:413) [1.8.3.jar:?]
at azp.k(SourceFile:74) [1.8.3.jar:?]
at axv.p(SourceFile:390) [1.8.3.jar:?]
at avf.s(SourceFile:1497) [1.8.3.jar:?]
at avf.av(SourceFile:888) [1.8.3.jar:?]
at avf.a(SourceFile:325) [1.8.3.jar:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [1.8.3.jar:?]
Anybody help?
12
Turns out your filenames shouldn't have accented characters like this À.
you have to do is put the items from the normal unzipped folder into a new zipped folder. ( not the whole unzipped folder just the stuff inside)
Ok found the problem. Turns out you can't have sounds with weird characters.
This is what I see when I double click my .zip:
https://www.dropbox.com/s/ayv0b5uh1iw5x ... e.PNG?dl=0
https://www.dropbox.com/s/ayv0b5uh1iw5x ... e.PNG?dl=0
You're missing your pack image. Add a 256 x 256 image called pack into the folder.
I'm making a resource pack for my server. I need it to be in a .zip to make it sendable from the server.
When you open the .zip, are you seeing the folder containing the assets, or are you seeing the assets, pack.png, etc.?
That could be a problem. You might be zipping the folder containing the assets, when you need to be highlighting all the assets, pack.png, ect. and zip that.


That could be a problem. You might be zipping the folder containing the assets, when you need to be highlighting all the assets, pack.png, ect. and zip that.


I had the same guess when i saw this !
um do maybe you need to compress that into a folder idk. what part of the resource pack is that?
I literally do not know, never seen this problem before :/
My guess would be that the .zip would need to be unpacked into a normal folder, but I'm not sure.
Anybody help?
