Advertisement
Guest User

the relevant bit

a guest
Mar 6th, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.95 KB | None | 0 0
  1. 2014-03-06 13:50:44 [FINEST] [ThaumicReliquary] Sending event FMLConstructionEvent to mod ThaumicReliquary
  2. 2014-03-06 13:50:44 [FINEST] [ForgeModLoader] Testing mod ThaumicReliquary to verify it accepts its own version in a remote connection
  3. 2014-03-06 13:50:44 [FINEST] [ForgeModLoader] The mod ThaumicReliquary accepts its own version (1.0.0)
  4. 2014-03-06 13:50:44 [INFO] [STDERR] java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
  5. 2014-03-06 13:50:44 [INFO] [STDERR] at java.lang.Class.getDeclaredConstructors0(Native Method)
  6. 2014-03-06 13:50:44 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
  7. 2014-03-06 13:50:44 [INFO] [STDERR] at java.lang.Class.getConstructor0(Unknown Source)
  8. 2014-03-06 13:50:44 [INFO] [STDERR] at java.lang.Class.newInstance(Unknown Source)
  9. 2014-03-06 13:50:44 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:195)
  10. 2014-03-06 13:50:44 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkModHandler.configureNetworkMod(NetworkModHandler.java:133)
  11. 2014-03-06 13:50:44 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:102)
  12. 2014-03-06 13:50:44 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:263)
  13. 2014-03-06 13:50:44 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)
  14. 2014-03-06 13:50:44 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  15. 2014-03-06 13:50:44 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  16. 2014-03-06 13:50:44 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
  17. 2014-03-06 13:50:44 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  18. 2014-03-06 13:50:44 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  19. 2014-03-06 13:50:44 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  20. 2014-03-06 13:50:44 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  21. 2014-03-06 13:50:44 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  22. 2014-03-06 13:50:44 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  23. 2014-03-06 13:50:44 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  24. 2014-03-06 13:50:44 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. 2014-03-06 13:50:44 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  26. 2014-03-06 13:50:44 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  27. 2014-03-06 13:50:44 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
  28. 2014-03-06 13:50:44 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  29. 2014-03-06 13:50:44 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  30. 2014-03-06 13:50:44 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  31. 2014-03-06 13:50:44 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  32. 2014-03-06 13:50:44 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  33. 2014-03-06 13:50:44 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  34. 2014-03-06 13:50:44 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
  35. 2014-03-06 13:50:44 [INFO] [STDERR] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  36. 2014-03-06 13:50:44 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
  37. 2014-03-06 13:50:44 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
  38. 2014-03-06 13:50:44 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
  39. 2014-03-06 13:50:44 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  40. 2014-03-06 13:50:44 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
  41. 2014-03-06 13:50:44 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
  42. 2014-03-06 13:50:44 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
  43. 2014-03-06 13:50:44 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
  44. 2014-03-06 13:50:44 [INFO] [STDERR] ... 35 more
  45. 2014-03-06 13:50:44 [INFO] [STDERR] Caused by: java.lang.NullPointerException
  46. 2014-03-06 13:50:44 [INFO] [STDERR] at org.objectweb.asm.ClassReader.<init>(Unknown Source)
  47. 2014-03-06 13:50:44 [INFO] [STDERR] at powercrystals.core.asm.PCCASMTransformer.transform(PCCASMTransformer.java:35)
  48. 2014-03-06 13:50:44 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
  49. 2014-03-06 13:50:44 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
  50. 2014-03-06 13:50:44 [INFO] [STDERR] ... 37 more
  51. 2014-03-06 13:50:44 [SEVERE] [Minecraft-Server] Encountered an unexpected exception NoClassDefFoundError
  52. java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
  53. at java.lang.Class.getDeclaredConstructors0(Native Method)
  54. at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
  55. at java.lang.Class.getConstructor0(Unknown Source)
  56. at java.lang.Class.newInstance(Unknown Source)
  57. at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:195)
  58. at cpw.mods.fml.common.network.NetworkModHandler.configureNetworkMod(NetworkModHandler.java:133)
  59. at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:102)
  60. at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:263)
  61. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)
  62. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  64. at java.lang.reflect.Method.invoke(Unknown Source)
  65. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  66. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  67. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  68. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  69. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  70. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  71. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  74. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  75. at java.lang.reflect.Method.invoke(Unknown Source)
  76. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  77. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  78. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  79. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  80. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  81. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  82. at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
  83. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  84. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
  85. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
  86. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
  87. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  88. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
  89. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
  90. at java.lang.ClassLoader.loadClass(Unknown Source)
  91. at java.lang.ClassLoader.loadClass(Unknown Source)
  92. ... 35 more
  93. Caused by: java.lang.NullPointerException
  94. at org.objectweb.asm.ClassReader.<init>(Unknown Source)
  95. at powercrystals.core.asm.PCCASMTransformer.transform(PCCASMTransformer.java:35)
  96. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
  97. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
  98. ... 37 more
  99. 2014-03-06 13:50:44 [SEVERE] [Minecraft-Server] This crash report has been saved to: F:\games\Minecraft\1.6.4forgeserver\.\crash-reports\crash-2014-03-06_13.50.44-server.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement