fabric-loader icon indicating copy to clipboard operation
fabric-loader copied to clipboard

Uncaught exception in thread "main"

Open NotDizzZy opened this issue 2 years ago • 3 comments

NotDizzZy avatar Apr 24 '22 13:04 NotDizzZy

Uncaught exception in thread "main" net.fabricmc.loader.impl.util.ExceptionUtil$WrappedException: java.io.IOException: error reading C:\Users\HP\AppData\Roaming.minecraft\versions\fabric-loader-0.14.2-1.16.5\fabric-loader-0.14.2-1.16.5.jar at net.fabricmc.loader.impl.util.ExceptionUtil.wrap(ExceptionUtil.java:51) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.locateGame(MinecraftGameProvider.java:230) at net.fabricmc.loader.impl.launch.knot.Knot.createGameProvider(Knot.java:177) 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) Caused by: java.io.IOException: error reading C:\Users\HP\AppData\Roaming.minecraft\versions\fabric-loader-0.14.2-1.16.5\fabric-loader-0.14.2-1.16.5.jar at net.fabricmc.loader.impl.game.LibClassifier.process(LibClassifier.java:162) at net.fabricmc.loader.impl.game.LibClassifier.process(LibClassifier.java:109) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.locateGame(MinecraftGameProvider.java:186) ... 4 more Caused by: java.util.zip.ZipException: zip file is empty at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(ZipFile.java:220) at java.util.zip.ZipFile.(ZipFile.java:150) at java.util.zip.ZipFile.(ZipFile.java:164) at net.fabricmc.loader.impl.game.LibClassifier.process(LibClassifier.java:149) ... 6 more

NotDizzZy avatar Apr 24 '22 13:04 NotDizzZy

image

NotDizzZy avatar Apr 24 '22 13:04 NotDizzZy

The vanilla launcher normally replaces the jar file at this location with a copy of the vanilla client jar (with Loader's name, but still vanilla mc client jar). This for some reason doesn't happen for you, anything unusual about your launcher?

sfPlayer1 avatar Apr 24 '22 22:04 sfPlayer1

👋 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.

github-actions[bot] avatar Feb 05 '23 21:02 github-actions[bot]