Error on Common Setup Phase
Lordbaane opened this issue ยท 3 comments
This is and intermittent error that occurs with several mods, Autumnity, Berry Good and Quark as well.
https://pastebin.com/H3zJwT6H
Should be fixed in this pull request: #62
linking for records sake Markus1002/Autumnity/issues/11
In regards to this crash:
Buzzier Bees is registering compostability during the parallel dispatched common setup event. Since this event is fired in parallel, multiple mods performing registration during it create a race condition of whether this reported issue will occur. Mods should register compostability as well as other non synchronized data (nearly everything done in setup) during relevant registry events or DeferredWorkQueue
if necessary.