(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.
(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.