Guest User

Untitled

a guest
Jan 6th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. System.InvalidOperationException: Коллекция была изменена; невозможно выполнить операцию перечисления.
  2. в System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
  3. в System.Collections.Generic.List`1.Enumerator.MoveNextRare()
  4. в System.Collections.Generic.List`1.Enumerator.MoveNext()
  5. в HREngine.Bots.Playfield.triggerACardWillBePlayed(Handcard hc, Boolean own, Minion target, Int32 choice)
  6. в HREngine.Bots.Playfield.playACard(Handcard hc, Minion target, Int32 position, Int32 choice, Int32 penality)
  7. в HREngine.Bots.Playfield.doAction(Action aa)
  8. в HREngine.Bots.MiniSimulatorNextTurn.doallmoves(Playfield playf, Boolean isLethalCheck, Boolean print)
  9. в HREngine.Bots.EnemyTurnSimulator.simulateEnemysTurn(Playfield rootfield, Boolean simulateTwoTurns, Boolean playaround, Boolean print, Int32 pprob, Int32 pprob2)
  10. в HREngine.Bots.MiniSimulator.dirtyWorkthread(Object to)
  11. в System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  12. в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  13. в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  14. в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  15. в System.Threading.ThreadHelper.ThreadStart(Object obj)
Add Comment
Please, Sign In to add comment