Better Animals Plus

Better Animals Plus

22M Downloads

[1.14.4] Server crash on load. ConcurrentModificationException: null

ProsperCraft opened this issue · 5 comments

commented

Crash Log (REQUIRED)
Useless crash report-
https://paste.fedoraproject.org/paste/TQHGYXFFDDWxfOXcJ5nDHQ
The actual stacktraces are in the logs.

Full log-
debug.log
latest.log

The happened before but dismissed it as a fluke, happned again so reporting.

Versions:

  • Forge Version: forge-1.14.4-28.0.45
  • MC Version: 1.14.4(this question is redundant ;)
  • Mod Version: betteranimalsplus-1.14.4-7.0.2.1
commented
commented

I don't understand how I'm concurrently modifying anything. Wat.

commented

Because that event is run concurrently with other mods which can also do the same thing, resulting in such an error. You should schedule feature adds to the main thread using DeferredWorkQueue

commented

Thanks for the help @Shadows-of-Fire :)

commented

Fixed in 7.1.0, out now