This is something that just started today. I've been using TreeCapitator with Direwolf's 1.6 modpack just fine, but today I found that it's not loading up. The error logs showing that it's 'not a mod file' and that it 'failed to load dependencies'
Below is the error log and everything to do with TreeCapitator and it's defendant mod bspkrsCore.
Then the big ones.
So why is this all of a sudden not reading it right? I even re-downloaded both mods but they refuse to load?
Below is the error log and everything to do with TreeCapitator and it's defendant mod bspkrsCore.
Code:
2014-01-14 00:11:46 [INFO] [STDERR] CodeChickenCore: Failed to read jar file: [1.6.4]bspkrsCorev5.2.zip
2014-01-14 00:11:46 [INFO] [STDERR] CodeChickenCore: Failed to read jar file: [1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip
2014-01-14 00:11:53 [FINE] [ForgeModLoader] Found a candidate zip or jar file [1.6.4]bspkrsCorev5.2.zip
2014-01-14 00:11:53 [FINE] [ForgeModLoader] Found a candidate zip or jar file [1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip
2014-01-14 00:11:54 [FINE] [ForgeModLoader] Examining file [1.6.4]bspkrsCorev5.2.zip for potential mods
2014-01-14 00:11:54 [WARNING] [ForgeModLoader] Zip file [1.6.4]bspkrsCorev5.2.zip failed to read properly, it will be ignored
java.util.zip.ZipException: error in opening zip file
2014-01-14 00:11:54 [FINE] [ForgeModLoader] Examining file [1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip for potential mods
2014-01-14 00:11:54 [WARNING] [ForgeModLoader] Zip file [1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip failed to read properly, it will be ignored
2014-01-14 00:11:57 [INFO] [ForgeModLoader] FML has found a non-mod file [1.6.4]bspkrsCorev5.2.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2014-01-14 00:11:57 [INFO] [ForgeModLoader] FML has found a non-mod file [1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
Then the big ones.
Code:
2014-01-14 00:11:54 [FINE] [ForgeModLoader] Examining file [1.6.4]bspkrsCorev5.2.zip for potential mods
2014-01-14 00:11:54 [WARNING] [ForgeModLoader] Zip file [1.6.4]bspkrsCorev5.2.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.jar.JarFile.<init>(Unknown Source)
at java.util.jar.JarFile.<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:71)
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:137)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:353)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-01-14 00:11:54 [FINE] [ForgeModLoader] Examining file [1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip for potential mods
2014-01-14 00:11:54 [WARNING] [ForgeModLoader] Zip file [1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.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.jar.JarFile.<init>(Unknown Source)
at java.util.jar.JarFile.<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:71)
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:137)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:353)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
So why is this all of a sudden not reading it right? I even re-downloaded both mods but they refuse to load?