Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after loading day 3 #4

Open
shanepadgett opened this issue Jun 29, 2020 · 1 comment
Open

Error after loading day 3 #4

shanepadgett opened this issue Jun 29, 2020 · 1 comment

Comments

@shanepadgett
Copy link

Each time day 3 loads I get the following error.

InvalidOperationException: Collection was modified; enumeration operation may not execute.
System.ThrowHelper.ThrowInvalidOperationException (System.ExceptionResource resource) (at <fb001e01371b4adca20013e0ac763896>:0)
System.Collections.Generic.List`1+Enumerator[T].MoveNextRare () (at <fb001e01371b4adca20013e0ac763896>:0)
System.Collections.Generic.List`1+Enumerator[T].MoveNext () (at <fb001e01371b4adca20013e0ac763896>:0)
Game.Systems.TurnsSystem+<CarryOutTurns>d__10.MoveNext () (at Assets/Game/Systems/TurnsSystem.cs:49)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <3dc54541a2574ac7826a004a212a4332>:0)

Unity 2019.4.1f1

@grofit
Copy link
Member

grofit commented Jul 1, 2020

Hey, it's probably one of the enumerators underlying data sources getting modified somewhere, will take a look when I get a chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants