What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Can anybody help me with the following error that I am getting?

Alvin Lim

New Member
Joined
Apr 16, 2017
Messages
1
Reaction score
0
My Bot is running perfectly fine, but I am annoyed with these red lines appearing.
Anybody know what's the issues?

[Tick] Exception #22 during execution:Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at GeneralCombatRoutine.Routine.<HandleOrbOfStorms>d__135.MoveNext() in C:\Users\Alvin\Desktop\Twitch TV\3rdParty\_CONFIGS_\Templar\GeneralCombatRoutine\Content-58477296\Routine.cs:line 2280
--- 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`1.GetResult()
at GeneralCombatRoutine.Routine.<ProcessCombatLogic>d__110.MoveNext() in C:\Users\Alvin\Desktop\Twitch TV\3rdParty\_CONFIGS_\Templar\GeneralCombatRoutine\Content-58477296\Routine.cs:line 1573
--- 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`1.GetResult()
at GeneralCombatRoutine.Routine.<Logic>d__109.MoveNext() in C:\Users\Alvin\Desktop\Twitch TV\3rdParty\_CONFIGS_\Templar\GeneralCombatRoutine\Content-58477296\Routine.cs:line 1084
--- 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`1.GetResult()
at EXtensions.CommonTasks.CombatTask.<Logic>d__2.MoveNext() in C:\Users\Alvin\Desktop\Twitch TV\3rdParty\_CONFIGS_\Templar\EXtensions\Content-58475046\CommonTasks\CombatTask.cs:line 25
--- 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 Loki.Bot.TaskManager.Bx~\]\\SJg;="J!My \[>UoA\\L\[".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`1.GetResult()
at MapBot.MapBot.<MainCoroutine>d__14.MoveNext() in C:\Users\Alvin\Desktop\Twitch TV\3rdParty\_CONFIGS_\Templar\MapBot\Content-58476453\MapBot.cs:line 219
--- 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.I1|5T?xFZ/\['2>\&5Wkrr\.eiA!.\&Dt\[C#\,H|hz Y~^8#iA/6FR8.MoveNext()
--- End of inner exception stack trace ---
at Buddy.Coroutines.Coroutine.‪‫‌‭‫‪‌‪‪‌‬‮‪‪‏‫‏‮‬‎‮(Boolean )
at Buddy.Coroutines.Coroutine.‬‮‫‮‫‏‏‮‭‬‭‎‏‍‫‍‬‏‮(Boolean )
at Buddy.Coroutines.Coroutine.Resume()
at MapBot.MapBot.Tick() in C:\Users\Alvin\Desktop\Twitch TV\3rdParty\_CONFIGS_\Templar\MapBot\Content-58476453\MapBot.cs:line 144
at Loki.Bot.BotManager.‫‮‎‪
‫‎‬‮‪‮‮‍‫‌‭‭‏‏‮‌‮‪‮
 
The specific routine you're using has a logic issue, and its causing exceptions to be thrown. Is the routine posted on the forums anywhere or is it a private one?
 
Back
Top