Thread Safety Violation in WaterfowlEntity Causing Crash with Multithreaded Mods?
AdminHcat opened this issue ยท 2 comments
Describe the bug
Thread Safety Violation in WaterfowlEntity Causing Crash with Multithreaded Mods
Resulted in the inability to load some chunk
To Reproduce
Steps to reproduce the behavior:
- Intsall C2ME and untitledduckmod
Version
untitledduckmod-1.0.0-fabric-1.21.6.jar
Error Log
# (Default: true) Enforces safe world random access.
# This feature detects unsafe off-thread world random access, helping to find the causes
# of mysterious "Accessing LegacyRandomSource from multiple threads" crash.
# The default behavior is to fail hard when such bad things happens.
# Disabling this option will replace this behavior with a warning.
#
# It is generally not recommended to disable this settings unless you know what you are doing
#
#
enforceSafeWorldRandomAccess = false
Changing enforceSafeWorldRandomAccess to false in the c2me.toml config file can temporarily solve the problem