Guest User

Untitled

a guest
Dec 30th, 2018
617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why did you do that?
  3.  
  4. Time: 12/30/18 5:13 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.IllegalArgumentException: ChunkNibbleArrays should be 2048 bytes not: 0
  8. at net.minecraft.world.chunk.NibbleArray.<init>(SourceFile:16)
  9. at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:449)
  10. at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT__Async(AnvilChunkLoader.java:128)
  11. at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:92)
  12. at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
  13. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
  14. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
  15. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
  16. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
  17. at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
  18. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:142)
  19. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:156)
  20. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  21. at java.lang.Thread.run(Thread.java:745)
  22.  
  23.  
  24. A detailed walkthrough of the error, its code path and all known details is as follows:
  25. ---------------------------------------------------------------------------------------
  26.  
  27. -- System Details --
  28. Details:
  29. Minecraft Version: 1.12.2
  30. Operating System: Windows 10 (amd64) version 10.0
  31. Java Version: 1.8.0_51, Oracle Corporation
  32. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  33. Memory: 1043396160 bytes (995 MB) / 2080374784 bytes (1984 MB) up to 2147483648 bytes (2048 MB)
  34. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  35. IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
  36. FML: MCP 9.42 Powered by Forge 14.23.5.2796 6 mods loaded, 6 mods active
  37. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  38.  
  39. | State | ID | Version | Source | Signature |
  40. |:------ |:----------- |:------------ |:----------------------------- |:---------------------------------------- |
  41. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  42. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  43. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2796.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  44. | LCHIJA | forge | 14.23.5.2796 | forge-1.12.2-14.23.5.2796.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  45. | LCHIJA | ptrmodellib | 1.0.3 | PTRLib-1.0.3.jar | None |
  46. | LCHIJA | props | 2.6.2 | Decocraft-2.6.2_1.12.2.jar | None |
  47.  
  48. Loaded coremods (and transformers):
  49. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  50. Profiler Position: N/A (disabled)
  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