AI计算中,请稍候... 13:30:28.0545
[Tick] Exception during execution:Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at HREngine.Bots.Playfield.minionGetRush(Minion m) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\Playfield.cs:line 6428
at HREngine.Bots.Sim_DAL_739.getBattlecryEffect(Playfield p, Minion own, Minion target, Int32 choice) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\cards\115DAL暗影崛起\Sim_DAL_739.cs:line 23
at HREngine.Bots.Playfield.placeAmobSomewhere(Handcard hc, Int32 choice, Int32 zonepos) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\Playfield.cs:line 5720
at HREngine.Bots.Playfield.playACard(Handcard hc, Minion target, Int32 position, Int32 choice, Int32 penality) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\Playfield.cs:line 3682
at HREngine.Bots.Playfield.doAction(Action aa) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\Playfield.cs:line 3207
at HREngine.Bots.MiniSimulator.startEnemyTurnSimThread(List`1 source, Int32 startIndex, Int32 endIndex) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\MiniSimulator.cs:line 261
at HREngine.Bots.MiniSimulator.<>c__DisplayClass4.<doallmoves>b__0(Tuple`2 range) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\MiniSimulator.cs:line 134
at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEach[TSource](Partitioner`1 source, Action`1 body)
at HREngine.Bots.MiniSimulator.doallmoves(Playfield playf) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\MiniSimulator.cs:line 131
at HREngine.Bots.Ai.doallmoves(Boolean test, Boolean isLethalCheck) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\Ai.cs:line 120
at HREngine.Bots.Ai.dosomethingclever(Behavior bbase) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\Ai.cs:line 264
at HREngine.Bots.Silverfish.updateEverything(Behavior botbase, Int32 numcal, Boolean& sleepRetry) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\silverfish_HB.cs:line 377
at HREngine.Bots.DefaultRoutine.<OurTurnLogic>d__21.MoveNext() in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\DefaultRoutine.cs:line 724
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at HREngine.Bots.DefaultRoutine.<Logic>d__3.MoveNext() in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\DefaultRoutine.cs:line 440
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Triton.Bot.Logic.Bots.DefaultBot.DefaultBot.Struct76.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Triton.Bot.Logic.Bots.DefaultBot.DefaultBot.Struct78.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Triton.Bot.Logic.Bots.DefaultBot.DefaultBot.Struct71.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Triton.Bot.Logic.Bots.DefaultBot.DefaultBot.Struct60.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Buddy.Coroutines.Coroutine.Class66.Struct18.MoveNext()
--- End of inner exception stack trace ---
at Buddy.Coroutines.Coroutine.method_2(Boolean bool_2)
at Buddy.Coroutines.Coroutine.method_0(Boolean bool_2)
at Buddy.Coroutines.Coroutine.Resume()
at Triton.Bot.Logic.Bots.DefaultBot.DefaultBot.Tick()
at Triton.Bot.BotManager.smethod_1(IBot ibot_1)
[Tick] Exception during execution:Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at HREngine.Bots.Playfield.minionGetRush(Minion m) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\Playfield.cs:line 6428
at HREngine.Bots.Sim_DAL_739.getBattlecryEffect(Playfield p, Minion own, Minion target, Int32 choice) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\cards\115DAL暗影崛起\Sim_DAL_739.cs:line 23
at HREngine.Bots.Playfield.placeAmobSomewhere(Handcard hc, Int32 choice, Int32 zonepos) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\Playfield.cs:line 5720
at HREngine.Bots.Playfield.playACard(Handcard hc, Minion target, Int32 position, Int32 choice, Int32 penality) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\Playfield.cs:line 3682
at HREngine.Bots.Playfield.doAction(Action aa) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\Playfield.cs:line 3207
at HREngine.Bots.MiniSimulator.startEnemyTurnSimThread(List`1 source, Int32 startIndex, Int32 endIndex) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\MiniSimulator.cs:line 261
at HREngine.Bots.MiniSimulator.<>c__DisplayClass4.<doallmoves>b__0(Tuple`2 range) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\MiniSimulator.cs:line 134
at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEach[TSource](Partitioner`1 source, Action`1 body)
at HREngine.Bots.MiniSimulator.doallmoves(Playfield playf) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\MiniSimulator.cs:line 131
at HREngine.Bots.Ai.doallmoves(Boolean test, Boolean isLethalCheck) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\Ai.cs:line 120
at HREngine.Bots.Ai.dosomethingclever(Behavior bbase) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\Silverfish\ai\Ai.cs:line 264
at HREngine.Bots.Silverfish.updateEverything(Behavior botbase, Int32 numcal, Boolean& sleepRetry) in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\silverfish_HB.cs:line 377
at HREngine.Bots.DefaultRoutine.<OurTurnLogic>d__21.MoveNext() in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\DefaultRoutine.cs:line 724
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at HREngine.Bots.DefaultRoutine.<Logic>d__3.MoveNext() in d:\BaiduNetdiskDownload\炉石兄弟打包。111\兄弟1.17折腾版本自己添加奥秘和图腾萨\炉石兄弟汉化版2020.1.17\Routines\DefaultRoutine\DefaultRoutine.cs:line 440
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Triton.Bot.Logic.Bots.DefaultBot.DefaultBot.Struct76.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Triton.Bot.Logic.Bots.DefaultBot.DefaultBot.Struct78.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Triton.Bot.Logic.Bots.DefaultBot.DefaultBot.Struct71.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Triton.Bot.Logic.Bots.DefaultBot.DefaultBot.Struct60.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Buddy.Coroutines.Coroutine.Class66.Struct18.MoveNext()
--- End of inner exception stack trace ---
at Buddy.Coroutines.Coroutine.method_2(Boolean bool_2)
at Buddy.Coroutines.Coroutine.method_0(Boolean bool_2)
at Buddy.Coroutines.Coroutine.Resume()
at Triton.Bot.Logic.Bots.DefaultBot.DefaultBot.Tick()
at Triton.Bot.BotManager.smethod_1(IBot ibot_1)