Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. 2011-02-17 19:23:29 [SEVERE] Unexpected exception
  2. java.lang.ArrayIndexOutOfBoundsException: -1
  3. at net.minecraft.server.ChunkCache.getTypeId(SourceFile:38)
  4. at net.minecraft.server.ChunkCache.getMaterial(SourceFile:103)
  5. at net.minecraft.server.Pathfinder.a(SourceFile:158)
  6. at net.minecraft.server.Pathfinder.a(SourceFile:120)
  7. at net.minecraft.server.Pathfinder.b(SourceFile:94)
  8. at net.minecraft.server.Pathfinder.a(SourceFile:64)
  9. at net.minecraft.server.Pathfinder.a(SourceFile:37)
  10. at net.minecraft.server.Pathfinder.a(SourceFile:22)
  11. at net.minecraft.server.World.a(World.java:1678)
  12. at net.minecraft.server.EntityCreature.d(EntityCreature.java:69)
  13. at net.minecraft.server.EntityLiving.o(EntityLiving.java:641)
  14. at net.minecraft.server.EntityMonster.o(EntityMonster.java:30)
  15. at net.minecraft.server.EntitySkeleton.o(EntitySkeleton.java:54)
  16. at net.minecraft.server.EntityLiving.b_(EntityLiving.java:226)
  17. at net.minecraft.server.EntityMonster.b_(EntityMonster.java:34)
  18. at net.minecraft.server.Entity.D(Entity.java:931)
  19. at net.minecraft.server.EntityLiving.D(EntityLiving.java:219)
  20. at net.minecraft.server.World.a(World.java:1057)
  21. at net.minecraft.server.WorldServer.a(WorldServer.java:55)
  22. at net.minecraft.server.World.f(World.java:1041)
  23. at net.minecraft.server.World.a(World.java:1102)
  24. at net.minecraft.server.WorldServer.a(WorldServer.java:55)
  25. at net.minecraft.server.World.f(World.java:1041)
  26. at net.minecraft.server.World.c(World.java:1018)
  27. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:313)
  28. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
  29. at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement