Jump to content

Recommended Posts

Posted

I've recently done too much update of my mod, but I never knew that forge can't load it, but every player seems to don't have this problem, but me yes..

 

I'll put some pictures

gl5CN6V.png

 

But when I launch MC....:

gEENCa0.png

 

1 question: WHY?

 

This is my log

 

2013-03-29 20:45:43 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Documenti\AppData\Roaming\.minecraft\lib\scala-library.jar
2013-03-29 20:45:43 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2013-03-29 20:45:43 [iNFO] [ForgeModLoader] Searching C:\Users\Documenti\AppData\Roaming\.minecraft\mods for mods
2013-03-29 20:45:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file [1.5.1]Eternals Swords Secret Update [Forge].jar
2013-03-29 20:45:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file [1.5.1]Eternals Swords Secret Update [Forge].zip
2013-03-29 20:45:43 [FINE] [ForgeModLoader] Found a candidate zip or jar file SAP_ManPack_v141.jar
2013-03-29 20:45:43 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2013-03-29 20:45:43 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2013-03-29 20:45:44 [FINE] [ForgeModLoader] Examining file [1.5.1]Eternals Swords Secret Update [Forge].jar for potential mods
2013-03-29 20:45:44 [WARNING] [ForgeModLoader] Zip file [1.5.1]Eternals Swords Secret Update [Forge].jar failed to read properly, it will be ignored
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:41)
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42)
at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:64)
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:115)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:346)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:729)
at java.lang.Thread.run(Unknown Source)
2013-03-29 20:45:44 [FINE] [ForgeModLoader] Examining file [1.5.1]Eternals Swords Secret Update [Forge].zip for potential mods
2013-03-29 20:45:44 [WARNING] [ForgeModLoader] Zip file [1.5.1]Eternals Swords Secret Update [Forge].zip failed to read properly, it will be ignored
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:41)
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42)
at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:64)
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:115)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:346)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:729)
at java.lang.Thread.run(Unknown Source)

No errors in my mod, just some errors in the common of Minecraft Forge

Posted

2013-03-29 20:45:44 [WARNING] [ForgeModLoader] Zip file [1.5.1]Eternals Swords Secret Update [Forge].zip failed to read properly, it will be ignored
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:41)
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42)
at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:64)
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:115)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:346)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:729)
at java.lang.Thread.run(Unknown Source)

 

Sure... errors in the common of Forge...  ::)

Your ZIP is somehow corrupted, therefore Forge can't open it. Either try again until it works, or get 7zip.

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Posted

2013-03-29 20:45:44 [WARNING] [ForgeModLoader] Zip file [1.5.1]Eternals Swords Secret Update [Forge].zip failed to read properly, it will be ignored
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:41)
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42)
at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:64)
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:115)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:346)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:729)
at java.lang.Thread.run(Unknown Source)

 

Sure... errors in the common of Forge...  ::)

Your ZIP is somehow corrupted, therefore Forge can't open it. Either try again until it works, or get 7zip.

Thanks!!! 7-Zip worked! You was very very hopefully! You're one of the best modders :PPP

Posted

2013-03-29 20:45:44 [WARNING] [ForgeModLoader] Zip file [1.5.1]Eternals Swords Secret Update [Forge].zip failed to read properly, it will be ignored
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:41)
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42)
at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:64)
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:115)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:346)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:729)
at java.lang.Thread.run(Unknown Source)

 

Sure... errors in the common of Forge...  ::)

Your ZIP is somehow corrupted, therefore Forge can't open it. Either try again until it works, or get 7zip.

 

That did not work for me. it still says it. i have checked if it is corrupted, it wasnt. i used Zzip and it is still not working!!!  :-\

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.