Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.25 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Sorry :(
  3.  
  4. Time: 2018/2/25 下午 3:15
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
  10. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
  11. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  12. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  14. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  15. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
  16. at mod.mcreator.mcreator_survivalGenerator.<clinit>(mcreator_survivalGenerator.java:122)
  17. at mod.mcreator.SurvivalistsGenerator.<init>(SurvivalistsGenerator.java:108)
  18. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  19. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  20. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  21. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  22. at java.lang.Class.newInstance(Unknown Source)
  23. at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:173)
  24. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:506)
  25. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  27. at java.lang.reflect.Method.invoke(Unknown Source)
  28. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  29. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  30. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  31. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  33. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  34. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  38. at java.lang.reflect.Method.invoke(Unknown Source)
  39. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  40. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  41. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  42. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  43. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  44. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  45. at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
  46. ... 5 more
  47. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
  48. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  49. at java.lang.ClassLoader.loadClass(Unknown Source)
  50. at java.lang.ClassLoader.loadClass(Unknown Source)
  51. ... 35 more
  52. Caused by: java.lang.NullPointerException
  53. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  54. ... 37 more
  55.  
  56.  
  57. A detailed walkthrough of the error, its code path and all known details is as follows:
  58. ---------------------------------------------------------------------------------------
  59.  
  60. -- System Details --
  61. Details:
  62. Minecraft Version: 1.7.10
  63. Operating System: Windows 10 (amd64) version 10.0
  64. Java Version: 1.8.0_144, Oracle Corporation
  65. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  66. Memory: 1194173520 bytes (1138 MB) / 1366818816 bytes (1303 MB) up to 7635730432 bytes (7282 MB)
  67. JVM Flags: 3 total; -Xms1G -Xmx8G -XX:PermSize=128m
  68. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  69. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  70. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 34 mods loaded, 34 mods active
  71. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  72. UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  73. UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  74. UC Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  75. UC CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  76. UC NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  77. UC PlayerAPI{1.4} [Player API] (minecraft.jar)
  78. UC SmartCore{1.0.3} [Smart Core] (minecraft.jar)
  79. UC adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8c.jar)
  80. UC blockarmor{1.1} [Block Armor] (BlockArmor-1.7.10-1.1.jar)
  81. UC BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
  82. UC TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  83. UC chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
  84. UC chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
  85. UC DeadlyWorld{1.0.2} [Deadly World] (DeadlyWorld-1.7.10-1.0.2.jar)
  86. UC dldungeonsjdg{1.11.0} [Doomlike Dungeons] (DoomlikeDungeons-1.11.0-MC1.7.10.jar)
  87. UC DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
  88. UC Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  89. UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  90. UC TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  91. UC hardcorewither{1.1.3} [Hardcore Wither] (Hardcore Wither-1.7.10-1.1.3-21-universal.jar)
  92. UC IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  93. UC journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar)
  94. UC malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
  95. UC malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
  96. UC OreSpawn{1.7.10.20.3} [OreSpawn] (Ore-Spawn-Mod-1.7.10.zip)
  97. UC ProjectE{1.7.10-PE1.10.1} [ProjectE] (ProjectE-1.7.10-PE1.10.1.jar)
  98. UC quiverchevsky{b101c} [QuiverBow] (QuiverBow_1.7.10_b101d.zip)
  99. UC runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
  100. UC SmartMoving{15.6} [Smart Moving] (SmartMoving-1.7.10-15.6.jar)
  101. UC SmartRender{2.1} [Smart Render] (SmartRender-1.7.10-2.1.jar)
  102. UE SurvivalistsGenerator{1.0.0} [SurvivalistsGenerator] (SurvivalistsGenerator.jar)
  103. UC dna948{1.35} [The Last Sword You Will Ever Need Mod] (The_Last_Sword_You_Will_Ever_Need_Mod-1.10.jar)
  104. UC WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
  105. UC wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
  106. Mantle Environment: Environment healthy.
  107. TConstruct Environment: Environment healthy.
  108. Profiler Position: N/A (disabled)
  109. Is Modded: Definitely; Server brand changed to 'fml,forge'
  110. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement