CME when making an end portal
Vazkii opened this issue ยท 2 comments
This looks to be asynchronous access or a core mod since the loop indicated by the stacktrace is fairly simple and doesn't do any modification by itself nor does it call any external code which allows for modifications to happen.
Based on cross referencing with #46, it's probably one of these mods which is doing the concurrent modification:
autoreglib
blockcraftery
charm
comforts
coralreef
crafttweaker
crafttweakerjei
ctgui
earthworks
extraalchemy
foamfix
foamfixcore
jaff
jei
mousetweaks
multimob
mysticallib
plated
primitivemobs
quark
stg
I'll be installing them all to try to see if I can find any async access to that list.
Edit:
Found out the other thread was the integrated server and the reason for its interference was a server world reference leaked onto the logical client-side.