
Accessing LegacyRandomSource from multiple threads (Crash) 1.20.1
Silverbolt666 opened this issue ยท 2 comments
Hi, on a personal modpack encountered an fatal crash.
The problem is occurring in the ZombieAwareness mod, particularly in the ZAUtil.giveRandomSpeedBoost method, where there is an attempt to access LegacyRandomSource from multiple threads simultaneously, leading to the IllegalStateException (According to ChatGPT)
Running on:
Minecraft: 1.20.1
Forge Loader: 47.2.0
Mod Version: 1.20.1-1.130.0
If more information is needed feel free to ask. I'll disable the mod for now.
Fixed 2ee529f
zombieawareness-1.20.1-1.13.1 build on the way.