Guest User

Untitled

a guest
Sep 25th, 2014
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.13 KB | None | 0 0
  1. 21:01:27 [SEVERE] java.lang.NoClassDefFoundError: net/minecraftforge/event/ASMEventHandler
  2. 21:01:27 [SEVERE] at net.minecraftforge.event.EventBus.register(EventBus.java:77)
  3. 21:01:27 [SEVERE] at net.minecraftforge.event.EventBus.register(EventBus.java:58)
  4. 21:01:27 [SEVERE] at binnie.core.BinnieCoreMod.<init>(BinnieCoreMod.java:36)
  5. 21:01:27 [SEVERE] at binnie.core.BinnieCore.<init>(BinnieCore.java:76)
  6. 21:01:27 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  7. 21:01:27 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  8. 21:01:27 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  9. 21:01:27 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  10. 21:01:27 [SEVERE] at java.lang.Class.newInstance0(Class.java:357)
  11. 21:01:27 [SEVERE] at java.lang.Class.newInstance(Class.java:310)
  12. 21:01:27 [SEVERE] at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:173)
  13. 21:01:27 [SEVERE] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:513)
  14. 21:01:27 [SEVERE] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  15. 21:01:27 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  16. 21:01:27 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:597)
  17. 21:01:27 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  18. 21:01:27 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  19. 21:01:27 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  20. 21:01:27 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  21. 21:01:27 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  22. 21:01:27 [SEVERE] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:200)
  23. 21:01:27 [SEVERE] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:180)
  24. 21:01:27 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. 21:01:27 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  26. 21:01:27 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  27. 21:01:27 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:597)
  28. 21:01:27 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  29. 21:01:27 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  30. 21:01:27 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  31. 21:01:27 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  32. 21:01:27 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  33. 21:01:27 [SEVERE] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:111)
  34. 21:01:27 [SEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:499)
  35. 21:01:27 [SEVERE] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:94)
  36. 21:01:27 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:365)
  37. 21:01:27 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:93)
  38. 21:01:27 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
  39. 21:01:27 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  40. 21:01:27 [SEVERE] Encountered an unexpected exception NoClassDefFoundError
  41. java.lang.NoClassDefFoundError: net/minecraftforge/event/ASMEventHandler
  42. at net.minecraftforge.event.EventBus.register(EventBus.java:77)
  43. at net.minecraftforge.event.EventBus.register(EventBus.java:58)
  44. at binnie.core.BinnieCoreMod.<init>(BinnieCoreMod.java:36)
  45. at binnie.core.BinnieCore.<init>(BinnieCore.java:76)
  46. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  47. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  48. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  49. at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  50. at java.lang.Class.newInstance0(Class.java:357)
  51. at java.lang.Class.newInstance(Class.java:310)
  52. at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:173)
  53. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:513)
  54. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  55. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  56. at java.lang.reflect.Method.invoke(Method.java:597)
  57. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  58. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  59. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  60. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  61. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  62. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:200)
  63. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:180)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  66. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  67. at java.lang.reflect.Method.invoke(Method.java:597)
  68. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  69. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  70. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  71. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  72. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  73. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:111)
  74. at cpw.mods.fml.common.Loader.loadMods(Loader.java:499)
  75. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:94)
  76. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:365)
  77. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:93)
  78. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
  79. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  80. 21:01:27 [SEVERE] This crash report has been saved to: /Users/kyleknobloch/Desktop/TPPI SERVER/From MultiCraft/./crash-reports/crash-2014-09-25_21.01.27-server.txt
  81. 21:01:27 [INFO] Stopping server
  82. 21:01:27 [INFO] Saving worlds
  83. 21:01:27 [INFO] The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
  84. 21:01:27 [INFO] The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
  85. 21:01:27 [INFO] Stopping server
  86. 21:01:27 [INFO] Saving worlds
  87. >logout
  88.  
  89. [Process completed]
Advertisement
Add Comment
Please, Sign In to add comment