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

Error during bot tick

Imissme2

New Member
Joined
Jun 3, 2014
Messages
26
Reaction score
0
Code:
Error during bot tick: Buddy.Coroutines.CoroutineException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at ExileRoutine.Exile.<>c__DisplayClass6e.<RegisterSummon>b__6b(Object ctx) in c:\Users\USERNAME\Desktop\ExiledBuddy\Routines\Exile\Exile.cs:line 524
   at Loki.Bot.SpellManager..(Object )
   at Loki.TreeSharp.Action.RunAction(Object context)
   at Loki.TreeSharp.Action..()
   at Loki.TreeSharp.Composite.Tick(Object context)
   at Loki.TreeSharp.Decorator..()
   at Loki.TreeSharp.Composite.Tick(Object context)
   at Loki.TreeSharp.PrioritySelector..()
   at Loki.TreeSharp.Composite.Tick(Object context)
   at Loki.TreeSharp.PrioritySelector..()
   at Loki.TreeSharp.Composite.Tick(Object context)
   at Loki.Bot.v2.LokiCoroutine..()
   at Buddy.Coroutines.Coroutine.Resume(Object& value)
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.Resume(Object& value)
   at Loki.Bot.v2.LokiCoroutine.Tick(Coroutine coroutine)
   at Loki.Bot.v2.ActionRunCoroutine.Run(Object context)
   at Loki.TreeSharp.Action.RunAction(Object context)
   at Loki.TreeSharp.Action..()
   at Loki.TreeSharp.Composite.Tick(Object context)
   at Loki.Bot.BotMain.()


Keeps showing this in red?
 
Please post a full bot log and not a snippet.
 
Please post a full bot log and not a snippet.
Code:
BotMain.
2014-06-08 04:14:59,383 [Main Bot Thread] ERROR BotMain (null) - Error during bot tick: 
Buddy.Coroutines.CoroutineException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at ExileRoutine.Exile.<>c__DisplayClass6e.<RegisterSummon>b__6b(Object ctx) in c:\Users\UserName\Desktop\ExiledBuddy\Routines\Exile\Exile.cs:line 524
   at Loki.Bot.SpellManager..(Object )
   at Loki.TreeSharp.Action.RunAction(Object context)
   at Loki.TreeSharp.Action..()
   at Loki.TreeSharp.Composite.Tick(Object context)
   at Loki.TreeSharp.Decorator..()
   at Loki.TreeSharp.Composite.Tick(Object context)
   at Loki.TreeSharp.PrioritySelector..()
   at Loki.TreeSharp.Composite.Tick(Object context)
   at Loki.TreeSharp.PrioritySelector..()
   at Loki.TreeSharp.Composite.Tick(Object context)
   at Loki.Bot.v2.LokiCoroutine..()
   at Buddy.Coroutines.Coroutine.Resume(Object& value)
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.Resume(Object& value)
   at Loki.Bot.v2.LokiCoroutine.Tick(Coroutine coroutine)
   at Loki.Bot.v2.ActionRunCoroutine.Run(Object context)
   at Loki.TreeSharp.Action.RunAction(Object context)
   at Loki.TreeSharp.Action..()
   at Loki.TreeSharp.Composite.Tick(Object context)
   at Loki.Bot.BotMain.()
 
Last edited:
Based on what you posted, all I can suggest is downloading a clean copy of the bot and trying again.

The log I need is the one that doesn't have "Errors" in the title. So for example, "20808 2014-06-05 10.49.txt", and not "20808 2014-06-05 10.49 Errors.txt".
 
I'll try to replicate this soon based on the skills registered in the logs. I know some of the summon skills have cache issues that trigger exceptions, so this might be one of those.
 
Back
Top