Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fabric trying to unzip a .pom dependency #1200

Open
NGSpace opened this issue Oct 24, 2024 · 0 comments
Open

Fabric trying to unzip a .pom dependency #1200

NGSpace opened this issue Oct 24, 2024 · 0 comments

Comments

@NGSpace
Copy link

NGSpace commented Oct 24, 2024

Uncaught exception in thread "main"
net.fabricmc.loader.impl.util.ExceptionUtil$WrappedException: java.io.IOException: error reading /home/computer/.gradle/caches/modules-2/files-2.1/org.graalvm.polyglot/js/24.1.1/c409c1cba080c71c6ca178b762406bcc1ca9352f/js-24.1.1.pom
at net.fabricmc.loader.impl.util.ExceptionUtil.wrap(ExceptionUtil.java:51)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.locateGame(MinecraftGameProvider.java:241)
at net.fabricmc.loader.impl.launch.knot.Knot.createGameProvider(Knot.java:175)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:130)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.io.IOException: error reading /home/computer/.gradle/caches/modules-2/files-2.1/org.graalvm.polyglot/js/24.1.1/c409c1cba080c71c6ca178b762406bcc1ca9352f/js-24.1.1.pom
at net.fabricmc.loader.impl.game.LibClassifier.process(LibClassifier.java:216)
at net.fabricmc.loader.impl.game.LibClassifier.process(LibClassifier.java:163)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.locateGame(MinecraftGameProvider.java:190)
... 5 more
Caused by: java.util.zip.ZipException: zip END header not found
at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1695)
at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1703)
at java.base/java.util.zip.ZipFile$Source.(ZipFile.java:1541)
at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1504)
at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:724)
at java.base/java.util.zip.ZipFile.(ZipFile.java:251)
at java.base/java.util.zip.ZipFile.(ZipFile.java:180)
at java.base/java.util.zip.ZipFile.(ZipFile.java:194)
at net.fabricmc.loader.impl.game.LibClassifier.process(LibClassifier.java:203)
... 7 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant