-
-
Notifications
You must be signed in to change notification settings - Fork 126
Closed as duplicate of#539
Labels
1.5Fixes or bugs relating to 1.5 (Not Anomaly).Fixes or bugs relating to 1.5 (Not Anomaly).asyncBugs or issues only in async time mode.Bugs or issues only in async time mode.bugSomething isn't working.Something isn't working.
Description
(Potential for game crashes and instability)
Observed Result: During async gameplay, an InvalidOperationException was thrown related to the quest system.
Exception during ticking AsyncTimeComp_Map-1-PlayerHome: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
Analysis: This is a race condition where the quest list is being read (ticked) and modified at the same time.
Metadata
Metadata
Assignees
Labels
1.5Fixes or bugs relating to 1.5 (Not Anomaly).Fixes or bugs relating to 1.5 (Not Anomaly).asyncBugs or issues only in async time mode.Bugs or issues only in async time mode.bugSomething isn't working.Something isn't working.