I have been putting together a modpack (mainly for myself, and possibly for others in the future), and I haven't had too many issues, and those I have had, I have been able to resolve relatively easy, though I've been playing in the world for a bit now, testing things out, adjusting config files as I go, etc, when I came across this crash that keeps repeating itself. I can load the world, and I have enough time to move a block or two, and then the game crashes.
I would initially assume that there is something loading from a mod that hasn't loaded before and is causing the game to crash, but I've been through this area a few times now, and this time it is failing.
Below is a sample of the Crash Report that I think is where the bug is claimed (at least this is the area I've used to resolve most of my issue before):
---- Minecraft Crash Report ----
WARNING: coremods are present:
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
Backpacked (backpacked-1.4.2-1.12.2.jar)
Quark Plugin (Quark-r1.6-177.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
MovingWorldCore (movingworld-1.12-6.353-full.jar)
midnight (themidnight-0.3.5.jar)
TransformLoader (DynamicSurroundings-1.12.2-3.6.2.1.jar)
AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
iceandfire (iceandfire-1.9.1-1.12.2.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
FarseekCoreMod (Farseek-1.12-2.5.1.jar)
CoreModLoader (Sound-Physics-1.12.2-1.0.10-1.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
AstralCore (astralsorcery-1.12.2-1.10.19.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.7.1-core.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
Contact their authors BEFORE contacting forge
// You're mean.
Time: 11/26/20 11:19 AM
Description: Exception in server tick loop
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429)
at java.util.HashMap$ValueIterator.next(HashMap.java:1458)
at net.minecraft.world.World.func_147448_a(World.java:1949)
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:856)
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)
I'm not exactly sure what is going on here, is this is the spot I should be looking at (I can attach the rest of the file as well). From reading this, I assume it is saying that there is an issue loading a chunk, possibly a conflict between Minecraft and Forge?
Though I couldn't find a fml-client-latest log file (I searched through the modpack folder, and the original Minecraft folder, and did some searching online on where it's located, and supposedly it's in the log directory, but haven't been able to find it), here is a copy of the latest log file that I found within the log directory within the modpack directory:
(It requires two links, because I don't have pro version of pastebin.com)
After replacing the mod with it's older version, as I mentioned earlier, the game loaded fine, but, now I am getting the same issue when returning to a former chunk.
I could just remove the mod, and I could try to replace it with the newer version, but both of those are undesired.
Any suggestion on how to dive deeper into this issue so that I can better understand and resolve it?
Greetings!
I have been putting together a modpack (mainly for myself, and possibly for others in the future), and I haven't had too many issues, and those I have had, I have been able to resolve relatively easy, though I've been playing in the world for a bit now, testing things out, adjusting config files as I go, etc, when I came across this crash that keeps repeating itself. I can load the world, and I have enough time to move a block or two, and then the game crashes.
I would initially assume that there is something loading from a mod that hasn't loaded before and is causing the game to crash, but I've been through this area a few times now, and this time it is failing.
Below is a sample of the Crash Report that I think is where the bug is claimed (at least this is the area I've used to resolve most of my issue before):
I'm not exactly sure what is going on here, is this is the spot I should be looking at (I can attach the rest of the file as well). From reading this, I assume it is saying that there is an issue loading a chunk, possibly a conflict between Minecraft and Forge?
Any thoughts? Any suggestions?
Add the full report and the fml-client-latest.log
Use pastebin.com
Thank you for the direction to pastebin.com
Here is a link to the full crash report:
Full Crash Report 11-26-20 11.35.55
Though I couldn't find a fml-client-latest log file (I searched through the modpack folder, and the original Minecraft folder, and did some searching online on where it's located, and supposedly it's in the log directory, but haven't been able to find it), here is a copy of the latest log file that I found within the log directory within the modpack directory:
(It requires two links, because I don't have pro version of pastebin.com)
[Part 1]
Latest Log Part 1
[Part 2]
Latest Log Part 2
Test it without toughasnails
Oh no! Not Tough as Nails! That was one of the core ideas that this modpack was based around....
I will give it a shot.
Can you tell me where/how to found that? I would like to understand the code better myself as well.
It is a guess because the last action before crashing was:
[11:23:49] [Client thread/INFO] [toughasnails]: TAN configuration synchronized with the server
You will find it in the fml-client-latest.log
If it is working without it you can try another version:
https://www.curseforge.com/minecraft/mc-mods/tough-as-nails/files/all?filter-game-version=2020709689:6756
Your guess was correct.
Removing that mod allowed the world to load up properly and I could move around and act again.
Do you know what was causing it, or how to begin to resolve it, so that I can continue using that mod?
I don't know why - test it with the last "release" build
Build 3.1.0.139
https://www.curseforge.com/minecraft/mc-mods/tough-as-nails/files/2644652
I'm currently running 3.1.0.141, though it's labeled as Beta, and not release.
I will give that a shot then!
Adding that version of the mod into the modpack allowed the world to be loaded back up.
Thank you for your assistance in helping me (effectively guiding me through) with this issue.
After replacing the mod with it's older version, as I mentioned earlier, the game loaded fine, but, now I am getting the same issue when returning to a former chunk.
I could just remove the mod, and I could try to replace it with the newer version, but both of those are undesired.
Any suggestion on how to dive deeper into this issue so that I can better understand and resolve it?