Advertisement
Guest User

Untitled

a guest
Dec 26th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.58 KB | None | 0 0
  1. 2013-12-26 23:14:54 [INFO] Starting minecraft server version 1.6.4
  2. 2013-12-26 23:14:54 [INFO] MinecraftForge v
  3. 2013-12-26 23:14:54 [INFO] 9.11.1.965
  4. 2013-12-26 23:14:54 [INFO] Initialized
  5.  
  6. 2013-12-26 23:14:54 [INFO] Replaced 111 ore recipies
  7. 2013-12-26 23:15:05 [SEVERE] java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
  8. 2013-12-26 23:15:05 [SEVERE] at gregtechmod.api.util.GT_ModHandler.<clinit>(GT_ModHandler.java:1467)
  9. 2013-12-26 23:15:05 [SEVERE] at gregtechmod.GT_Mod.checkVersions(GT_Mod.java:136)
  10. 2013-12-26 23:15:05 [SEVERE] at gregtechmod.GT_Mod.<clinit>(GT_Mod.java:132)
  11. 2013-12-26 23:15:05 [SEVERE] at java.lang.Class.forName0(Native Method)
  12. 2013-12-26 23:15:05 [SEVERE] at java.lang.Class.forName(Unknown Source)
  13. 2013-12-26 23:15:05 [SEVERE] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
  14. 2013-12-26 23:15:05 [SEVERE] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  15. 2013-12-26 23:15:05 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  16. 2013-12-26 23:15:05 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
  17. 2013-12-26 23:15:05 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  18. 2013-12-26 23:15:05 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  19. 2013-12-26 23:15:05 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  20. 2013-12-26 23:15:05 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  21. 2013-12-26 23:15:05 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  22. 2013-12-26 23:15:05 [SEVERE] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  23. 2013-12-26 23:15:05 [SEVERE] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  24. 2013-12-26 23:15:05 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. 2013-12-26 23:15:05 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  26. 2013-12-26 23:15:05 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  27. 2013-12-26 23:15:05 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
  28. 2013-12-26 23:15:05 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  29. 2013-12-26 23:15:05 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  30. 2013-12-26 23:15:05 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  31. 2013-12-26 23:15:05 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  32. 2013-12-26 23:15:05 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  33. 2013-12-26 23:15:05 [SEVERE] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  34. 2013-12-26 23:15:05 [SEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
  35. 2013-12-26 23:15:05 [SEVERE] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  36. 2013-12-26 23:15:05 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
  37. 2013-12-26 23:15:05 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
  38. 2013-12-26 23:15:05 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:634)
  39. 2013-12-26 23:15:05 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  40. 2013-12-26 23:15:05 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
  41. 2013-12-26 23:15:05 [SEVERE] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
  42. 2013-12-26 23:15:05 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
  43. 2013-12-26 23:15:05 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
  44. 2013-12-26 23:15:05 [SEVERE] ... 32 more
  45. 2013-12-26 23:15:05 [SEVERE] Caused by: java.lang.RuntimeException: Attempted to load class bdi for invalid side SERVER
  46. 2013-12-26 23:15:05 [SEVERE] at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51)
  47. 2013-12-26 23:15:05 [SEVERE] at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
  48. 2013-12-26 23:15:05 [SEVERE] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
  49. 2013-12-26 23:15:05 [SEVERE] ... 34 more
  50. 2013-12-26 23:15:05 [SEVERE] Encountered an unexpected exception NoClassDefFoundError
  51. java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
  52. at gregtechmod.api.util.GT_ModHandler.<clinit>(GT_ModHandler.java:1467)
  53. at gregtechmod.GT_Mod.checkVersions(GT_Mod.java:136)
  54. at gregtechmod.GT_Mod.<clinit>(GT_Mod.java:132)
  55. at java.lang.Class.forName0(Native Method)
  56. at java.lang.Class.forName(Unknown Source)
  57. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
  58. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  60. at java.lang.reflect.Method.invoke(Unknown Source)
  61. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  62. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  63. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  64. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  65. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  66. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  67. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  70. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  71. at java.lang.reflect.Method.invoke(Unknown Source)
  72. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  73. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  74. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  75. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  76. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  77. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  78. at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
  79. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  80. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
  81. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
  82. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:634)
  83. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  84. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
  85. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
  86. at java.lang.ClassLoader.loadClass(Unknown Source)
  87. at java.lang.ClassLoader.loadClass(Unknown Source)
  88. ... 32 more
  89. Caused by: java.lang.RuntimeException: Attempted to load class bdi for invalid side SERVER
  90. at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51)
  91. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
  92. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
  93. ... 34 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement