Jump to content

Unzip error IllegalArgumentException while parsing next element


Ferrent

Recommended Posts

I'm working on a decently large modpack that does work in game. I looked up the issue and haven't found anything wrong in my pack

The modpack gets downloaded but doesn't unzip when it tries to unzip the mods

Dropbox: https://dl.dropbox.com/s/u8yixg2mk242o4c/modpack.zip?dl=1

Api link: http://api.technicpack.net/modpack/enmitys-space

[B#360] java.util.zip.ZipException: IllegalArgumentException while parsing next element.
[B#360] 	at net.technicpack.utilslib.ZipUtils.unzipFile(ZipUtils.java:141)
[B#360] 	at net.technicpack.launchercore.install.tasks.UnzipFileTask.runTask(UnzipFileTask.java:59)
[B#360] 	at net.technicpack.launchercore.install.tasks.TaskGroup.runTask(TaskGroup.java:86)
[B#360] 	at net.technicpack.launchercore.install.InstallTasksQueue.runAllTasks(InstallTasksQueue.java:52)
[B#360] 	at net.technicpack.launchercore.install.ModpackInstaller.installPack(ModpackInstaller.java:42)
[B#360] 	at net.technicpack.launcher.launch.Installer$1.run(Installer.java:124)
[B#360] 	at java.lang.Thread.run(Thread.java:748)


 

Link to comment
Share on other sites

On 9-8-2018 at 3:43 AM, Ferrent said:

I'm working on a decently large modpack that does work in game. I looked up the issue and haven't found anything wrong in my pack

The modpack gets downloaded but doesn't unzip when it tries to unzip the mods

Dropbox: https://dl.dropbox.com/s/u8yixg2mk242o4c/modpack.zip?dl=1

Api link: http://api.technicpack.net/modpack/enmitys-space

This issue originates from the Contentspack folder which is located in the Flans folder. I dunno what's wrong exactly, but there's a lot of random character folder names in there, and that usually tends to break unzipping.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...