Advertisement
Guest User

Untitled

a guest
Mar 31st, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad. I'll do better next time, I promise!
  3.  
  4. Time: 3/31/16 6:00 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.ArrayIndexOutOfBoundsException: -583
  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: 86113248 bytes (82 MB) / 380510208 bytes (362 MB) up to 8576565248 bytes (8179 MB)
  38. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -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.1558 11 mods loaded, 11 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} [Minecraft Coder Pack] (minecraft.jar)
  44. UCHIJAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  45. UCHIJAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  46. UCHIJAA tfc_coremod{0.79.28} [TFC[coremod]] (minecraft.jar)
  47. UCHIJAA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
  48. UCHIJAA NotEnoughItems{1.0.3.74} [Not Enough Items] (Not-Enough-Items-1.7.10.jar)
  49. UCHIJAA FastCraft{1.22} [FastCraft] (fastcraft-1.22.jar)
  50. UCHIJAA terrafirmacraft{0.79.28} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.28.908.jar)
  51. UCHIJAA DecorationsTFC{1.0.20} [Decorations] ([1.7.10]Decorations-1.0.20.jar)
  52. UCHIJAA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10 (1).jar)
  53. UCHIJAA SpawnCommands{2.2.2} [SpawnCommands] (SpawnCommands-2.2.2-mc1.7.10-forge.jar)
  54. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  55. Profiler Position: N/A (disabled)
  56. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  57. Player Count: 0 / 8; []
  58. Type: Integrated Server (map_client.txt)
  59. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement