Advertisement
Guest User

Untitled

a guest
Jun 24th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // My bad.
  3.  
  4. Time: 24.06.13 19:31
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
  8. at java.lang.Class.forName0(Native Method)
  9. at java.lang.Class.forName(Unknown Source)
  10. at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.java:86)
  11. at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:483)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  15. at java.lang.reflect.Method.invoke(Unknown Source)
  16. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  17. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  18. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  19. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  20. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  21. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
  22. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  26. at java.lang.reflect.Method.invoke(Unknown Source)
  27. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  28. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  29. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  30. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  32. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
  33. at cpw.mods.fml.common.Loader.loadMods(Loader.java:504)
  34. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
  35. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
  36. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
  37. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
  38. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
  39. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
  40. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
  41. at java.lang.ClassLoader.loadClass(Unknown Source)
  42. at java.lang.ClassLoader.loadClass(Unknown Source)
  43. ... 31 more
  44. Caused by: java.lang.NullPointerException
  45. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
  46. ... 33 more
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- System Details --
  53. Details:
  54. Minecraft Version: 1.5.2
  55. Operating System: Windows 7 (x86) version 6.1
  56. Java Version: 1.7.0_21, Oracle Corporation
  57. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  58. Memory: 420267768 bytes (400 MB) / 518979584 bytes (494 MB) up to 1037959168 bytes (989 MB)
  59. JVM Flags: 2 total; -Xms512M -Xmx1G
  60. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  61. Suspicious classes: FML and Forge are installed
  62. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  63. FML: MCP v7.51 FML v5.2.23.738 Minecraft Forge 7.8.1.738 5 mods loaded, 5 mods active
  64. mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  65. FML{5.2.23.738} [Forge Mod Loader] (coremods) Unloaded->Constructed
  66. Forge{7.8.1.738} [Minecraft Forge] (coremods) Unloaded->Constructed
  67. mod_bspkrsCore{v2.08(1.5.2)} [bspkrsCore] (bspkrsCorev2.08.zip) Unloaded->Constructed
  68. mod_ArmorStatusHUD{Not available} [mod_ArmorStatusHUD] (ArmorStatusHUDv1.7.zip) Unloaded
  69. Profiler Position: N/A (disabled)
  70. Is Modded: Definitely; Server brand changed to 'fml,forge'
  71. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement