Direwolf20's 1.6 pack and TreeCapitator?

Taiine

New Member
Jul 29, 2019
176
0
0
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.


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?
 

Nooska

New Member
Jul 29, 2019
32
0
0
While not an input on the actual error, with Tinkers Construct, you don't really need Treecapitator, just make lumber axes (you can make them woithout the smeltery out of stone for instance).
 
  • Like
Reactions: RedBoss

Algester

New Member
Jul 29, 2019
378
0
0
treecapitator with tinker's construct can also destroy your game just make the lumber axe else you can use MFR's tree farm LOL
 

Jnelso99

Well-Known Member
Feb 24, 2013
43
35
94
I've used Treecapitator with FTB and RR with no issues beyond some tools not capitating trees, and some trees not being, um, capitatable. The errors seem to indicate corrupted files. I would try redownloading them and see what happens.