Advertisement
Guest User

Untitled

a guest
Dec 29th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why is it breaking :(
  3.  
  4. Time: 12/29/15 1:53 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.ArrayIndexOutOfBoundsException: -134
  8. at net.minecraft.world.chunk.NibbleArray.func_76582_a(SourceFile:26)
  9. at net.minecraft.world.chunk.storage.ExtendedBlockStorage.func_76665_b(SourceFile:75)
  10. at net.minecraft.world.chunk.Chunk.func_76628_c(Chunk.java:548)
  11. at net.minecraft.world.chunk.Chunk.func_150812_a(Chunk.java:878)
  12. at net.minecraft.world.chunk.Chunk.func_150813_a(Chunk.java:862)
  13. at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:500)
  14. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:41)
  15. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)
  16. at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344)
  17. at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
  18. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
  19. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126)
  20. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  21. at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265)
  22. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78)
  23. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
  24. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  25. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  26.  
  27.  
  28. A detailed walkthrough of the error, its code path and all known details is as follows:
  29. ---------------------------------------------------------------------------------------
  30.  
  31. -- System Details --
  32. Details:
  33. Minecraft Version: 1.7.10
  34. Operating System: Windows 10 (amd64) version 10.0
  35. Java Version: 1.8.0_25, Oracle Corporation
  36. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  37. Memory: 38383832 bytes (36 MB) / 298078208 bytes (284 MB) up to 1060372480 bytes (1011 MB)
  38. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  39. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  40. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 17
  41. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 6 mods loaded, 6 mods active
  42. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  43. UCHIJAA mcp{9.05}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement