-
Notifications
You must be signed in to change notification settings - Fork 7
Description
ModVersion Info:
- Java version (1.8.0_144)
- Slay the Spire (07-17-2019)
- ModTheSpire (3.14.1)
Mod list: - basemod (5.15.1)
- GooglyMod (1.7.2)
- stslib (1.17.1)
- hubris (0.24.0)
- ReplayTheSpireMod (1.5.1)
- TheJungle (1.5.1)
- UnceasingTurnReminder (1.0)
Begin patching...
Patching enums...
java.lang.RuntimeException: failed to browse jar
at org.scannotation.archiveiterator.JarIterator.setNext(JarIterator.java:52)
at org.scannotation.archiveiterator.JarIterator.next(JarIterator.java:59)
at org.scannotation.AnnotationDB.scanArchives(AnnotationDB.java:326)
at com.evacipated.cardcrawl.modthespire.Patcher.patchEnums(Patcher.java:107)
at com.evacipated.cardcrawl.modthespire.Patcher.patchEnums(Patcher.java:98)
at com.evacipated.cardcrawl.modthespire.Loader.runMods(Loader.java:351)
at com.evacipated.cardcrawl.modthespire.ui.ModSelectWindow.lambda$null$1(ModSelectWindow.java:269)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.zip.ZipException: invalid literal/lengths set
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:194)
at java.util.jar.JarInputStream.read(JarInputStream.java:207)
at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:140)
at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:118)
at java.util.jar.JarInputStream.getNextEntry(JarInputStream.java:142)
at java.util.jar.JarInputStream.getNextJarEntry(JarInputStream.java:179)
at org.scannotation.archiveiterator.JarIterator.setNext(JarIterator.java:43)
... 7 more