Advertisement
wladmc

Untitled

Jul 16th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. 2013-07-16 22:14:10 [SEVERE] [ForgeModLoader]
  2. mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  3. FML{6.2.26.790} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  4. Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  5. IC2{1.118.401-lf} [IndustrialCraft 2] (industrialcraft-2_1.118.401-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
  6. AdvancedReactors{alpha11} [Advanced Reactors] (AdvancedReactors-1.6.2_alpha11.jar) Unloaded->Constructed->Pre-initialized->Initialized
  7. CompactWindmills{1.0.2.0} [CompactWindmills] (CompactWindmills+v.1.0.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
  8. SKC-CraftableHorseArmor{1.0.2} [Craftable Horse Armor] (CraftableHorseArmor 1.0.2 - MC 1.6.2 - Forge (9.10.0.777).zip) Unloaded->Constructed->Pre-initialized->Initialized
  9. haycraftmod{1.5} [Haycraft] (Haycraftmod 1.5 - 1.6.2 Forge.zip) Unloaded->Constructed->Pre-initialized->Errored
  10. 2013-07-16 22:14:10 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
  11. 2013-07-16 22:14:10 [SEVERE] [ForgeModLoader] Caught exception from haycraftmod
  12. java.lang.NoClassDefFoundError: net/minecraft/src/ModLoader
  13. at haycraftmod.Modhaycraft.load(Modhaycraft.java:100)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17. at java.lang.reflect.Method.invoke(Unknown Source)
  18. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
  19. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  21. at java.lang.reflect.Method.invoke(Unknown Source)
  22. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  23. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  24. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  25. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  26. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  27. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
  28. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  32. at java.lang.reflect.Method.invoke(Unknown Source)
  33. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  34. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  35. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  36. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  37. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  38. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
  39. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
  40. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
  41. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
  42. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:166)
  43. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:601)
  44. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  45. Caused by: java.lang.ClassNotFoundException: net.minecraft.src.ModLoader
  46. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
  47. at java.lang.ClassLoader.loadClass(Unknown Source)
  48. at java.lang.ClassLoader.loadClass(Unknown Source)
  49. ... 32 more
  50. Caused by: java.lang.NullPointerException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement