Advertisement
Guest User

Untitled

a guest
Oct 29th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. [10/29/16 20:07:56 PM] // Ooh. Shiny.
  3. [10/29/16 20:07:56 PM]
  4. [10/29/16 20:07:56 PM] Time: 10/29/16 8:07 PM
  5. [10/29/16 20:07:57 PM] Description: Ticking entity
  6. [10/29/16 20:07:57 PM]
  7. [10/29/16 20:07:57 PM] java.lang.IllegalArgumentException: Comparison method violates its general contract!
  8. [10/29/16 20:07:57 PM] at java.util.TimSort.mergeLo(TimSort.java:777)
  9. [10/29/16 20:07:57 PM] at java.util.TimSort.mergeAt(TimSort.java:514)
  10. [10/29/16 20:07:57 PM] at java.util.TimSort.mergeCollapse(TimSort.java:441)
  11. [10/29/16 20:07:57 PM] at java.util.TimSort.sort(TimSort.java:245)
  12. [10/29/16 20:07:57 PM] at java.util.Arrays.sort(Arrays.java:1512)
  13. [10/29/16 20:07:57 PM] at java.util.ArrayList.sort(ArrayList.java:1454)
  14. [10/29/16 20:07:57 PM] at java.util.Collections.sort(Collections.java:175)
  15. [10/29/16 20:07:57 PM] at com.draco18s.wildlife.entity.ai.EntityAIGetAttackableTarget.func_75250_a(EntityAIGetAttackableTarget.java:73)
  16. [10/29/16 20:07:57 PM] at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:70)
  17. [10/29/16 20:07:57 PM] at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:537)
  18. [10/29/16 20:07:57 PM] at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1774)
  19. [10/29/16 20:07:57 PM] at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
  20. [10/29/16 20:07:57 PM] at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:25)
  21. [10/29/16 20:07:57 PM] at com.draco18s.wildlife.entity.EntityLizard.func_70636_d(EntityLizard.java:240)
  22. [10/29/16 20:07:57 PM] at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
  23. [10/29/16 20:07:57 PM] at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
  24. [10/29/16 20:07:57 PM] at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
  25. [10/29/16 20:07:57 PM] at com.draco18s.wildlife.entity.EntityLizard.func_70071_h_(EntityLizard.java:157)
  26. [10/29/16 20:07:57 PM] at net.minecraft.world.World.func_72866_a(World.java:2070)
  27. [10/29/16 20:07:57 PM] at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
  28. [10/29/16 20:07:57 PM] at net.minecraft.world.World.func_72870_g(World.java:2034)
  29. [10/29/16 20:07:57 PM] at net.minecraft.world.World.func_72939_s(World.java:1887)
  30. [10/29/16 20:07:57 PM] at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
  31. [10/29/16 20:07:57 PM] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
  32. [10/29/16 20:07:57 PM] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  33. [10/29/16 20:07:57 PM] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  34. [10/29/16 20:07:57 PM] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
  35. [10/29/16 20:07:57 PM] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  36. [10/29/16 20:07:57 PM]
  37. [10/29/16 20:07:57 PM]
  38. [10/29/16 20:07:57 PM] A detailed walkthrough of the error, its code path and all known details is as follows:
  39. [10/29/16 20:07:57 PM] ---------------------------------------------------------------------------------------
  40. [10/29/16 20:07:57 PM]
  41. [10/29/16 20:07:57 PM] -- Head --
  42. [10/29/16 20:07:57 PM] Stacktrace:
  43. [10/29/16 20:07:57 PM] at java.util.TimSort.mergeLo(TimSort.java:777)
  44. [10/29/16 20:07:57 PM] at java.util.TimSort.mergeAt(TimSort.java:514)
  45. [10/29/16 20:07:57 PM] at java.util.TimSort.mergeCollapse(TimSort.java:441)
  46. [10/29/16 20:07:57 PM] at java.util.TimSort.sort(TimSort.java:245)
  47. [10/29/16 20:07:57 PM] at java.util.Arrays.sort(Arrays.java:1512)
  48. [10/29/16 20:07:57 PM] at java.util.ArrayList.sort(ArrayList.java:1454)
  49. [10/29/16 20:07:57 PM] at java.util.Collections.sort(Collections.java:175)
  50. [10/29/16 20:07:57 PM] at com.draco18s.wildlife.entity.ai.EntityAIGetAttackableTarget.func_75250_a(EntityAIGetAttackableTarget.java:73)
  51. [10/29/16 20:07:57 PM] at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:70)
  52. [10/29/16 20:07:57 PM] at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:537)
  53. [10/29/16 20:07:57 PM] at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1774)
  54. [10/29/16 20:07:57 PM] at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
  55. [10/29/16 20:07:57 PM] at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:25)
  56. [10/29/16 20:07:57 PM] at com.draco18s.wildlife.entity.EntityLizard.func_70636_d(EntityLizard.java:240)
  57. [10/29/16 20:07:57 PM] at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
  58. [10/29/16 20:07:57 PM] at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
  59. [10/29/16 20:07:57 PM] at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
  60. [10/29/16 20:07:57 PM] at com.draco18s.wildlife.entity.EntityLizard.func_70071_h_(EntityLizard.java:157)
  61. [10/29/16 20:07:57 PM] at net.minecraft.world.World.func_72866_a(World.java:2070)
  62. [10/29/16 20:07:57 PM] at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
  63. [10/29/16 20:07:57 PM] at net.minecraft.world.World.func_72870_g(World.java:2034)
  64. [10/29/16 20:07:57 PM] at net.minecraft.world.World.func_72939_s(World.java:1887)
  65. [10/29/16 20:07:57 PM]
  66. [10/29/16 20:07:57 PM] -- Entity being ticked --
  67. [10/29/16 20:07:57 PM] Details:
  68. [10/29/16 20:07:57 PM] Entity Type: HarderWildlife.Lizard (com.draco18s.wildlife.entity.EntityLizard)
  69. [10/29/16 20:07:57 PM] Entity ID: 4347
  70. [10/29/16 20:07:57 PM] Entity Name: entity.HarderWildlife.Lizard.name
  71. [10/29/16 20:07:57 PM] Entity's Exact location: -352.74, 64.00, -426.60
  72. [10/29/16 20:07:57 PM] Entity's Block location: World: (-353,64,-427), Chunk: (at 15,4,5 in -23,-27; contains blocks -368,0,-432 to -353,255,-417), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  73. [10/29/16 20:07:57 PM] Entity's Momentum: 0.00, -0.08, 0.00
  74. [10/29/16 20:07:57 PM] Stacktrace:
  75. [10/29/16 20:07:57 PM] at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
  76. [10/29/16 20:07:57 PM] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement