So I have downloaded the Mr. Crayfish furniture mod onto Forge 1.12.2, but when I try to launch a singleplayer world, it gets stuck on the "Loading World, Building Terrain" screen. It works fine on multiplayer servers.
Launcher Log below:
11:39:31
launcher
Preparing to launch minecraft client for 1.12.2-forge1.12.2-14.23.2.2611
11:39:34
launcher
Checking installations.
11:39:34
launcher
Minecraft client 1.12.2-forge1.12.2-14.23.2.2611 is ready to start.
11:39:34
launcher
Starting!
00:39:39
game
2019-01-10 11:39:39,206 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:39
game
2019-01-10 11:39:39,215 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:39
game
[11:39:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
00:39:39
game
[11:39:39] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
00:39:39
game
[11:39:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
00:39:39
game
[11:39:39] [main/INFO] [FML]: Forge Mod Loader version 14.23.2.2611 for Minecraft 1.12.2 loading
00:39:39
game
[11:39:39] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 8.1:amd64:6.3, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_51
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
00:39:42
game
2019-01-10 11:39:42,018 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:42
game
2019-01-10 11:39:42,038 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:42
game
2019-01-10 11:39:42,040 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:43
game
[11:39:43] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
00:39:43
game
[11:39:43] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
00:39:43
game
[11:39:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
00:39:43
game
[11:39:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
00:39:44
game
[11:39:44] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
00:39:44
game
[11:39:44] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
00:39:44
game
[11:39:44] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
00:39:45
game
[11:39:45] [main/INFO]: Setting user: FlxTheFairy
00:39:51
game
[11:39:51] [main/INFO]: LWJGL Version: 2.9.4
00:39:52
game
[11:39:52] [main/INFO] [FML]: -- System Details --
00:39:52
game
Details:
00:39:52
game
Minecraft Version: 1.12.2
00:39:52
game
Operating System: Windows 8.1 (amd64) version 6.3
00:39:52
game
Java Version: 1.8.0_51, Oracle Corporation
00:39:52
game
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
00:39:52
game
Memory: 422197408 bytes (402 MB) / 771751936 bytes (736 MB) up to 2147483648 bytes (2048 MB)
00:41:15
game
[11:41:15] [Server thread/INFO]: Preparing start region for level 0
00:41:15
game
[11:41:15] [Server thread/WARN]: Could not set level chunk heightmap, array length is 0 instead of 256
00:41:15
game
[11:41:15] [Server thread/ERROR]: Encountered an unexpected exception
00:41:15
game
java.lang.IllegalArgumentException: ChunkNibbleArrays should be 2048 bytes not: 0
00:41:15
game
at net.minecraft.world.chunk.NibbleArray.<init>(SourceFile:16) ~[axs.class:?]
00:41:15
game
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:449) ~[aye.class:?]
00:41:15
game
at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT__Async(AnvilChunkLoader.java:128) ~[aye.class:?]
00:41:15
game
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:92) ~[aye.class:?]
00:41:15
game
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:69) ~[ChunkIOProvider.class:?]
00:41:15
game
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92) ~[ChunkIOExecutor.class:?]
00:41:15
game
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) ~[on.class:?]
00:41:15
game
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89) ~[on.class:?]
00:41:15
game
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135) ~[on.class:?]
00:41:15
game
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344) ~[MinecraftServer.class:?]
00:41:15
game
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:142) ~[chd.class:?]
00:41:15
game
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:156) ~[chd.class:?]
00:41:15
game
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
00:41:15
game
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
00:41:15
game
[11:41:15] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Sarah\AppData\Roaming\.minecraft\crash-reports\crash-2019-01-10_11.41.15-server.txt
00:41:15
game
[11:41:15] [Server thread/INFO]: Stopping server
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving players
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving worlds
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving chunks for level 'Builds'/overworld
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving chunks for level 'Builds'/the_nether
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving chunks for level 'Builds'/the_end
00:41:15
game
[11:41:15] [Server thread/INFO] [FML]: Unloading dimension 0
00:41:15
game
[11:41:15] [Server thread/INFO] [FML]: Unloading dimension -1
00:41:15
game
[11:41:15] [Server thread/INFO] [FML]: Unloading dimension 1
00:41:16
game
[11:41:16] [Server thread/INFO] [FML]: Applying holder lookups
00:41:16
game
[11:41:16] [Server thread/INFO] [FML]: Holder lookups applied
00:41:16
game
[11:41:16] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded.
So I have downloaded the Mr. Crayfish furniture mod onto Forge 1.12.2, but when I try to launch a singleplayer world, it gets stuck on the "Loading World, Building Terrain" screen. It works fine on multiplayer servers.
Launcher Log below:
11:39:31
launcher
Preparing to launch minecraft client for 1.12.2-forge1.12.2-14.23.2.2611
11:39:34
launcher
Checking installations.
11:39:34
launcher
Minecraft client 1.12.2-forge1.12.2-14.23.2.2611 is ready to start.
11:39:34
launcher
Starting!
00:39:39
game
2019-01-10 11:39:39,206 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:39
game
2019-01-10 11:39:39,215 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:39
game
[11:39:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
00:39:39
game
[11:39:39] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
00:39:39
game
[11:39:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
00:39:39
game
[11:39:39] [main/INFO] [FML]: Forge Mod Loader version 14.23.2.2611 for Minecraft 1.12.2 loading
00:39:39
game
[11:39:39] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 8.1:amd64:6.3, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_51
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
00:39:42
game
2019-01-10 11:39:42,018 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:42
game
2019-01-10 11:39:42,038 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:42
game
2019-01-10 11:39:42,040 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:43
game
[11:39:43] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
00:39:43
game
[11:39:43] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
00:39:43
game
[11:39:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
00:39:43
game
[11:39:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
00:39:44
game
[11:39:44] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
00:39:44
game
[11:39:44] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
00:39:44
game
[11:39:44] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
00:39:45
game
[11:39:45] [main/INFO]: Setting user: FlxTheFairy
00:39:51
game
[11:39:51] [main/INFO]: LWJGL Version: 2.9.4
00:39:52
game
[11:39:52] [main/INFO] [FML]: -- System Details --
00:39:52
game
Details:
00:39:52
game
Minecraft Version: 1.12.2
00:39:52
game
Operating System: Windows 8.1 (amd64) version 6.3
00:39:52
game
Java Version: 1.8.0_51, Oracle Corporation
00:39:52
game
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
00:39:52
game
Memory: 422197408 bytes (402 MB) / 771751936 bytes (736 MB) up to 2147483648 bytes (2048 MB)
00:41:15
game
[11:41:15] [Server thread/INFO]: Preparing start region for level 0
00:41:15
game
[11:41:15] [Server thread/WARN]: Could not set level chunk heightmap, array length is 0 instead of 256
00:41:15
game
[11:41:15] [Server thread/ERROR]: Encountered an unexpected exception
00:41:15
game
java.lang.IllegalArgumentException: ChunkNibbleArrays should be 2048 bytes not: 0
00:41:15
game
at net.minecraft.world.chunk.NibbleArray.(SourceFile:16) ~[axs.class:?]
00:41:15
game
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:449) ~[aye.class:?]
00:41:15
game
at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT__Async(AnvilChunkLoader.java:128) ~[aye.class:?]
00:41:15
game
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:92) ~[aye.class:?]
00:41:15
game
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:69) ~[ChunkIOProvider.class:?]
00:41:15
game
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92) ~[ChunkIOExecutor.class:?]
00:41:15
game
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) ~[on.class:?]
00:41:15
game
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89) ~[on.class:?]
00:41:15
game
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135) ~[on.class:?]
00:41:15
game
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344) ~[MinecraftServer.class:?]
00:41:15
game
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:142) ~[chd.class:?]
00:41:15
game
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:156) ~[chd.class:?]
00:41:15
game
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
00:41:15
game
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
00:41:15
game
[11:41:15] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Sarah\AppData\Roaming\.minecraft\crash-reports\crash-2019-01-10_11.41.15-server.txt
00:41:15
game
[11:41:15] [Server thread/INFO]: Stopping server
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving players
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving worlds
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving chunks for level 'Builds'/overworld
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving chunks for level 'Builds'/the_nether
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving chunks for level 'Builds'/the_end
00:41:15
game
[11:41:15] [Server thread/INFO] [FML]: Unloading dimension 0
00:41:15
game
[11:41:15] [Server thread/INFO] [FML]: Unloading dimension -1
00:41:15
game
[11:41:15] [Server thread/INFO] [FML]: Unloading dimension 1
00:41:16
game
[11:41:16] [Server thread/INFO] [FML]: Applying holder lookups
00:41:16
game
[11:41:16] [Server thread/INFO] [FML]: Holder lookups applied
00:41:16
game
[11:41:16] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded.
Can you please paste this into a Spoiler?? as its a bit long. shown below
Rollback Post to RevisionRollBack
Proud Owner of LopizNetworks! An epic community with epic people such as you!
So I have downloaded the Mr. Crayfish furniture mod onto Forge 1.12.2, but when I try to launch a singleplayer world, it gets stuck on the "Loading World, Building Terrain" screen. It works fine on multiplayer servers.
Launcher Log below:
11:39:31
launcher
Preparing to launch minecraft client for 1.12.2-forge1.12.2-14.23.2.2611
11:39:34
launcher
Checking installations.
11:39:34
launcher
Minecraft client 1.12.2-forge1.12.2-14.23.2.2611 is ready to start.
11:39:34
launcher
Starting!
00:39:39
game
2019-01-10 11:39:39,206 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:39
game
2019-01-10 11:39:39,215 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:39
game
[11:39:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
00:39:39
game
[11:39:39] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
00:39:39
game
[11:39:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
00:39:39
game
[11:39:39] [main/INFO] [FML]: Forge Mod Loader version 14.23.2.2611 for Minecraft 1.12.2 loading
00:39:39
game
[11:39:39] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 8.1:amd64:6.3, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_51
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
00:39:40
game
[11:39:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
00:39:42
game
2019-01-10 11:39:42,018 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:42
game
2019-01-10 11:39:42,038 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:42
game
2019-01-10 11:39:42,040 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
00:39:43
game
[11:39:43] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
00:39:43
game
[11:39:43] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
00:39:43
game
[11:39:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
00:39:43
game
[11:39:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
00:39:44
game
[11:39:44] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
00:39:44
game
[11:39:44] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
00:39:44
game
[11:39:44] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
00:39:45
game
[11:39:45] [main/INFO]: Setting user: FlxTheFairy
00:39:51
game
[11:39:51] [main/INFO]: LWJGL Version: 2.9.4
00:39:52
game
[11:39:52] [main/INFO] [FML]: -- System Details --
00:39:52
game
Details:
00:39:52
game
Minecraft Version: 1.12.2
00:39:52
game
Operating System: Windows 8.1 (amd64) version 6.3
00:39:52
game
Java Version: 1.8.0_51, Oracle Corporation
00:39:52
game
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
00:39:52
game
Memory: 422197408 bytes (402 MB) / 771751936 bytes (736 MB) up to 2147483648 bytes (2048 MB)
00:39:52
game
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
00:39:52
game
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
00:39:52
game
FML:
00:39:52
game
Loaded coremods (and transformers):
00:39:52
game
GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3496' Renderer: 'Intel(R) HD Graphics 4400'
00:39:52
game
[11:39:52] [main/INFO] [FML]: MinecraftForge v14.23.2.2611 Initialized
00:39:52
game
[11:39:52] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
00:39:53
game
[11:39:53] [main/INFO] [FML]: Replaced 1036 ore ingredients
00:39:53
game
[11:39:53] [main/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
00:39:53
game
[11:39:53] [main/INFO] [FML]: Searching C:\Users\Sarah\AppData\Roaming\.minecraft\mods for mods
00:39:54
game
[11:39:54] [main/INFO] [mercurius_updater]: Mod mercurius_updater is missing the required element 'name'. Substituting mercurius_updater
00:39:55
game
[11:39:55] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 189287615 nanos
00:39:55
game
[11:39:55] [main/INFO] [FML]: Forge Mod Loader has identified 6 mods to load
00:39:55
game
[11:39:55] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, mercurius_updater, cfm] at CLIENT
00:39:55
game
[11:39:55] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, mercurius_updater, cfm] at SERVER
00:39:57
game
[11:39:57] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:mercurius_updater, FMLFileResourcePack:MrCrayfish's Furniture Mod
00:39:57
game
[11:39:57] [main/INFO] [FML]: Processing ObjectHolder annotations
00:39:57
game
[11:39:57] [main/INFO] [FML]: Found 1168 ObjectHolder annotations
00:39:57
game
[11:39:57] [main/INFO] [FML]: Identifying ItemStackHolder annotations
00:39:57
game
[11:39:57] [main/INFO] [FML]: Found 0 ItemStackHolder annotations
00:39:57
game
[11:39:57] [main/INFO] [FML]: Configured a dormant chunk cache size of 0
00:39:57
game
[11:39:57] [main/INFO] [mercurius]: Version Number exists, Using it: 1.12.2-1.0.5.24
00:39:57
game
[11:39:57] [main/INFO] [mercurius]: File exists, Checking hash: C:\Users\Sarah\AppData\Roaming\.minecraft\libraries\net\minecraftforge\Mercurius\1.12.2-1.0.5.24\Mercurius-1.12.2-1.0.5.24.jar
00:39:57
game
[11:39:57] [main/INFO] [mercurius]: Hash matches, Skipping download: 5f298bf707fd9e9400abe46e271f4648f0ec49cb
00:39:57
game
[11:39:57] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
00:39:57
game
[11:39:57] [main/INFO] [mercurius]: Mercurius Jar contains all signed files! Continueing loading!
00:39:58
game
[11:39:58] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: OUTDATED Target: 14.23.5.2768
00:39:59
game
[11:39:59] [main/INFO] [FML]: Applying holder lookups
00:39:59
game
[11:39:59] [main/INFO] [FML]: Holder lookups applied
00:39:59
game
[11:39:59] [main/INFO] [FML]: Applying holder lookups
00:39:59
game
[11:39:59] [main/INFO] [FML]: Holder lookups applied
00:39:59
game
[11:39:59] [main/INFO] [FML]: Applying holder lookups
00:39:59
game
[11:39:59] [main/INFO] [FML]: Holder lookups applied
00:39:59
game
[11:39:59] [main/INFO] [FML]: Applying holder lookups
00:39:59
game
[11:39:59] [main/INFO] [FML]: Holder lookups applied
00:39:59
game
[11:39:59] [main/INFO] [FML]: Injecting itemstacks
00:39:59
game
[11:39:59] [main/INFO] [FML]: Itemstack injection complete
00:40:05
game
[11:40:05] [main/WARN]: File cfm:sounds/channel_news.ogg does not exist, cannot add it to event cfm:channel_news
00:40:05
game
[11:40:05] [main/WARN]: File cfm:sounds/channel_cooking.ogg does not exist, cannot add it to event cfm:channel_cooking
00:40:05
game
[11:40:05] [main/WARN]: File cfm:sounds/channel_sam_tabor.ogg does not exist, cannot add it to event cfm:channel_sam_tabor
00:40:05
game
[11:40:05] [main/WARN]: File cfm:sounds/channel_heman.ogg does not exist, cannot add it to event cfm:channel_heman
00:40:05
game
[11:40:05] [main/WARN]: File cfm:sounds/channel_switch.ogg does not exist, cannot add it to event cfm:channel_switch
00:40:05
game
[11:40:05] [Sound Library Loader/INFO]: Starting up SoundSystem...
00:40:06
game
[11:40:06] [Thread-6/INFO]: Initializing LWJGL OpenAL
00:40:06
game
[11:40:06] [Thread-6/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
00:40:07
game
[11:40:07] [Thread-6/INFO]: OpenAL initialized.
00:40:07
game
[11:40:07] [Sound Library Loader/INFO]: Sound engine started
00:40:15
game
[11:40:15] [main/INFO] [FML]: Max texture size: 8192
00:40:22
game
[11:40:22] [main/INFO]: Created: 512x512 textures-atlas
00:40:46
game
[11:40:46] [main/INFO] [FML]: Applying holder lookups
00:40:46
game
[11:40:46] [main/INFO] [FML]: Holder lookups applied
00:40:46
game
[11:40:46] [main/INFO] [FML]: Injecting itemstacks
00:40:46
game
[11:40:46] [main/INFO] [FML]: Itemstack injection complete
00:40:47
game
[11:40:47] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 6 mods
00:40:47
game
[11:40:47] [main/INFO]: Narrator library for x64 successfully loaded
00:41:13
game
[11:41:13] [Server thread/INFO]: Starting integrated minecraft server version 1.12.2
00:41:13
game
[11:41:13] [Server thread/INFO]: Generating keypair
00:41:13
game
[11:41:13] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
00:41:14
game
[11:41:14] [Server thread/INFO] [FML]: Applying holder lookups
00:41:14
game
[11:41:14] [Server thread/INFO] [FML]: Holder lookups applied
00:41:14
game
[11:41:14] [Server thread/INFO] [FML]: Loading dimension 0 (Builds) ([email protected])
00:41:15
game
[11:41:15] [Server thread/INFO]: Loaded 513 advancements
00:41:15
game
[11:41:15] [Server thread/INFO] [FML]: Loading dimension 1 (Builds) ([email protected])
00:41:15
game
[11:41:15] [Server thread/INFO] [FML]: Loading dimension -1 (Builds) ([email protected])
00:41:15
game
[11:41:15] [Server thread/INFO]: Preparing start region for level 0
00:41:15
game
[11:41:15] [Server thread/WARN]: Could not set level chunk heightmap, array length is 0 instead of 256
00:41:15
game
[11:41:15] [Server thread/ERROR]: Encountered an unexpected exception
00:41:15
game
java.lang.IllegalArgumentException: ChunkNibbleArrays should be 2048 bytes not: 0
00:41:15
game
at net.minecraft.world.chunk.NibbleArray.<init>(SourceFile:16) ~[axs.class:?]
00:41:15
game
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:449) ~[aye.class:?]
00:41:15
game
at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT__Async(AnvilChunkLoader.java:128) ~[aye.class:?]
00:41:15
game
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:92) ~[aye.class:?]
00:41:15
game
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:69) ~[ChunkIOProvider.class:?]
00:41:15
game
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92) ~[ChunkIOExecutor.class:?]
00:41:15
game
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) ~[on.class:?]
00:41:15
game
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89) ~[on.class:?]
00:41:15
game
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135) ~[on.class:?]
00:41:15
game
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344) ~[MinecraftServer.class:?]
00:41:15
game
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:142) ~[chd.class:?]
00:41:15
game
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:156) ~[chd.class:?]
00:41:15
game
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?]
00:41:15
game
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
00:41:15
game
[11:41:15] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Sarah\AppData\Roaming\.minecraft\crash-reports\crash-2019-01-10_11.41.15-server.txt
00:41:15
game
[11:41:15] [Server thread/INFO]: Stopping server
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving players
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving worlds
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving chunks for level 'Builds'/overworld
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving chunks for level 'Builds'/the_nether
00:41:15
game
[11:41:15] [Server thread/INFO]: Saving chunks for level 'Builds'/the_end
00:41:15
game
[11:41:15] [Server thread/INFO] [FML]: Unloading dimension 0
00:41:15
game
[11:41:15] [Server thread/INFO] [FML]: Unloading dimension -1
00:41:15
game
[11:41:15] [Server thread/INFO] [FML]: Unloading dimension 1
00:41:16
game
[11:41:16] [Server thread/INFO] [FML]: Applying holder lookups
00:41:16
game
[11:41:16] [Server thread/INFO] [FML]: Holder lookups applied
00:41:16
game
[11:41:16] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded.
This crash report has been saved to: C:\Users\Sarah\AppData\Roaming\.minecraft\crash-reports\crash-2019-01-10_11.41.15-server.txt
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCan you please paste this into a Spoiler?? as its a bit long. shown below
Proud Owner of LopizNetworks! An epic community with epic people such as you!
Website: LopizNetworks.com
Server hosted by RabbitNode.
Affiliate Link: https://my.rabbitnode.com/aff.php?aff=54