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

Closed
NGSpace opened this issue Oct 24, 2024 · 1 comment
Closed

Fabric trying to unzip a .pom dependency #1200

NGSpace opened this issue Oct 24, 2024 · 1 comment

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

@modmuss50
Copy link
Member

👋 We use the issue tracker exclusively for final bug reports and feature requests. However, this issue appears to be better suited for either a discussion thread, or a message on our discord server. Please post your request on one of these, and the conversation can continue there.

@modmuss50 modmuss50 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 26, 2025
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

2 participants