Advertisement
rehv

Untitled

Feb 23rd, 2018
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.61 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  5. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.2.jar)
  6. MalisisCorePlugin (malisiscore-1.12.2-6.3.2.jar)
  7. CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
  8. Contact their authors BEFORE contacting forge
  9.  
  10. // You should try our sister game, Minceraft!
  11.  
  12. Time: 2/22/18 12:27 PM
  13. Description: Ticking entity
  14.  
  15. java.lang.NullPointerException: Ticking entity
  16. at pokecube.core.ai.utils.pathing.node.WalkNodeLadderProcessor.getLadder(WalkNodeLadderProcessor.java:81)
  17. at pokecube.core.ai.utils.pathing.node.WalkNodeLadderProcessor.getJumpOff(WalkNodeLadderProcessor.java:65)
  18. at pokecube.core.ai.utils.pathing.node.WalkNodeLadderProcessor.getPoint(WalkNodeLadderProcessor.java:43)
  19. at pokecube.core.ai.utils.pathing.node.WalkNodeLadderProcessor.func_186320_a(WalkNodeLadderProcessor.java:30)
  20. at pokecube.core.ai.utils.pathing.node.MultiNodeWrapper.func_186320_a(MultiNodeWrapper.java:57)
  21. at net.minecraft.pathfinding.PathFinder.func_186335_a(SourceFile:82)
  22. at net.minecraft.pathfinding.PathFinder.func_186334_a(SourceFile:40)
  23. at net.minecraft.pathfinding.PathFinder.func_186333_a(SourceFile:25)
  24. at net.minecraft.pathfinding.PathNavigate.func_75494_a(SourceFile:137)
  25. at pokecube.core.ai.utils.pathing.PokemobNavigator.func_75494_a(PokemobNavigator.java:146)
  26. at pokecube.core.ai.pokemob.PokemobAIHurt.canEasilyReach(PokemobAIHurt.java:66)
  27. at pokecube.core.ai.pokemob.PokemobAIHurt.isSuitableTarget(PokemobAIHurt.java:167)
  28. at pokecube.core.ai.pokemob.PokemobAIHurt.func_75250_a(PokemobAIHurt.java:190)
  29. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
  30. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:760)
  31. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350)
  32. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
  33. at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
  34. at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
  35. at pokecube.core.entity.pokemobs.helper.EntityEvolvablePokemob.func_70636_d(EntityEvolvablePokemob.java:27)
  36. at pokecube.core.entity.pokemobs.helper.EntityAiPokemob.func_70636_d(EntityAiPokemob.java:526)
  37. at pokecube.core.entity.pokemobs.helper.EntityPokemobBase.func_70636_d(EntityPokemobBase.java:456)
  38. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
  39. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  40. at pokecube.core.entity.pokemobs.helper.EntityMountablePokemob.func_70071_h_(EntityMountablePokemob.java:82)
  41. at pokecube.core.entity.pokemobs.helper.EntityAiPokemob.func_70071_h_(EntityAiPokemob.java:547)
  42. at pokecube.core.entity.pokemobs.helper.EntityPokemobBase.func_70071_h_(EntityPokemobBase.java:500)
  43. at net.minecraft.world.World.func_72866_a(World.java:1990)
  44. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831)
  45. at net.minecraft.world.World.func_72870_g(World.java:1952)
  46. at net.minecraft.world.World.func_72939_s(World.java:1756)
  47. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612)
  48. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
  49. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  50. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  51. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  52. at java.lang.Thread.run(Unknown Source)
  53.  
  54.  
  55. A detailed walkthrough of the error, its code path and all known details is as follows:
  56. ---------------------------------------------------------------------------------------
  57.  
  58. -- Head --
  59. Thread: Server thread
  60. Stacktrace:
  61. at pokecube.core.ai.utils.pathing.node.WalkNodeLadderProcessor.getLadder(WalkNodeLadderProcessor.java:81)
  62. at pokecube.core.ai.utils.pathing.node.WalkNodeLadderProcessor.getJumpOff(WalkNodeLadderProcessor.java:65)
  63. at pokecube.core.ai.utils.pathing.node.WalkNodeLadderProcessor.getPoint(WalkNodeLadderProcessor.java:43)
  64. at pokecube.core.ai.utils.pathing.node.WalkNodeLadderProcessor.func_186320_a(WalkNodeLadderProcessor.java:30)
  65. at pokecube.core.ai.utils.pathing.node.MultiNodeWrapper.func_186320_a(MultiNodeWrapper.java:57)
  66. at net.minecraft.pathfinding.PathFinder.func_186335_a(SourceFile:82)
  67. at net.minecraft.pathfinding.PathFinder.func_186334_a(SourceFile:40)
  68. at net.minecraft.pathfinding.PathFinder.func_186333_a(SourceFile:25)
  69. at net.minecraft.pathfinding.PathNavigate.func_75494_a(SourceFile:137)
  70. at pokecube.core.ai.utils.pathing.PokemobNavigator.func_75494_a(PokemobNavigator.java:146)
  71. at pokecube.core.ai.pokemob.PokemobAIHurt.canEasilyReach(PokemobAIHurt.java:66)
  72. at pokecube.core.ai.pokemob.PokemobAIHurt.isSuitableTarget(PokemobAIHurt.java:167)
  73. at pokecube.core.ai.pokemob.PokemobAIHurt.func_75250_a(PokemobAIHurt.java:190)
  74. at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
  75. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:760)
  76. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350)
  77. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
  78. at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
  79. at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
  80. at pokecube.core.entity.pokemobs.helper.EntityEvolvablePokemob.func_70636_d(EntityEvolvablePokemob.java:27)
  81. at pokecube.core.entity.pokemobs.helper.EntityAiPokemob.func_70636_d(EntityAiPokemob.java:526)
  82. at pokecube.core.entity.pokemobs.helper.EntityPokemobBase.func_70636_d(EntityPokemobBase.java:456)
  83. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
  84. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  85. at pokecube.core.entity.pokemobs.helper.EntityMountablePokemob.func_70071_h_(EntityMountablePokemob.java:82)
  86. at pokecube.core.entity.pokemobs.helper.EntityAiPokemob.func_70071_h_(EntityAiPokemob.java:547)
  87. at pokecube.core.entity.pokemobs.helper.EntityPokemobBase.func_70071_h_(EntityPokemobBase.java:500)
  88. at net.minecraft.world.World.func_72866_a(World.java:1990)
  89. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831)
  90. at net.minecraft.world.World.func_72870_g(World.java:1952)
  91.  
  92. -- Entity being ticked --
  93. Details:
  94. Entity Type: pokecube_ml:wailord (pokecube.core.entity.pokemobs.GenericPokemob_wailord)
  95. Entity ID: 60869
  96. Entity Name: Wailord
  97. Entity's Exact location: 1584.50, 74.00, 1689.50
  98. Entity's Block location: World: (1584,74,1689), Chunk: (at 0,4,9 in 99,105; contains blocks 1584,0,1680 to 1599,255,1695), Region: (3,3; contains chunks 96,96 to 127,127, blocks 1536,0,1536 to 2047,255,2047)
  99. Entity's Momentum: 0.00, -0.08, 0.00
  100. Entity's Passengers: []
  101. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  102. World:: net.minecraft.world.WorldServer@2bf3c103
  103. Owner:: 9a70df76-ac4b-4bf2-864e-d5f210da0a33
  104. Stacktrace:
  105. at net.minecraft.world.World.func_72939_s(World.java:1756)
  106. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612)
  107.  
  108. -- Affected level --
  109. Details:
  110. Level name: world
  111. All players: 1 total; [EntityPlayerMP['Andr30258'/20368, l='world', x=1585.85, y=71.84, z=1689.15]]
  112. Chunk stats: ServerChunkCache: 725 Drop: 0
  113. Level seed: 3561980
  114. Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
  115. Level generator options: {"landScheme":"vanilla","tempScheme":"medium_zones","rainScheme":"medium_zones","biomeSize":"medium","amplitude":1.0,"generateBopOre":true,"generateBopSoils":true,"generateBopTrees":true,"generateBopGrasses":true,"generateBopFoliage":true,"generateBopFlowers":true,"generateBopPlants":true,"generateBopWaterPlants":true,"generateBopMushrooms":true,"generateRockFormations":true,"generatePoisonIvy":false,"generateBerryBushes":true,"generateThorns":true,"generateQuicksand":true,"generateLiquidPoison":true,"generateHotSprings":true,"generateNetherHives":true,"generateEndFeatures":true,"mainNoiseScaleX":80.0,"mainNoiseScaleY":160.0,"mainNoiseScaleZ":80.0,"coordinateScale":684.412,"heightScale":684.412,"upperLimitScale":512.0,"lowerLimitScale":512.0}
  116. Level spawn location: World: (-32,64,248), Chunk: (at 0,4,8 in -2,15; contains blocks -32,0,240 to -17,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  117. Level time: 9453631 game time, 10069934 day time
  118. Level dimension: 0
  119. Level storage version: 0x04ABD - Anvil
  120. Level weather: Rain time: 65148 (now: false), thunder time: 4664 (now: true)
  121. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  122. Stacktrace:
  123. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
  124. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  125. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  126. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  127. at java.lang.Thread.run(Unknown Source)
  128.  
  129. -- System Details --
  130. Details:
  131. Minecraft Version: 1.12.2
  132. Operating System: Windows 10 (amd64) version 10.0
  133. Java Version: 1.8.0_161, Oracle Corporation
  134. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  135. Memory: 156849992 bytes (149 MB) / 908972032 bytes (866 MB) up to 1056309248 bytes (1007 MB)
  136. JVM Flags: 6 total; -Xmx1024M -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts
  137. IntCache: cache: 6, tcache: 0, allocated: 3, tallocated: 104
  138. FML: MCP 9.42 Powered by Forge 14.23.2.2611 33 mods loaded, 33 mods active
  139. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  140.  
  141. | State | ID | Version | Source | Signature |
  142. |:--------- |:------------------- |:------------------------ |:---------------------------------------------- |:---------------------------------------- |
  143. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  144. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  145. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.2.2611-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  146. | UCHIJAAAA | forge | 14.23.2.2611 | forge-1.12.2-14.23.2.2611-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  147. | UCHIJAAAA | biomesoplenty | 7.0.1.2301 | BiomesOPlenty-1.12.2-7.0.1.2301-universal.jar | None |
  148. | UCHIJAAAA | bloodmoon | 1.5.2 | Bloodmoon-MC1.12.2-1.5.2.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  149. | UCHIJAAAA | codechickenlib | 3.1.5.331 | CodeChickenLib-1.12.2-3.1.5.331-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  150. | UCHIJAAAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  151. | UCHIJAAAA | cofhcore | 4.3.9 | CoFHCore-1.12.2-4.3.9.2-universal.jar | None |
  152. | UCHIJAAAA | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
  153. | UCHIJAAAA | gravestone | 1.10.0 | gravestone-1.12-1.10.0.jar | None |
  154. | UCHIJAAAA | hud | 1.3.9 | hud-1.3.9-1.12.jar | None |
  155. | UCHIJAAAA | waila | 1.8.23 | Hwyla-1.8.23-B38_1.12.jar | None |
  156. | UCHIJAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  157. | UCHIJAAAA | jei | 4.8.0.110 | jei_1.12.2-4.8.0.110.jar | None |
  158. | UCHIJAAAA | malisiscore | 1.12.2-6.3.2 | malisiscore-1.12.2-6.3.2.jar | None |
  159. | UCHIJAAAA | malisisdoors | 1.12.2-7.2.4 | malisisdoors-1.12.2-7.2.4.jar | None |
  160. | UCHIJAAAA | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
  161. | UCHIJAAAA | thutcore | 5.16.1 | thutcore-1.12.2-5.16.1.jar | None |
  162. | UCHIJAAAA | pceditmod | 1.10.2-2.0.0 | pokecube-core-1.12.2-6.36.6.jar | None |
  163. | UCHIJAAAA | pokecube | 6.36.6 | pokecube-core-1.12.2-6.36.6.jar | None |
  164. | UCHIJAAAA | pokecube_ml | 0.1.0 | pokecube-core-1.12.2-6.36.6.jar | None |
  165. | UCHIJAAAA | pokecube_adventures | 6.14.14 | pokecube-revival-1.12.2-6.14.14.jar | None |
  166. | UCHIJAAAA | pokecube_mobs | 4.6.1 | pokecube-mobs-1.12.2-4.6.1.jar | None |
  167. | UCHIJAAAA | pokecube_moves | 4.6.1 | pokecube-mobs-1.12.2-4.6.1.jar | None |
  168. | UCHIJAAAA | pokecube_origin | 4.6.1 | pokecube-mobs-1.12.2-4.6.1.jar | None |
  169. | UCHIJAAAA | pokecube_compat | 1.0 | pokecube-revival-1.12.2-6.14.14.jar | None |
  170. | UCHIJAAAA | thermalfoundation | 2.3.9 | ThermalFoundation-1.12.2-2.3.9.4-universal.jar | None |
  171. | UCHIJAAAA | thermaldynamics | 2.3.9 | ThermalDynamics-1.12.2-2.3.9.3-universal.jar | None |
  172. | UCHIJAAAA | thermalexpansion | 5.3.9 | ThermalExpansion-1.12.2-5.3.9.8-universal.jar | None |
  173. | UCHIJAAAA | thutcore_compat | 1.0 | thutcore-1.12.2-5.16.1.jar | None |
  174. | UCHIJAAAA | wawla | 2.5.246 | Wawla-1.12.2-2.5.246.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  175. | UCHIJAAAA | waystones | 4.0.17 | Waystones_1.12.1-4.0.17.jar | None |
  176.  
  177. Loaded coremods (and transformers):
  178. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  179. invtweaks.forge.asm.ContainerTransformer
  180. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.2.jar)
  181. lumien.bloodmoon.asm.ClassTransformer
  182. MalisisCorePlugin (malisiscore-1.12.2-6.3.2.jar)
  183.  
  184. CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
  185. team.chisel.ctm.client.asm.CTMTransformer
  186. Profiler Position: N/A (disabled)
  187. Player Count: 1 / 10; [EntityPlayerMP['Andr30258'/20368, l='world', x=1585.85, y=71.84, z=1689.15]]
  188. Is Modded: Definitely; Server brand changed to 'fml,forge'
  189. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement