Advertisement
Guest User

Crash Report

a guest
Feb 24th, 2016
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 2/24/16 8:23 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.ArrayIndexOutOfBoundsException: -11
  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.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: 332927912 bytes (317 MB) / 523501568 bytes (499 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.1558 5 mods loaded, 5 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 terrafirmacraft{0.79.28} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.28.908.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: 0 / 8; []
  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