Created
October 31, 2012 17:29
-
-
Save bryanchriswhite/3988502 to your computer and use it in GitHub Desktop.
Noticed an error in the console.. didn't seem to affect runtime (yet)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-10-31 13:25:51 [INFO] [STDERR] java.lang.ClassNotFoundException: forestry.plugins.PluginInfo | |
2012-10-31 13:25:51 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141) | |
2012-10-31 13:25:51 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) | |
2012-10-31 13:25:51 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:247) | |
2012-10-31 13:25:51 [INFO] [STDERR] at forestry.plugins.PluginManager.addPlugin(PluginManager.java:173) | |
2012-10-31 13:25:51 [INFO] [STDERR] at forestry.plugins.PluginManager.loadIncludedPlugins(PluginManager.java:77) | |
2012-10-31 13:25:51 [INFO] [STDERR] at forestry.plugins.PluginManager.loadPlugins(PluginManager.java:36) | |
2012-10-31 13:25:51 [INFO] [STDERR] at forestry.core.ForestryCore.preInit(ForestryCore.java:52) | |
2012-10-31 13:25:51 [INFO] [STDERR] at forestry.Forestry.preInit(Forestry.java:31) | |
2012-10-31 13:25:51 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
2012-10-31 13:25:51 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
2012-10-31 13:25:51 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
2012-10-31 13:25:51 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | |
2012-10-31 13:25:51 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440) | |
2012-10-31 13:25:51 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) | |
2012-10-31 13:25:51 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
2012-10-31 13:25:51 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | |
2012-10-31 13:25:51 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) | |
2012-10-31 13:25:51 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) | |
2012-10-31 13:25:51 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) | |
2012-10-31 13:25:51 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) | |
2012-10-31 13:25:51 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) | |
2012-10-31 13:25:51 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140) | |
2012-10-31 13:25:51 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
2012-10-31 13:25:51 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
2012-10-31 13:25:51 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
2012-10-31 13:25:51 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | |
2012-10-31 13:25:51 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) | |
2012-10-31 13:25:51 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) | |
2012-10-31 13:25:51 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) | |
2012-10-31 13:25:51 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) | |
2012-10-31 13:25:51 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) | |
2012-10-31 13:25:51 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83) | |
2012-10-31 13:25:51 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:480) | |
2012-10-31 13:25:51 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:150) | |
2012-10-31 13:25:51 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:420) | |
2012-10-31 13:25:51 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:752) | |
2012-10-31 13:25:51 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:680) | |
2012-10-31 13:25:51 [INFO] [STDERR] Caused by: java.lang.NullPointerException | |
2012-10-31 13:25:53 [WARNING] [ForgeModLoader] Forestry: Using outdated version [1.6.0.0pre4 (build:12)] for Minecraft 1.4.2. Consider updating. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment