http://pastebin.com/xvMXSdZy
I've noticed this in quite a few releases of FTB, and was wondering, should I be worried about this? What's causing it? From what i can tell reading the messages generated, it has something to do with forestry and chicken core. I'm currently running the new Unleashed pack btw.
EDIT: Note that this isn't actually restraining me from playing or anything; game seems to be working just fine, which is why I'm wondering what it is/what is causing it. Knowledge makes one sleep well at night, or so I'm told.
Here's some of it, full log is in the link above:
I've noticed this in quite a few releases of FTB, and was wondering, should I be worried about this? What's causing it? From what i can tell reading the messages generated, it has something to do with forestry and chicken core. I'm currently running the new Unleashed pack btw.
EDIT: Note that this isn't actually restraining me from playing or anything; game seems to be working just fine, which is why I'm wondering what it is/what is causing it. Knowledge makes one sleep well at night, or so I'm told.
Here's some of it, full log is in the link above:
Code:
2013-07-20 21:36:25 [INFO] [STDERR] java.util.zip.ZipException: error in opening zip file
2013-07-20 21:36:25 [INFO] [STDERR] at java.util.zip.ZipFile.open(Native Method)
2013-07-20 21:36:25 [INFO] [STDERR] at java.util.zip.ZipFile.<init>(Unknown Source)
2013-07-20 21:36:25 [INFO] [STDERR] at java.util.zip.ZipFile.<init>(Unknown Source)
2013-07-20 21:36:25 [INFO] [STDERR] at java.util.jar.JarFile.<init>(Unknown Source)
2013-07-20 21:36:25 [INFO] [STDERR] at java.util.jar.JarFile.<init>(Unknown Source)
2013-07-20 21:36:25 [INFO] [STDERR] at codechicken.core.asm.CodeChickenCorePlugin.scanCodeChickenMods(CodeChickenCorePlugin.java:147)
2013-07-20 21:36:25 [INFO] [STDERR] at codechicken.core.asm.CodeChickenCorePlugin.call(CodeChickenCorePlugin.java:125)
2013-07-20 21:36:25 [INFO] [STDERR] at codechicken.core.asm.CodeChickenCorePlugin.call(CodeChickenCorePlugin.java:1)
2013-07-20 21:36:25 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:302)
2013-07-20 21:36:25 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
2013-07-20 21:36:25 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2013-07-20 21:36:25 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
2013-07-20 21:36:25 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-07-20 21:36:25 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:85)
2013-07-20 21:36:25 [INFO] [STDERR] at net.ftb.mclauncher.MinecraftFrame.start(MinecraftFrame.java:149)
2013-07-20 21:36:25 [INFO] [STDERR] at net.ftb.mclauncher.MinecraftLauncher.main(MinecraftLauncher.java:211)
2013-07-20 21:36:25 [INFO] [STDERR] CodeChickenCore: Failed to read jar file: magicbees-2.0.5.jar
Code:
2013-07-20 21:36:37 [INFO] [STDERR] java.lang.RuntimeException: java.util.zip.ZipException: invalid distance too far back
2013-07-20 21:36:37 [INFO] [STDERR] at forestry.plugins.PluginManager.loadPluginsFromFile(PluginManager.java:114)
2013-07-20 21:36:37 [INFO] [STDERR] at forestry.plugins.PluginManager.loadExternalPlugins(PluginManager.java:79)
2013-07-20 21:36:37 [INFO] [STDERR] at forestry.plugins.PluginManager.loadPlugins(PluginManager.java:38)
2013-07-20 21:36:37 [INFO] [STDERR] at forestry.core.ForestryCore.preInit(ForestryCore.java:48)
2013-07-20 21:36:37 [INFO] [STDERR] at forestry.Forestry.preInit(Forestry.java:39)
2013-07-20 21:36:37 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-20 21:36:37 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-07-20 21:36:37 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-07-20 21:36:37 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-07-20 21:36:37 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-07-20 21:36:37 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2013-07-20 21:36:37 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-07-20 21:36:37 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-07-20 21:36:37 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-07-20 21:36:37 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-07-20 21:36:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-07-20 21:36:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-07-20 21:36:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-07-20 21:36:37 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-07-20 21:36:37 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-07-20 21:36:37 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-07-20 21:36:37 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-07-20 21:36:37 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-07-20 21:36:37 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-07-20 21:36:37 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-07-20 21:36:37 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-07-20 21:36:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-07-20 21:36:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-07-20 21:36:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-07-20 21:36:37 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-07-20 21:36:37 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
2013-07-20 21:36:37 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)
2013-07-20 21:36:37 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
2013-07-20 21:36:37 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-07-20 21:36:37 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-07-20 21:36:37 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-07-20 21:36:37 [INFO] [STDERR] Caused by: java.util.zip.ZipException: invalid distance too far back
2013-07-20 21:36:37 [INFO] [STDERR] at java.util.zip.InflaterInputStream.read(Unknown Source)
2013-07-20 21:36:37 [INFO] [STDERR] at java.util.zip.ZipInputStream.read(Unknown Source)
2013-07-20 21:36:37 [INFO] [STDERR] at java.util.zip.ZipInputStream.closeEntry(Unknown Source)
2013-07-20 21:36:37 [INFO] [STDERR] at java.util.zip.ZipInputStream.getNextEntry(Unknown Source)
2013-07-20 21:36:37 [INFO] [STDERR] at forestry.plugins.PluginManager.loadPluginsFromFile(PluginManager.java:99)
2013-07-20 21:36:37 [INFO] [STDERR] ... 35 more