fabric "Uncaught exception in thread 'main'" #2267
Replies: 3 comments 12 replies
-
|
Caused by: java.io.IOException: error opening C:\Users\logan\AppData\Roaming.minecraft.fabric\remappedJars\minecraft-1.18.2-0.14.6\client-intermediary.jar: java.util.zip.ZipException: zip This is telling you that you have a corrupt zip file in your folder. try deleting the .fabric folder from your .minecraft folder and running the game again |
Beta Was this translation helpful? Give feedback.
-
|
K, I did that and ended up with a Hypervisor error BSOD... I'm starting to wonder if my OS is corrupted... the only problem there is this is only happening when I try to run anything minecraft related... I haven't had this issue with anything else... |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I'm having a very similar issue. I've tried sfc, MdSched, chkdsk, and updating GPU drivers, but nothing helps. I'm not getting a BSOD though, just an instant reboot (Kernel-Power event ID 41). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
trying to launch fabric or any other version (forge or what ever else) and I get the following error...
Uncaught exception in thread "main"
net.fabricmc.loader.impl.util.ExceptionUtil$WrappedException: java.io.IOException: error opening C:\Users\logan\AppData\Roaming.minecraft.fabric\remappedJars\minecraft-1.18.2-0.14.6\client-intermediary.jar: java.util.zip.ZipException: zip END header not found
at net.fabricmc.loader.impl.util.ExceptionUtil.wrap(ExceptionUtil.java:51)
at net.fabricmc.loader.impl.game.patch.GameTransformer.lambda$locateEntrypoints$0(GameTransformer.java:87)
at net.fabricmc.loader.impl.game.minecraft.patch.EntrypointPatch.process(EntrypointPatch.java:62)
at net.fabricmc.loader.impl.game.patch.GameTransformer.locateEntrypoints(GameTransformer.java:92)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.initialize(MinecraftGameProvider.java:339)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:142)
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 opening C:\Users\logan\AppData\Roaming.minecraft.fabric\remappedJars\minecraft-1.18.2-0.14.6\client-intermediary.jar: java.util.zip.ZipException: zip END header not found
at net.fabricmc.loader.impl.util.SimpleClassPath.getEntry(SimpleClassPath.java:80)
at net.fabricmc.loader.impl.game.patch.GameTransformer.lambda$locateEntrypoints$0(GameTransformer.java:78)
... 6 more
Caused by: java.util.zip.ZipException: zip END header not found
at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1469)
at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1477)
at java.base/java.util.zip.ZipFile$Source.(ZipFile.java:1315)
at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1277)
at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:709)
at java.base/java.util.zip.ZipFile.(ZipFile.java:243)
at java.base/java.util.zip.ZipFile.(ZipFile.java:172)
at java.base/java.util.zip.ZipFile.(ZipFile.java:186)
at net.fabricmc.loader.impl.util.SimpleClassPath.getEntry(SimpleClassPath.java:78)
... 7 more
I have no idea what is going on here... can anyone help me out here?
I'm worried it might be something with my system (I'm running on the bleeding edge of 12th gen intel and ddr5) as I've been getting a lot of BSODs any time that I try and launch the normal version of minecraft. (code clock_Watchdog_timeout) I updated all of the drivers needed for my mother board chipset and what not else and the normal version works now. Now I just get this error above any time I try to launch fabric or forge. I'm at a loss...
I am running on the newest fabric loader 0.14.6 already (that was a suggestion I saw in a few other posts) and I've made it a point to update all of the mods that I have on my setup.
Beta Was this translation helpful? Give feedback.
All reactions