Advertisement
Guest User

Untitled

a guest
Nov 10th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. 2012-11-10 20:03:28 [INFO] [STDERR] java.lang.ClassNotFoundException: forestry.plugins.PluginInfo
  2. 2012-11-10 20:03:28 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
  3. 2012-11-10 20:03:28 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
  4. 2012-11-10 20:03:28 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
  5. 2012-11-10 20:03:28 [INFO] [STDERR] at forestry.plugins.PluginManager.addPlugin(PluginManager.java:173)
  6. 2012-11-10 20:03:28 [INFO] [STDERR] at forestry.plugins.PluginManager.loadIncludedPlugins(PluginManager.java:77)
  7. 2012-11-10 20:03:28 [INFO] [STDERR] at forestry.plugins.PluginManager.loadPlugins(PluginManager.java:36)
  8. 2012-11-10 20:03:28 [INFO] [STDERR] at forestry.core.ForestryCore.preInit(ForestryCore.java:52)
  9. 2012-11-10 20:03:28 [INFO] [STDERR] at forestry.Forestry.preInit(Forestry.java:31)
  10. 2012-11-10 20:03:28 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11. 2012-11-10 20:03:28 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  12. 2012-11-10 20:03:28 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13. 2012-11-10 20:03:28 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
  14. 2012-11-10 20:03:28 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
  15. 2012-11-10 20:03:28 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  16. 2012-11-10 20:03:28 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. 2012-11-10 20:03:28 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
  18. 2012-11-10 20:03:28 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  19. 2012-11-10 20:03:28 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  20. 2012-11-10 20:03:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  21. 2012-11-10 20:03:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  22. 2012-11-10 20:03:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  23. 2012-11-10 20:03:28 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
  24. 2012-11-10 20:03:28 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. 2012-11-10 20:03:28 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  26. 2012-11-10 20:03:28 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  27. 2012-11-10 20:03:28 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
  28. 2012-11-10 20:03:28 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  29. 2012-11-10 20:03:28 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  30. 2012-11-10 20:03:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  31. 2012-11-10 20:03:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  32. 2012-11-10 20:03:28 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  33. 2012-11-10 20:03:28 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
  34. 2012-11-10 20:03:28 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:480)
  35. 2012-11-10 20:03:28 [INFO] [STDERR] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:80)
  36. 2012-11-10 20:03:28 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:342)
  37. 2012-11-10 20:03:28 [INFO] [STDERR] at hg.c(DedicatedServer.java:49)
  38. 2012-11-10 20:03:28 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:454)
  39. 2012-11-10 20:03:28 [INFO] [STDERR] at fp.run(SourceFile:818)
  40. 2012-11-10 20:03:28 [INFO] [STDERR] Caused by: java.lang.NullPointerException
  41. 2012-11-10 20:03:28 [INFO] [STDERR] at org.objectweb.asm.ClassReader.<init>(Unknown Source)
  42. 2012-11-10 20:03:28 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
  43. 2012-11-10 20:03:28 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178)
  44. 2012-11-10 20:03:28 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)
  45. 2012-11-10 20:03:28 [INFO] [STDERR] ... 37 more
  46. 2012-11-10 20:03:30 [WARNING] [ForgeModLoader] Forestry: Using outdated version [1.6.0.0pre6 (build:14)] for Minecraft 1.4.2. Consider updating.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement