Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.32 KB | None | 0 0
  1. 2011-02-17 11:10:28 [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:96)
  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:1682)
  12.     at net.minecraft.server.EntityCreature.d(EntityCreature.java:45)
  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.EntityLiving.b_(EntityLiving.java:226)
  16.     at net.minecraft.server.EntityMonster.b_(EntityMonster.java:34)
  17.     at net.minecraft.server.World.a(World.java:1059)
  18.     at net.minecraft.server.WorldServer.a(WorldServer.java:57)
  19.     at net.minecraft.server.World.f(World.java:1041)
  20.     at net.minecraft.server.World.c(World.java:1018)
  21.     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:313)
  22.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
  23.     at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement