Effective

Effective

5M Downloads

Effective causing a game crash!

JustAHuman-xD opened this issue ยท 7 comments

commented

Something is happening with effective that is causing a game crash:
image

Crash Report:
https://paste.gg/p/anonymous/58521a75616841c398a638887744ee2c

If you need a mod list I can post it

commented
commented

yup, same here

commented

crashing even with just vanilla so it is Effective doing it, I think the HashMap error that is the problem, I have no idea how to fix it myself so we will just have to wait for now I suppose.

commented

same

commented

im getting the same issue.

commented

looks like it is cause by public static final Set generators in src\main\java\ladysnake\effective\client\world\WaterfallCloudGenerators.java hashset modified in non thread safe manner.

commented

just tested out using CopyOnWriteArraySet instead of the Hashset and that seems to resolve this issue as the CopyOnWriteArraySet is thread safe.