Advertisement
Guest User

Untitled

a guest
Jul 19th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I feel sad now :(
  3.  
  4. Time: 7/19/16 4:13 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.ArrayIndexOutOfBoundsException: -93
  8. at net.minecraft.world.chunk.NibbleArray.func_76582_a(SourceFile:28)
  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$Task.finish(AsynchronousExecutor.java:189)
  17. at net.minecraftforge.common.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:354)
  18. at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
  19. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:596)
  20. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  21. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  22. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
  23. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  24.  
  25.  
  26. A detailed walkthrough of the error, its code path and all known details is as follows:
  27. ---------------------------------------------------------------------------------------
  28.  
  29. -- System Details --
  30. Details:
  31. Minecraft Version: 1.7.10
  32. Operating System: Windows 10 (x86) version 10.0
  33. Java Version: 1.8.0_91, Oracle Corporation
  34. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  35. Memory: 367206816 bytes (350 MB) / 660668416 bytes (630 MB) up to 966393856 bytes (921 MB)
  36. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -Xmn1G
  37. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  38. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 17
  39. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 7 mods loaded, 7 mods active
  40. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  41. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  42. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
  43. UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
  44. UCHIJAAAA tfc_coremod{0.79.29} [TFC[coremod]] (minecraft.jar)
  45. UCHIJAAAA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
  46. UCHIJAAAA terrafirmacraft{0.79.29} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.29.922.jar)
  47. UCHIJAAAA MapWriter{2.1.8} [MapWriter] (Mapwriter-2-Mod-1.7.10.jar)
  48. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  49. Profiler Position: N/A (disabled)
  50. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  51. Player Count: 1 / 8; [EntityPlayerMP['EndR60'/9, l='world', x=-872.42, y=150.00, z=-5050.38]]
  52. Type: Integrated Server (map_client.txt)
  53. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement