Advertisement
Guest User

Untitled

a guest
Jun 4th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.28 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Everything's going to plan. No, really, that was supposed to happen.
  3.  
  4. Time: 18-6-5 上午2:28
  5. Description: Ticking entity
  6.  
  7. java.lang.NullPointerException: Ticking entity
  8. at net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:18)
  9. at net.minecraft.entity.ai.EntityAIAttackOnCollide.func_75246_d(EntityAIAttackOnCollide.java:93)
  10. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:103)
  11. at ctb.entity.EntitySoldier.func_70619_bc(EntitySoldier.java:657)
  12. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1774)
  13. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
  14. at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:25)
  15. at ctb.entity.EntitySoldier.func_70636_d(EntitySoldier.java:968)
  16. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
  17. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
  18. at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
  19. at ctb.entity.EntitySoldier.func_70071_h_(EntitySoldier.java:883)
  20. at net.minecraft.world.World.func_72866_a(World.java:2070)
  21. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
  22. at net.minecraft.world.World.func_72870_g(World.java:2034)
  23. at net.minecraft.world.World.func_72939_s(World.java:1887)
  24. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
  25. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
  26. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  27. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  28. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  29. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  30.  
  31.  
  32. A detailed walkthrough of the error, its code path and all known details is as follows:
  33. ---------------------------------------------------------------------------------------
  34.  
  35. -- Head --
  36. Stacktrace:
  37. at net.minecraft.entity.ai.EntityLookHelper.func_75651_a(SourceFile:18)
  38. at net.minecraft.entity.ai.EntityAIAttackOnCollide.func_75246_d(EntityAIAttackOnCollide.java:93)
  39. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:103)
  40. at ctb.entity.EntitySoldier.func_70619_bc(EntitySoldier.java:657)
  41. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1774)
  42. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
  43. at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:25)
  44. at ctb.entity.EntitySoldier.func_70636_d(EntitySoldier.java:968)
  45. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
  46. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
  47. at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
  48. at ctb.entity.EntitySoldier.func_70071_h_(EntitySoldier.java:883)
  49. at net.minecraft.world.World.func_72866_a(World.java:2070)
  50. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
  51. at net.minecraft.world.World.func_72870_g(World.java:2034)
  52.  
  53. -- Entity being ticked --
  54. Details:
  55. Entity Type: ctb.ctbsoldier (ctb.entity.EntitySoldier)
  56. Entity ID: 1470955
  57. Entity Name: Prune Juice
  58. Entity's Exact location: -753.49, 4.00, 811.39
  59. Entity's Block location: World: (-754,4,811), Chunk: (at 14,0,11 in -48,50; contains blocks -768,0,800 to -753,255,815), Region: (-2,1; contains chunks -64,32 to -33,63, blocks -1024,0,512 to -513,255,1023)
  60. Entity's Momentum: 0.00, -0.03, 0.00
  61. Stacktrace:
  62. at net.minecraft.world.World.func_72939_s(World.java:1887)
  63. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
  64.  
  65. -- Affected level --
  66. Details:
  67. Level name: New World
  68. All players: 1 total; [EntityPlayerMP['1001'/286, l='New World', x=-756.71, y=6.90, z=814.74]]
  69. Chunk stats: ServerChunkCache: 663 Drop: 0
  70. Level seed: -7045541446133030890
  71. Level generator: ID 01 - flat, ver 0. Features enabled: true
  72. Level generator options:
  73. Level spawn location: World: (-633,4,814), Chunk: (at 7,0,14 in -40,50; contains blocks -640,0,800 to -625,255,815), Region: (-2,1; contains chunks -64,32 to -33,63, blocks -1024,0,512 to -513,255,1023)
  74. Level time: 28472 game time, 50572 day time
  75. Level dimension: 0
  76. Level storage version: 0x04ABD - Anvil
  77. Level weather: Rain time: 92956 (now: false), thunder time: 127743 (now: false)
  78. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  79. Stacktrace:
  80. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
  81. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  82. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  83. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  84. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  85.  
  86. -- System Details --
  87. Details:
  88. Minecraft Version: 1.7.10
  89. Operating System: Windows 7 (amd64) version 6.1
  90. Java Version: 1.8.0_121, Oracle Corporation
  91. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  92. Memory: 6464793056 bytes (6165 MB) / 7054819328 bytes (6728 MB) up to 8589934592 bytes (8192 MB)
  93. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseG1GC -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx8192m
  94. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  95. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  96. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 39 mods loaded, 39 mods active
  97. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  98. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  99. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  100. UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  101. UCHIJAAAA AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar)
  102. UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  103. UCHIJAAAA cosmiccore{1.0} [CosmicCore] (minecraft.jar)
  104. UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  105. UCHIJAAAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
  106. UCHIJAAAA mcpml{10.1} [Partial Modification Loader [for Minecraft]] (PML_MinecraftApp.jar)
  107. UCHIJAAAA seasonsmod{pre-3.0beta13d5} [The Seasons Mod] ([1.7.10]TheSeasonsMod-pre-3.0beta13d5.jar)
  108. UCHIJAAAA seasonsmodac{1.0} [Additional Seasons Content] ([1.7.10]TheSeasonsMod-pre-3.0beta13d5.jar)
  109. UCHIJAAAA libVulpes{0.2.8.-34} [libVulpes] (LibVulpes-1.7.10-0.2.8-34-universal.jar)
  110. UCHIJAAAA advancedRocketry{1.4.0-17} [Advanced Rocketry] (AdvancedRocketry-1.7.10-1.4.0-17.jar)
  111. UCHIJAAAA advancedutilities{A-0.519} [Advanced Utilities] (advancedutilities-1.7.10-0.543.jar)
  112. UCHIJAAAA AegisSystemMod{0.1.0} [Aegis System Mod] (AegisSystemMod+v[1.7.10]-0.1.0.jar)
  113. UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.2308-universal.jar)
  114. UCHIJAAAA ctb{2.5} [Call To Battle] (Call+to+Battle+2.jar)
  115. UCHIJAAAA cosmicnpcs{1.0} [CosmicNPCs] (CosmicNPCs-1.0-mc1.7.10.jar)
  116. UCHIJAAAA CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
  117. UCHIJAAAA hexcraft{0.11.0} [HEXCraft] (HEXCraft-1.7.10-0.11.0.jar)
  118. UCHIJAAAA ItemIdentifier{1.0} [Item Identifier] (itemider-1.0.jar)
  119. UCHIJAAAA RadixCore{2.1.3} [RadixCore] (RadixCore-1.7.10-2.1.3-universal.jar)
  120. UCHIJAAAA MCA{1.7.10-5.2.2} [Minecraft Comes Alive] (MCA-1.7.10-5.2.2-universal.jar)
  121. UCHIJAAAA millenaire{6.0.0} [Mill茅naire] (millenaire-6.0.0.jar)
  122. UCHIJAAAA mothingz{1.2.0} [mothingz] (Mo+Thingz+1.7.10.jar)
  123. UCHIJAAAA notenoughIDs{1.4.3.4} [NotEnoughIDs] (NotEnoughIDs-1.4.3.4.jar)
  124. UCHIJAAAA neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-128.jar)
  125. UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  126. UCHIJAAAA wailaevents{1.0.0} [Waila Events] (WailaEvents-1.0.0.jar)
  127. UCHIJAAAA waila-blacklist{0.1} [WAILA Blacklist] (waila-blacklist-1.7.10-0.1.jar)
  128. UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
  129. UCHIJAAAA warstuff{1.3} [WarStuff] (warstuff_mod_1.7.10.jar)
  130. UCHIJAAAA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
  131. UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
  132. UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  133. UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  134. UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  135. UCHIJAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
  136. UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  137. Profiler Position: N/A (disabled)
  138. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  139. Player Count: 1 / 8; [EntityPlayerMP['1001'/286, l='New World', x=-756.71, y=6.90, z=814.74]]
  140. Type: Integrated Server (map_client.txt)
  141. Is Modded: Definitely; Client brand changed to 'fml,forge,pml'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement