Skip to content

Instantly share code, notes, and snippets.

@Towering474
Created March 9, 2019 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Towering474/b19e5202328058e14a41be8ca98f771f to your computer and use it in GitHub Desktop.
Save Towering474/b19e5202328058e14a41be8ca98f771f to your computer and use it in GitHub Desktop.
Crash error when entering a world with Future Mods (Mod version:1.2.0.1 Forge version:14.23.4.2766)
---- Minecraft Crash Report ----
// I just don't know what went wrong :(
Time: 3/9/19 10:59 AM
Description: Exception in server tick loop
java.lang.IllegalArgumentException: ChunkNibbleArrays should be 2048 bytes not: 0
at net.minecraft.world.chunk.NibbleArray.<init>(SourceFile:16)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:449)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT__Async(AnvilChunkLoader.java:128)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:92)
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:142)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:156)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_161, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 116117504 bytes (110 MB) / 390967296 bytes (372 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2766 5 mods loaded, 5 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:------- |:-------------- |:------------ |:----------------------------- |:---------------------------------------- |
| UCHIJAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2766.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAA | forge | 14.23.4.2766 | forge-1.12.2-14.23.4.2766.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAA | futureminecraf | 1.2 | FutureVersionsV1.2.0.1.jar | None |
Loaded coremods (and transformers):
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment