Slay the Spire

Slay the Spire

ModTheSpire
Arbiter Mar 17, 2022 @ 9:35pm
Can't run the game itself.
Dunno what else to say, but the game won't properly launch. Better way to describe it is, whenever I select "play" regardless of whatever mods I have selected, it will always result in a error around 5-20 seconds after it begins to patch the mods. I don't know why, so could somebody assist me?

Here's what it says every time as well:

Begin patching...
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.sideloadMods(Patcher.java:77)
at com.evacipated.cardcrawl.modthespire.Loader.runMods(Loader.java:386)
at com.evacipated.cardcrawl.modthespire.ui.ModSelectWindow.lambda$null$1(ModSelectWindow.java:278)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.zip.ZipException: invalid entry CRC (expected 0xcccc5b3a but got 0x9c5d38b5)
at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:394)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:196)
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)
... 6 more