nvm we fixed it #1885
Unanswered
Hexzoi
asked this question in
Player support
nvm we fixed it
#1885
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My friend is having issues running fabric, it always says they're missing mods or that the zip END header is not found, but we're not sure what any of this means, any help? They've tried reinstalling things multiple times to see if that helps, but we just can't figure it out since none of us know code. This is the only crash report they're been getting. Btw they can't seem to open the "... 6 more" option at the bottom either.
java.lang.RuntimeException: Failed to find root directory for mod 'apoli'!
at net.fabricmc.loader.impl.ModContainerImpl.obtainRootPath(ModContainerImpl.java:83)
at net.fabricmc.loader.impl.ModContainerImpl.getRootPath(ModContainerImpl.java:59)
at net.fabricmc.loader.api.ModContainer.getPath(ModContainer.java:61)
at net.fabricmc.loader.impl.FabricLoaderImpl.loadAccessWideners(FabricLoaderImpl.java:473)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:145)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:71)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.util.zip.ZipException: zip END header not found
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.findEND(ZipFileSystem.java:1315)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.initCEN(ZipFileSystem.java:1529)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.(ZipFileSystem.java:174)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getZipFileSystem(ZipFileSystemProvider.java:125)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.newFileSystem(ZipFileSystemProvider.java:106)
at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:339)
at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:288)
at net.fabricmc.loader.impl.util.FileSystemUtil.getJarFileSystem(FileSystemUtil.java:79)
at net.fabricmc.loader.impl.util.FileSystemUtil.getJarFileSystem(FileSystemUtil.java:66)
at net.fabricmc.loader.impl.ModContainerImpl.obtainRootPath(ModContainerImpl.java:72)
... 6 more
Beta Was this translation helpful? Give feedback.
All reactions