For some reason, one of my modpack is occasionally crashing. It's kinda hard to reproduce, but it has happened 3 times so far within the five days I was playtesting it.
The first time I was in a roguelike dungeon's bottom floor:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.0.4.3.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.1.5-universal.jar)
No More Glowing Pots (nomoreglowingpots-1.0.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
AstralCore (astralsorcery-1.12.2-1.9.1.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
Contact their authors BEFORE contacting forge
// Who set us up the TNT?
Time: 6/17/18 2:05 PM
Description: Exception in server tick loop
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(Unknown Source)
at java.util.HashMap$KeyIterator.next(Unknown Source)
at net.minecraft.entity.EntityTracker.func_72788_a(EntityTracker.java:290)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:779)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
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_171, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2439435496 bytes (2326 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.4.2705 81 mods loaded, 81 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Hydraheads'/431, l='Story Mode', x=101.53, y=10.00, z=-426.10]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
The second time happened a little while after under the same condition, lots of mobs attacking me at once on the bottom floor:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.0.4.3.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.1.5-universal.jar)
No More Glowing Pots (nomoreglowingpots-1.0.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
AstralCore (astralsorcery-1.12.2-1.9.1.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
Contact their authors BEFORE contacting forge
// Oh - I know what I did wrong!
Time: 6/17/18 2:14 PM
Description: Exception in server tick loop
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(Unknown Source)
at java.util.HashMap$KeyIterator.next(Unknown Source)
at net.minecraft.entity.EntityTracker.func_72788_a(EntityTracker.java:290)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:779)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
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_171, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2637922960 bytes (2515 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.4.2705 81 mods loaded, 81 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Hydraheads'/418, l='Story Mode', x=130.24, y=7.00, z=-397.21]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
At this point, I was sure it was that mod so I removed it (I have other reasons for removing it but won't get into that).
But a day and a half later, I take on a battle tower and kill the golem. On death the game crashed:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.0.4.3.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.1.5-universal.jar)
No More Glowing Pots (nomoreglowingpots-1.0.jar)
llibrary (llibrary-core-1.0.6-1.12.2.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
AstralCore (astralsorcery-1.12.2-1.9.1.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
Contact their authors BEFORE contacting forge
// Quite honestly, I wouldn't worry myself about that.
Time: 6/18/18 11:10 AM
Description: Exception in server tick loop
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(Unknown Source)
at java.util.HashMap$KeyIterator.next(Unknown Source)
at net.minecraft.entity.EntityTracker.func_72788_a(EntityTracker.java:290)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:779)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
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_171, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2346659320 bytes (2237 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.4.2705 82 mods loaded, 82 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Hydraheads'/414, l='Story Mode', x=1344.79, y=117.50, z=-21.70]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Same crash more or less? Reloading it left me with a dead golem and the tower didn't even start exploding like usual. But that was a battle tower, and I had cleared those before on the same save without crashes. Seems like an occasional slip-up but having crashes like these unnerve me....
Does anyone here understand this one?
I've dealt with many reports in the past but this just goes right over my head. I don't see the "issue". When I googled it there were so many different answers and none of them seemed to be a similar enough situation to mine.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
For some reason, one of my modpack is occasionally crashing. It's kinda hard to reproduce, but it has happened 3 times so far within the five days I was playtesting it.
The first time I was in a roguelike dungeon's bottom floor:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.0.4.3.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.1.5-universal.jar)
No More Glowing Pots (nomoreglowingpots-1.0.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
AstralCore (astralsorcery-1.12.2-1.9.1.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
Contact their authors BEFORE contacting forge
// Who set us up the TNT?
Time: 6/17/18 2:05 PM
Description: Exception in server tick loop
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(Unknown Source)
at java.util.HashMap$KeyIterator.next(Unknown Source)
at net.minecraft.entity.EntityTracker.func_72788_a(EntityTracker.java:290)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:779)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
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_171, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2439435496 bytes (2326 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.4.2705 81 mods loaded, 81 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 |
|:--------- |:-------------------- |:------------------------ |:--------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | modpack.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.4.2705 | modpack.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | creativecoredummy | 1.0.0 | minecraft.jar | None |
| UCHIJAAAA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| UCHIJAAAA | swordskillsapi | 1.1.0 | 1.12.2-SwordSkillsApi-1.1.0.jar | None |
| UCHIJAAAA | dynamicswordskills | 1.12.2-6.0.1 | 1.12.2-DynamicSwordSkills-6.0.1.jar | None |
| UCHIJAAAA | aether_legacy | 1.12.2-v3.0 | aether_legacy-1.12.2-v3.0.jar | None |
| UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHIJAAAA | astralsorcery | 1.9.1 | astralsorcery-1.12.2-1.9.1.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCHIJAAAA | autoreglib | 1.3-17 | AutoRegLib-1.3-17.jar | None |
| UCHIJAAAA | battletowers | 1.6.3 | BattleTowers-1.12.2.jar | None |
| UCHIJAAAA | baubleofundying | 1.0.1 | BaubleOfUndying-1.12-1.0.1.jar | None |
| UCHIJAAAA | betterquesting | 3.5.258 | BetterQuesting-3.5.258.jar | None |
| UCHIJAAAA | biomesoplenty | 7.0.1.2384 | BiomesOPlenty-1.12.2-7.0.1.2384-universal.jar | None |
| UCHIJAAAA | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | bullseye | 3.0.6 | Bullseye-1.12.2-3.0.6.jar | None |
| UCHIJAAAA | cleanview | 1.12.2-v1a | CleanView-1.12.2-v1a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UCHIJAAAA | colytra | 1.0.4.3 | colytra-1.12.2-1.0.4.3.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAAAA | coralreef | 2.0 | Coral-Reef-Mod-1.12.2.jar | None |
| UCHIJAAAA | corpsecomplex | 1.0.2.2 | corpsecomplex-1.12.2-1.0.2.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAAAA | creativecore | 1.9.9 | CreativeCore_v1.9.22_mc1.12.2.jar | None |
| UCHIJAAAA | customstartinggear | 1.2.0 | CustomStartingGear-1.12-1.2.0.9-universal.jar | None |
| UCHIJAAAA | cyclopscore | 0.11.6 | CyclopsCore-1.12.2-0.11.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | dailies | 1.12.2-6 | dailies-1.12.2-6.jar | None |
| UCHIJAAAA | defaultoptions | 9.2.7 | DefaultOptions_1.12.2-9.2.7.jar | None |
| UCHIJAAAA | dimdoors | 3.0.9+287 | DimensionalDoors-3.0.9-287.jar | None |
| UCHIJAAAA | dirt2path | 1.7.1 | dirt2path-1.7.1.jar | None |
| UCHIJAAAA | dldungeonsjdg | 1.11.1 | DoomlikeDungeons-1.11.1-MC1.12.2.jar | None |
| UCHIJAAAA | lootablebodies | 2.4.0 | DrCyanosLootableBodies_1.12-2.4.0.jar | None |
| UCHIJAAAA | enchantchanger | 1.12-1.9.15 | EnchantChanger-1.12-1.9.15.jar | None |
| UCHIJAAAA | endthereal | 1.0 | Endthereal-1.0.jar | None |
| UCHIJAAAA | enhanced_snowman | 1.0 | EnhancedSnowman-1.12-1.0.1.jar | None |
| UCHIJAAAA | et | 1.2.0 | ExpTranslation-1.12.2-1.2.0.jar | None |
| UCHIJAAAA | extraalchemy | 0.3.8.4-release | extraalchemy-0.3.8.4-release.jar | None |
| UCHIJAAAA | familiarfauna | 1.0.10 | FamiliarFauna-1.12.2-1.0.10.jar | None |
| UCHIJAAAA | galaxite | 1.0.5 | galaxite-1.0.5-mc1.12.x.jar | None |
| UCHIJAAAA | heartdrops | 1.12.2-2.0.3.0 | heartdrops-1.12.2-2.0.5.2.jar | None |
| UCHIJAAAA | horsetweaks | 1.0.3 | HorseTweaks_1.12.2-1.0.3.jar | None |
| UCHIJAAAA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| UCHIJAAAA | ikwid | 1.0.2 | ikwid-1.0.2.jar | None |
| UCHIJAAAA | improvedbackpacks | 1.12-1.1.2.0 | ImprovedBackpacks-1.12-1.1.2.0.jar | None |
| UCHIJAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJAAAA | jei | 4.8.5.138 | jei_1.12.2-4.8.5.138.jar | None |
| UCHIJAAAA | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
| UCHIJAAAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| UCHIJAAAA | mapwriter | 2.8.2 | MapWriter-1.12.2-2.8.2.jar | None |
| UCHIJAAAA | materialchanger | 1.0 | materialchanger1.0.2-1.12.2.jar | None |
| UCHIJAAAA | metamorph | 1.1.5 | metamorph-1.1.5-1.12.2.jar | None |
| UCHIJAAAA | minecraftboom | 1.4.3 | minecraftboom-1.12.2-1.4.3-universal.jar | None |
| UCHIJAAAA | testdummy | 1.12 | MmmMmmMmmMmm-1.12-1.14.jar | None |
| UCHIJAAAA | mob_mash | 2.4 | Mob+Mash-2.4.jar | None |
| UCHIJAAAA | natura | 1.12.2-4.3.2.49 | natura-1.12.2-4.3.2.49.jar | None |
| UCHIJAAAA | nonvflash | 1.2.0 | NoNVFlash-1.12.2-1.2.0.3-universal.jar | None |
| UCHIJAAAA | norecipebook | 1.2.0 | noRecipeBook_v1.2.0formc1.12.2.jar | None |
| UCHIJAAAA | parry | 1.0 | parry-1.0-hotfix.jar | None |
| UCHIJAAAA | playerrevive | 1.0 | PlayerRevive_v1.2.13_mc1.12.2.jar | None |
| UCHIJAAAA | pcb | 1.5.0 | portablecraftbench-1.12.2-1.5.1.jar | None |
| UCHIJAAAA | primitivemobs | 1.1.6 | primitivemobs-1.1.6_beta.jar | None |
| UCHIJAAAA | pureflesh | 1.0.1 | PureFlesh-1.0.1.jar | None |
| UCHIJAAAA | rfa | 1.0.0 | RecipesForAll-1.0.0.jar | None |
| UCHIJAAAA | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
| UCHIJAAAA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
| UCHIJAAAA | ruins | 17.1 | Ruins-1.12.2.jar | None |
| UCHIJAAAA | sereneseasons | 1.1.5 | SereneSeasons-1.12.2-1.1.5-universal.jar | None |
| UCHIJAAAA | shipwrecks_winslow | 2.0.0 | shipwrecks-mc1.12.2-2.0.0.jar | None |
| UCHIJAAAA | sophisticatedwolves | 3.13.3 | SophisticatedWolves-1.12.2-3.13.3.jar | None |
| UCHIJAAAA | bq_standard | 3.4.143 | StandardExpansion-3.4.143.jar | None |
| UCHIJAAAA | stg | 1.11.2-1.1.2 | swing through grass.jar | None |
| UCHIJAAAA | tconstruct | 1.12.2-2.10.1.84 | TConstruct-1.12.2-2.10.1.84.jar | None |
| UCHIJAAAA | thebetweenlands | 3.3.8 | TheBetweenlands-3.3.8-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| UCHIJAAAA | theeightfabledblades | 1.0.0 | TheEightFabledBlades+V1.0.0.jar | None |
| UCHIJAAAA | torchmaster | 1.6.4.62 | torchmaster_1.12.2-1.6.4.62.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| UCHIJAAAA | bspkrscore | at_0.9 | Treecapitator-1.12-at_0.9a.jar | None |
| UCHIJAAAA | treecapitator | at_0.9 | Treecapitator-1.12-at_0.9a.jar | None |
| UCHIJAAAA | trumpetskeleton | 1.12-1.0.2.1 | trumpetskeleton-1.12-1.0.2.1.jar | None |
| UCHIJAAAA | twilightforest | 3.7.424 | twilightforest-1.12.2-3.7.424-universal.jar | None |
| UCHIJAAAA | vulcanite | 1.3.9 | vulcanite-1.3.9-mc1.12.x.jar | None |
| UCHIJAAAA | waystones | 4.0.43 | Waystones_1.12.2-4.0.43.jar | None |
| UCHIJAAAA | wolfarmor | 2.2.3.6 | wolfarmor-1.12.2-2.2.3.1798-universal.jar | None |
Loaded coremods (and transformers):
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
ColytraLoadingPlugin (colytra-1.12.2-1.0.4.3.jar)
c4.colytra.core.asm.ElytraTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.1.5-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
No More Glowing Pots (nomoreglowingpots-1.0.jar)
zabi.minecraft.nomoreglowingpots.PotionTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
AstralCore (astralsorcery-1.12.2-1.9.1.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
lumien.bloodmoon.asm.ClassTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- wailaIntegration (Enabled/Not Forced)
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Hydraheads'/431, l='Story Mode', x=101.53, y=10.00, z=-426.10]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
The second time happened a little while after under the same condition, lots of mobs attacking me at once on the bottom floor:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.0.4.3.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.1.5-universal.jar)
No More Glowing Pots (nomoreglowingpots-1.0.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
AstralCore (astralsorcery-1.12.2-1.9.1.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
Contact their authors BEFORE contacting forge
// Oh - I know what I did wrong!
Time: 6/17/18 2:14 PM
Description: Exception in server tick loop
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(Unknown Source)
at java.util.HashMap$KeyIterator.next(Unknown Source)
at net.minecraft.entity.EntityTracker.func_72788_a(EntityTracker.java:290)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:779)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
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_171, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2637922960 bytes (2515 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.4.2705 81 mods loaded, 81 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 |
|:--------- |:-------------------- |:------------------------ |:--------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | modpack.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.4.2705 | modpack.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | creativecoredummy | 1.0.0 | minecraft.jar | None |
| UCHIJAAAA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| UCHIJAAAA | swordskillsapi | 1.1.0 | 1.12.2-SwordSkillsApi-1.1.0.jar | None |
| UCHIJAAAA | dynamicswordskills | 1.12.2-6.0.1 | 1.12.2-DynamicSwordSkills-6.0.1.jar | None |
| UCHIJAAAA | aether_legacy | 1.12.2-v3.0 | aether_legacy-1.12.2-v3.0.jar | None |
| UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHIJAAAA | astralsorcery | 1.9.1 | astralsorcery-1.12.2-1.9.1.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCHIJAAAA | autoreglib | 1.3-17 | AutoRegLib-1.3-17.jar | None |
| UCHIJAAAA | battletowers | 1.6.3 | BattleTowers-1.12.2.jar | None |
| UCHIJAAAA | baubleofundying | 1.0.1 | BaubleOfUndying-1.12-1.0.1.jar | None |
| UCHIJAAAA | betterquesting | 3.5.258 | BetterQuesting-3.5.258.jar | None |
| UCHIJAAAA | biomesoplenty | 7.0.1.2384 | BiomesOPlenty-1.12.2-7.0.1.2384-universal.jar | None |
| UCHIJAAAA | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | bullseye | 3.0.6 | Bullseye-1.12.2-3.0.6.jar | None |
| UCHIJAAAA | cleanview | 1.12.2-v1a | CleanView-1.12.2-v1a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UCHIJAAAA | colytra | 1.0.4.3 | colytra-1.12.2-1.0.4.3.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAAAA | coralreef | 2.0 | Coral-Reef-Mod-1.12.2.jar | None |
| UCHIJAAAA | corpsecomplex | 1.0.2.2 | corpsecomplex-1.12.2-1.0.2.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAAAA | creativecore | 1.9.9 | CreativeCore_v1.9.22_mc1.12.2.jar | None |
| UCHIJAAAA | customstartinggear | 1.2.0 | CustomStartingGear-1.12-1.2.0.9-universal.jar | None |
| UCHIJAAAA | cyclopscore | 0.11.6 | CyclopsCore-1.12.2-0.11.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | dailies | 1.12.2-6 | dailies-1.12.2-6.jar | None |
| UCHIJAAAA | defaultoptions | 9.2.7 | DefaultOptions_1.12.2-9.2.7.jar | None |
| UCHIJAAAA | dimdoors | 3.0.9+287 | DimensionalDoors-3.0.9-287.jar | None |
| UCHIJAAAA | dirt2path | 1.7.1 | dirt2path-1.7.1.jar | None |
| UCHIJAAAA | dldungeonsjdg | 1.11.1 | DoomlikeDungeons-1.11.1-MC1.12.2.jar | None |
| UCHIJAAAA | lootablebodies | 2.4.0 | DrCyanosLootableBodies_1.12-2.4.0.jar | None |
| UCHIJAAAA | enchantchanger | 1.12-1.9.15 | EnchantChanger-1.12-1.9.15.jar | None |
| UCHIJAAAA | endthereal | 1.0 | Endthereal-1.0.jar | None |
| UCHIJAAAA | enhanced_snowman | 1.0 | EnhancedSnowman-1.12-1.0.1.jar | None |
| UCHIJAAAA | et | 1.2.0 | ExpTranslation-1.12.2-1.2.0.jar | None |
| UCHIJAAAA | extraalchemy | 0.3.8.4-release | extraalchemy-0.3.8.4-release.jar | None |
| UCHIJAAAA | familiarfauna | 1.0.10 | FamiliarFauna-1.12.2-1.0.10.jar | None |
| UCHIJAAAA | galaxite | 1.0.5 | galaxite-1.0.5-mc1.12.x.jar | None |
| UCHIJAAAA | heartdrops | 1.12.2-2.0.3.0 | heartdrops-1.12.2-2.0.5.2.jar | None |
| UCHIJAAAA | horsetweaks | 1.0.3 | HorseTweaks_1.12.2-1.0.3.jar | None |
| UCHIJAAAA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| UCHIJAAAA | ikwid | 1.0.2 | ikwid-1.0.2.jar | None |
| UCHIJAAAA | improvedbackpacks | 1.12-1.1.2.0 | ImprovedBackpacks-1.12-1.1.2.0.jar | None |
| UCHIJAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJAAAA | jei | 4.8.5.138 | jei_1.12.2-4.8.5.138.jar | None |
| UCHIJAAAA | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
| UCHIJAAAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| UCHIJAAAA | mapwriter | 2.8.2 | MapWriter-1.12.2-2.8.2.jar | None |
| UCHIJAAAA | materialchanger | 1.0 | materialchanger1.0.2-1.12.2.jar | None |
| UCHIJAAAA | metamorph | 1.1.5 | metamorph-1.1.5-1.12.2.jar | None |
| UCHIJAAAA | minecraftboom | 1.4.3 | minecraftboom-1.12.2-1.4.3-universal.jar | None |
| UCHIJAAAA | testdummy | 1.12 | MmmMmmMmmMmm-1.12-1.14.jar | None |
| UCHIJAAAA | mob_mash | 2.4 | Mob+Mash-2.4.jar | None |
| UCHIJAAAA | natura | 1.12.2-4.3.2.49 | natura-1.12.2-4.3.2.49.jar | None |
| UCHIJAAAA | nonvflash | 1.2.0 | NoNVFlash-1.12.2-1.2.0.3-universal.jar | None |
| UCHIJAAAA | norecipebook | 1.2.0 | noRecipeBook_v1.2.0formc1.12.2.jar | None |
| UCHIJAAAA | parry | 1.0 | parry-1.0-hotfix.jar | None |
| UCHIJAAAA | playerrevive | 1.0 | PlayerRevive_v1.2.13_mc1.12.2.jar | None |
| UCHIJAAAA | pcb | 1.5.0 | portablecraftbench-1.12.2-1.5.1.jar | None |
| UCHIJAAAA | primitivemobs | 1.1.6 | primitivemobs-1.1.6_beta.jar | None |
| UCHIJAAAA | pureflesh | 1.0.1 | PureFlesh-1.0.1.jar | None |
| UCHIJAAAA | rfa | 1.0.0 | RecipesForAll-1.0.0.jar | None |
| UCHIJAAAA | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
| UCHIJAAAA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
| UCHIJAAAA | ruins | 17.1 | Ruins-1.12.2.jar | None |
| UCHIJAAAA | sereneseasons | 1.1.5 | SereneSeasons-1.12.2-1.1.5-universal.jar | None |
| UCHIJAAAA | shipwrecks_winslow | 2.0.0 | shipwrecks-mc1.12.2-2.0.0.jar | None |
| UCHIJAAAA | sophisticatedwolves | 3.13.3 | SophisticatedWolves-1.12.2-3.13.3.jar | None |
| UCHIJAAAA | bq_standard | 3.4.143 | StandardExpansion-3.4.143.jar | None |
| UCHIJAAAA | stg | 1.11.2-1.1.2 | swing through grass.jar | None |
| UCHIJAAAA | tconstruct | 1.12.2-2.10.1.84 | TConstruct-1.12.2-2.10.1.84.jar | None |
| UCHIJAAAA | thebetweenlands | 3.3.8 | TheBetweenlands-3.3.8-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| UCHIJAAAA | theeightfabledblades | 1.0.0 | TheEightFabledBlades+V1.0.0.jar | None |
| UCHIJAAAA | torchmaster | 1.6.4.62 | torchmaster_1.12.2-1.6.4.62.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| UCHIJAAAA | bspkrscore | at_0.9 | Treecapitator-1.12-at_0.9a.jar | None |
| UCHIJAAAA | treecapitator | at_0.9 | Treecapitator-1.12-at_0.9a.jar | None |
| UCHIJAAAA | trumpetskeleton | 1.12-1.0.2.1 | trumpetskeleton-1.12-1.0.2.1.jar | None |
| UCHIJAAAA | twilightforest | 3.7.424 | twilightforest-1.12.2-3.7.424-universal.jar | None |
| UCHIJAAAA | vulcanite | 1.3.9 | vulcanite-1.3.9-mc1.12.x.jar | None |
| UCHIJAAAA | waystones | 4.0.43 | Waystones_1.12.2-4.0.43.jar | None |
| UCHIJAAAA | wolfarmor | 2.2.3.6 | wolfarmor-1.12.2-2.2.3.1798-universal.jar | None |
Loaded coremods (and transformers):
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
ColytraLoadingPlugin (colytra-1.12.2-1.0.4.3.jar)
c4.colytra.core.asm.ElytraTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.1.5-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
No More Glowing Pots (nomoreglowingpots-1.0.jar)
zabi.minecraft.nomoreglowingpots.PotionTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
AstralCore (astralsorcery-1.12.2-1.9.1.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
lumien.bloodmoon.asm.ClassTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- wailaIntegration (Enabled/Not Forced)
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Hydraheads'/418, l='Story Mode', x=130.24, y=7.00, z=-397.21]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
At this point, I was sure it was that mod so I removed it (I have other reasons for removing it but won't get into that).
But a day and a half later, I take on a battle tower and kill the golem. On death the game crashed:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.0.4.3.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.1.5-universal.jar)
No More Glowing Pots (nomoreglowingpots-1.0.jar)
llibrary (llibrary-core-1.0.6-1.12.2.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
AstralCore (astralsorcery-1.12.2-1.9.1.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
Contact their authors BEFORE contacting forge
// Quite honestly, I wouldn't worry myself about that.
Time: 6/18/18 11:10 AM
Description: Exception in server tick loop
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(Unknown Source)
at java.util.HashMap$KeyIterator.next(Unknown Source)
at net.minecraft.entity.EntityTracker.func_72788_a(EntityTracker.java:290)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:779)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
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_171, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2346659320 bytes (2237 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.4.2705 82 mods loaded, 82 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 |
|:--------- |:-------------------- |:------------------------ |:--------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | modpack.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.4.2705 | modpack.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | creativecoredummy | 1.0.0 | minecraft.jar | None |
| UCHIJAAAA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| UCHIJAAAA | swordskillsapi | 1.1.0 | 1.12.2-SwordSkillsApi-1.1.0.jar | None |
| UCHIJAAAA | dynamicswordskills | 1.12.2-6.0.1 | 1.12.2-DynamicSwordSkills-6.0.1.jar | None |
| UCHIJAAAA | aether_legacy | 1.12.2-v3.0 | aether_legacy-1.12.2-v3.0.jar | None |
| UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHIJAAAA | astralsorcery | 1.9.1 | astralsorcery-1.12.2-1.9.1.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCHIJAAAA | autoreglib | 1.3-17 | AutoRegLib-1.3-17.jar | None |
| UCHIJAAAA | battletowers | 1.6.3 | BattleTowers-1.12.2.jar | None |
| UCHIJAAAA | baubleofundying | 1.0.1 | BaubleOfUndying-1.12-1.0.1.jar | None |
| UCHIJAAAA | betterquesting | 3.5.258 | BetterQuesting-3.5.258.jar | None |
| UCHIJAAAA | biomesoplenty | 7.0.1.2384 | BiomesOPlenty-1.12.2-7.0.1.2384-universal.jar | None |
| UCHIJAAAA | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | bullseye | 3.0.6 | Bullseye-1.12.2-3.0.6.jar | None |
| UCHIJAAAA | cleanview | 1.12.2-v1a | CleanView-1.12.2-v1a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UCHIJAAAA | colytra | 1.0.4.3 | colytra-1.12.2-1.0.4.3.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAAAA | coralreef | 2.0 | Coral-Reef-Mod-1.12.2.jar | None |
| UCHIJAAAA | corpsecomplex | 1.0.2.2 | corpsecomplex-1.12.2-1.0.2.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAAAA | creativecore | 1.9.9 | CreativeCore_v1.9.22_mc1.12.2.jar | None |
| UCHIJAAAA | customstartinggear | 1.2.0 | CustomStartingGear-1.12-1.2.0.9-universal.jar | None |
| UCHIJAAAA | cyclopscore | 0.11.6 | CyclopsCore-1.12.2-0.11.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | defaultoptions | 9.2.7 | DefaultOptions_1.12.2-9.2.7.jar | None |
| UCHIJAAAA | dimdoors | 3.0.9+287 | DimensionalDoors-3.0.9-287.jar | None |
| UCHIJAAAA | dirt2path | 1.7.1 | dirt2path-1.7.1.jar | None |
| UCHIJAAAA | dldungeonsjdg | 1.11.1 | DoomlikeDungeons-1.11.1-MC1.12.2.jar | None |
| UCHIJAAAA | lootablebodies | 2.4.0 | DrCyanosLootableBodies_1.12-2.4.0.jar | None |
| UCHIJAAAA | enchantchanger | 1.12-1.9.15 | EnchantChanger-1.12-1.9.15.jar | None |
| UCHIJAAAA | endthereal | 1.0 | Endthereal-1.0.jar | None |
| UCHIJAAAA | enhanced_snowman | 1.0 | EnhancedSnowman-1.12-1.0.1.jar | None |
| UCHIJAAAA | et | 1.2.0 | ExpTranslation-1.12.2-1.2.0.jar | None |
| UCHIJAAAA | extraalchemy | 0.3.8.4-release | extraalchemy-0.3.8.4-release.jar | None |
| UCHIJAAAA | familiarfauna | 1.0.10 | FamiliarFauna-1.12.2-1.0.10.jar | None |
| UCHIJAAAA | galaxite | 1.0.5 | galaxite-1.0.5-mc1.12.x.jar | None |
| UCHIJAAAA | heartdrops | 1.12.2-2.0.3.0 | heartdrops-1.12.2-2.0.5.2.jar | None |
| UCHIJAAAA | horsetweaks | 1.0.3 | HorseTweaks_1.12.2-1.0.3.jar | None |
| UCHIJAAAA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| UCHIJAAAA | ikwid | 1.0.2 | ikwid-1.0.2.jar | None |
| UCHIJAAAA | improvedbackpacks | 1.12-1.1.2.0 | ImprovedBackpacks-1.12-1.1.2.0.jar | None |
| UCHIJAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJAAAA | jei | 4.8.5.138 | jei_1.12.2-4.8.5.138.jar | None |
| UCHIJAAAA | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
| UCHIJAAAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| UCHIJAAAA | mapwriter | 2.8.2 | MapWriter-1.12.2-2.8.2.jar | None |
| UCHIJAAAA | materialchanger | 1.0 | materialchanger1.0.2-1.12.2.jar | None |
| UCHIJAAAA | metamorph | 1.1.5 | metamorph-1.1.5-1.12.2.jar | None |
| UCHIJAAAA | minecraftboom | 1.4.3 | minecraftboom-1.12.2-1.4.3-universal.jar | None |
| UCHIJAAAA | testdummy | 1.12 | MmmMmmMmmMmm-1.12-1.14.jar | None |
| UCHIJAAAA | mob_mash | 2.4 | Mob+Mash-2.4.jar | None |
| UCHIJAAAA | natura | 1.12.2-4.3.2.49 | natura-1.12.2-4.3.2.49.jar | None |
| UCHIJAAAA | nonvflash | 1.2.0 | NoNVFlash-1.12.2-1.2.0.3-universal.jar | None |
| UCHIJAAAA | norecipebook | 1.2.0 | noRecipeBook_v1.2.0formc1.12.2.jar | None |
| UCHIJAAAA | parry | 1.0 | parry-1.0-hotfix.jar | None |
| UCHIJAAAA | playerrevive | 1.0 | PlayerRevive_v1.2.13_mc1.12.2.jar | None |
| UCHIJAAAA | pcb | 1.5.0 | portablecraftbench-1.12.2-1.5.1.jar | None |
| UCHIJAAAA | primitivemobs | 1.1.6 | primitivemobs-1.1.6_beta.jar | None |
| UCHIJAAAA | pureflesh | 1.0.1 | PureFlesh-1.0.1.jar | None |
| UCHIJAAAA | rfa | 1.0.0 | RecipesForAll-1.0.0.jar | None |
| UCHIJAAAA | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
| UCHIJAAAA | llibrary | 1.7.14 | llibrary-1.7.14-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| UCHIJAAAA | rotd | 1.7.3 | ROTD-1.12.2-+1.7.4.jar | None |
| UCHIJAAAA | ruins | 17.1 | Ruins-1.12.2.jar | None |
| UCHIJAAAA | sereneseasons | 1.1.5 | SereneSeasons-1.12.2-1.1.5-universal.jar | None |
| UCHIJAAAA | shipwrecks_winslow | 2.0.0 | shipwrecks-mc1.12.2-2.0.0.jar | None |
| UCHIJAAAA | sophisticatedwolves | 3.13.3 | SophisticatedWolves-1.12.2-3.13.3.jar | None |
| UCHIJAAAA | bq_standard | 3.4.143 | StandardExpansion-3.4.143.jar | None |
| UCHIJAAAA | stg | 1.11.2-1.1.2 | swing through grass.jar | None |
| UCHIJAAAA | tconstruct | 1.12.2-2.10.1.84 | TConstruct-1.12.2-2.10.1.84.jar | None |
| UCHIJAAAA | thebetweenlands | 3.3.8 | TheBetweenlands-3.3.8-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| UCHIJAAAA | theeightfabledblades | 1.0.0 | TheEightFabledBlades+V1.0.0.jar | None |
| UCHIJAAAA | torchmaster | 1.6.4.62 | torchmaster_1.12.2-1.6.4.62.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| UCHIJAAAA | bspkrscore | at_0.9 | Treecapitator-1.12-at_0.9a.jar | None |
| UCHIJAAAA | treecapitator | at_0.9 | Treecapitator-1.12-at_0.9a.jar | None |
| UCHIJAAAA | trumpetskeleton | 1.12-1.0.2.1 | trumpetskeleton-1.12-1.0.2.1.jar | None |
| UCHIJAAAA | twilightforest | 3.7.424 | twilightforest-1.12.2-3.7.424-universal.jar | None |
| UCHIJAAAA | vtt | 0.6.4 | VillagerTrades-1.12-0.6.4.jar | None |
| UCHIJAAAA | vulcanite | 1.3.9 | vulcanite-1.3.9-mc1.12.x.jar | None |
| UCHIJAAAA | waystones | 4.0.43 | Waystones_1.12.2-4.0.43.jar | None |
| UCHIJAAAA | wolfarmor | 2.2.3.6 | wolfarmor-1.12.2-2.2.3.1798-universal.jar | None |
Loaded coremods (and transformers):
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
ColytraLoadingPlugin (colytra-1.12.2-1.0.4.3.jar)
c4.colytra.core.asm.ElytraTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.1.5-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
No More Glowing Pots (nomoreglowingpots-1.0.jar)
zabi.minecraft.nomoreglowingpots.PotionTransformer
llibrary (llibrary-core-1.0.6-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
IvToolkit (IvToolkit-1.3.3-1.12.jar)
AstralCore (astralsorcery-1.12.2-1.9.1.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
lumien.bloodmoon.asm.ClassTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- wailaIntegration (Enabled/Not Forced)
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Hydraheads'/414, l='Story Mode', x=1344.79, y=117.50, z=-21.70]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Same crash more or less? Reloading it left me with a dead golem and the tower didn't even start exploding like usual. But that was a battle tower, and I had cleared those before on the same save without crashes. Seems like an occasional slip-up but having crashes like these unnerve me....
Does anyone here understand this one?
I've dealt with many reports in the past but this just goes right over my head. I don't see the "issue". When I googled it there were so many different answers and none of them seemed to be a similar enough situation to mine.