Advertisement
Guest User

CrashLog 2016-10-12_02-40-00

a guest
Oct 12th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  2. Parameter name: index
  3. at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
  4. at HREngine.Bots.Sim_KAR_114.getBattlecryEffect(Playfield p, Minion own, Minion target, Int32 choice)
  5. at HREngine.Bots.Playfield.placeAmobSomewhere(Handcard hc, Minion target, Int32 choice, Int32 zonepos)
  6. at HREngine.Bots.Playfield.playACard(Handcard hc, Minion target, Int32 position, Int32 choice, Int32 penality)
  7. at HREngine.Bots.Playfield.doAction(Action aa)
  8. at HREngine.Bots.MiniSimulatorNextTurn.doallmoves(Playfield playf, Boolean isLethalCheck, Boolean print)
  9. at HREngine.Bots.EnemyTurnSimulator.simulateEnemysTurn(Playfield rootfield, Boolean simulateTwoTurns, Boolean playaround, Boolean print, Int32 pprob, Int32 pprob2)
  10. at HREngine.Bots.MiniSimulator.dirtyWorkthread(Object to)
  11. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  12. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  13. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  14. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  15. at System.Threading.ThreadHelper.ThreadStart(Object obj)
  16. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  17. Parameter name: index
  18. at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
  19. at HREngine.Bots.Sim_KAR_114.getBattlecryEffect(Playfield p, Minion own, Minion target, Int32 choice)
  20. at HREngine.Bots.Playfield.placeAmobSomewhere(Handcard hc, Minion target, Int32 choice, Int32 zonepos)
  21. at HREngine.Bots.Playfield.playACard(Handcard hc, Minion target, Int32 position, Int32 choice, Int32 penality)
  22. at HREngine.Bots.Playfield.doAction(Action aa)
  23. at HREngine.Bots.MiniSimulatorNextTurn.doallmoves(Playfield playf, Boolean isLethalCheck, Boolean print)
  24. at HREngine.Bots.EnemyTurnSimulator.simulateEnemysTurn(Playfield rootfield, Boolean simulateTwoTurns, Boolean playaround, Boolean print, Int32 pprob, Int32 pprob2)
  25. at HREngine.Bots.MiniSimulator.dirtyWorkthread(Object to)
  26. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  27. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  28. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  29. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  30. at System.Threading.ThreadHelper.ThreadStart(Object obj)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement