Guest User

Untitled

a guest
Nov 5th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. System.NullReferenceException: Object reference not set to an instance of an object.
  2. at HREngine.Bots.Sim_LOE_026.onCardPlay(Playfield p, Boolean ownplay, Minion target, Int32 choice)
  3. at HREngine.Bots.Playfield.playACard(Handcard hc, Minion target, Int32 position, Int32 choice, Int32 penality)
  4. at HREngine.Bots.Playfield.doAction(Action aa)
  5. at HREngine.Bots.MiniSimulatorNextTurn.doallmoves(Playfield playf, Boolean isLethalCheck, Boolean print)
  6. at HREngine.Bots.EnemyTurnSimulator.simulateEnemysTurn(Playfield rootfield, Boolean simulateTwoTurns, Boolean playaround, Boolean print, Int32 pprob, Int32 pprob2)
  7. at HREngine.Bots.MiniSimulator.dirtyWorkthread(Object to)
  8. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  9. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  10. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  11. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  12. at System.Threading.ThreadHelper.ThreadStart(Object obj)
Add Comment
Please, Sign In to add comment