game crashing from accessing random thread

Started by goADX100000000… on

Topic category: Troubleshooting, bugs, and solutions

game crashing from accessing random thread
Fri, 03/01/2024 - 13:12 (edited)

every time i join the world the game would freeze for a sec then it crash
i tried to remove every instance of using the random procedural but still nothing changed

this is the main cause:
---- Minecraft Crash Report ----
// There are four lights!
Time: 2024-02-29 14:37:52
Description: Accessing LegacyRandomSource from multiple threads
java.lang.IllegalStateException: Accessing LegacyRandomSource from multiple threads

 

Edited by goADX1000000000000000000000000000000 on Fri, 03/01/2024 - 13:12
Seems you are doing a lot of…
Fri, 03/01/2024 - 19:23

Seems you are doing a lot of work (entity scanning) each tick, this could lead to all sorts of crashes