Corosauce / ZombieAwareness

Minecraft Forge Mod - Ehanced AI awareness for vanilla MC mobs

Home Page:http://coros.us/mods/zombieawareness

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessing LegacyRandomSource from multiple threads (Crash) 1.20.1

Silverbolt666 opened this issue · 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.

crash-2024-01-18_16.38.31-server.txt

latest.log

commented

looks like the same issue I had

Fixed 2ee529f

zombieawareness-1.20.1-1.13.1 build on the way.