Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Shadows-of-Fire/ace60841c76a05dde09ddae303bc0abd to your computer and use it in GitHub Desktop.
Save Shadows-of-Fire/ace60841c76a05dde09ddae303bc0abd to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// Why did you do that?
Time: 6/21/19 2:08 AM
Description: Exception in server tick loop
java.util.ConcurrentModificationException: null
at java.util.IdentityHashMap$IdentityHashMapIterator.nextIndex(Unknown Source) ~[?:1.8.0_211] {}
at java.util.IdentityHashMap$ValueIterator.next(Unknown Source) ~[?:1.8.0_211] {}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:797) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:323) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:748) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:609) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Unknown Source) [?:1.8.0_211] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.14.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_211, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 182407800 bytes (173 MB) / 787169280 bytes (750 MB) up to 8509456384 bytes (8115 MB)
JVM Flags: 25 total; -Xms128M -Xmx8G -Xmn768m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:ParallelGCThreads=10
FML: New FML!
Loaded coremods (and transformers): Nothing
Player Count: 3 / 20; [ServerPlayerEntity['Shadows_of_Fire'/25358, l='world', x=-134.53, y=63.02, z=-118.89], ServerPlayerEntity['Diliviel2'/31925, l='world', x=-303.25, y=72.00, z=-164.18], ServerPlayerEntity['BerryScarlet'/34846, l='world', x=-145.34, y=67.00, z=-167.59]]
Data Packs: vanilla, mod:waila, mod:jei, mod:forge, mod:ender_bags, mod:embellishcraft, mod:computercraft, mod:attained_drops, mod:apotheosis
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment