You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened instead:
occasionally, during FMLCommonSetupEvent, multiple mods access to APICustomEMCMapper.registerCustomEMC at the same time, then they load fail with java.util.ConcurrentModificationException
The text was updated successfully, but these errors were encountered:
Tickets that do not conform to this template will be closed without comment
Exact ProjectE version (do not say "latest", "latest on Curse", or similar):
1.20.1-PE1.0.1
Exact Forge version:
47.3.10
Link to crash log (please use a paste site, do not attach the .txt or paste the log inline):
https://paste.ubuntu.com/p/Dmm4Mjr969/
Steps to reproduce:
What I expected to happen:
get to main menu
What happened instead:
occasionally, during
FMLCommonSetupEvent
, multiple mods access toAPICustomEMCMapper.registerCustomEMC
at the same time, then they load fail withjava.util.ConcurrentModificationException
The text was updated successfully, but these errors were encountered: