Advertisement
Guest User

Untitled

a guest
Mar 4th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. 013-03-03 22:12:20 [INFO] Chunk file at 8,18 is in the wrong location; relocating. (Expected 8, 18, got 6, 18)
  2. 2013-03-03 22:12:21 [INFO] Chunk file at 7,20 is in the wrong location; relocating. (Expected 7, 20, got 9, 18)
  3. 2013-03-03 22:12:21 [INFO] Chunk file at 8,20 is in the wrong location; relocating. (Expected 8, 20, got 9, 20)
  4. 2013-03-03 22:12:21 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: -275
  5. 2013-03-03 22:12:21 [SEVERE] at net.minecraft.server.v1_4_R1.ChunkSection.a(ChunkSection.java:41)
  6. 2013-03-03 22:12:21 [SEVERE] at net.minecraft.server.v1_4_R1.Chunk.getTypeId(Chunk.java:350)
  7. 2013-03-03 22:12:21 [SEVERE] at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:637)
  8. 2013-03-03 22:12:21 [SEVERE] at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:624)
  9. 2013-03-03 22:12:21 [SEVERE] at net.minecraft.server.v1_4_R1.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:350)
  10. 2013-03-03 22:12:21 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:47)
  11. 2013-03-03 22:12:21 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:13)
  12. 2013-03-03 22:12:21 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:179)
  13. 2013-03-03 22:12:21 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:287)
  14. 2013-03-03 22:12:21 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
  15. 2013-03-03 22:12:21 [SEVERE] at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:537)
  16. 2013-03-03 22:12:21 [SEVERE] at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
  17. 2013-03-03 22:12:21 [SEVERE] at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
  18. 2013-03-03 22:12:21 [SEVERE] at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
  19. 2013-03-03 22:12:21 [SEVERE] at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
  20. 2013-03-03 22:12:21 [SEVERE] Encountered an unexpected exception ArrayIndexOutOfBoundsException
  21. java.lang.ArrayIndexOutOfBoundsException: -275
  22. at net.minecraft.server.v1_4_R1.ChunkSection.a(ChunkSection.java:41)
  23. at net.minecraft.server.v1_4_R1.Chunk.getTypeId(Chunk.java:350)
  24. at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:637)
  25. at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:624)
  26. at net.minecraft.server.v1_4_R1.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:350)
  27. at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:47)
  28. at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:13)
  29. at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:179)
  30. at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:287)
  31. at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
  32. at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:537)
  33. at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
  34. at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
  35. at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
  36. at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
  37. 2013-03-03 22:12:21 [SEVERE] This crash report has been saved to: /home/minecraft/server1/./crash-reports/crash-2013-03-03_22.12.21-server.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement