Hey guys,
I'm new to this bot so sorry if the answer to this question is obvious. I looked around at some threads for the answer with no success.
When I start up the bot it goes to the right location and starts exploring. But when it encounters it's first monsters the bot just stops.
The log: View attachment 3804 2014-05-21 10.36 Errors.txt and another View attachment 7456 2014-05-21 13.43 Errors.txt
Microsoft.NET Framework 4.5.1. and Visual C++ Redistributable for Visual Studio 2012 Update 4 are installed and I downloaded the latest version of the bot: 0.1.2027.49
I have the following skills in my skill bar: move, Frost Pulse, Frost spear, 2 aura's (which the bot successfully activates).
This is the main problem I think:
BotMain.
2014-05-21 09:25:09,118 [Main Bot Thread] ERROR BotMain (null) - Error during bot tick:
Buddy.Coroutines.CoroutineException: Exception was thrown by coroutine ---> System.NullReferenceException: De objectverwijzing is niet op een exemplaar van een object ingesteld.
bij GrindBot7.GrindBot..()
bij Buddy.Coroutines.Coroutine.Resume(Object& value)
--- Einde van intern uitzonderingsstackpad ---
bij Buddy.Coroutines.Coroutine.Resume(Object& value)
bij Loki.Bot.v2.LokiCoroutine.Tick(Coroutine coroutine)
bij Loki.Bot.v2.ActionRunCoroutine.Run(Object context)
bij Loki.TreeSharp.Action.RunAction(Object context)
bij Loki.TreeSharp.Action..()
bij Loki.TreeSharp.Composite.Tick(Object context)
bij Loki.Bot.BotMain.()
I'm new to this bot so sorry if the answer to this question is obvious. I looked around at some threads for the answer with no success.
When I start up the bot it goes to the right location and starts exploring. But when it encounters it's first monsters the bot just stops.
The log: View attachment 3804 2014-05-21 10.36 Errors.txt and another View attachment 7456 2014-05-21 13.43 Errors.txt
Microsoft.NET Framework 4.5.1. and Visual C++ Redistributable for Visual Studio 2012 Update 4 are installed and I downloaded the latest version of the bot: 0.1.2027.49
I have the following skills in my skill bar: move, Frost Pulse, Frost spear, 2 aura's (which the bot successfully activates).
This is the main problem I think:
BotMain.
2014-05-21 09:25:09,118 [Main Bot Thread] ERROR BotMain (null) - Error during bot tick:
Buddy.Coroutines.CoroutineException: Exception was thrown by coroutine ---> System.NullReferenceException: De objectverwijzing is niet op een exemplaar van een object ingesteld.
bij GrindBot7.GrindBot..()
bij Buddy.Coroutines.Coroutine.Resume(Object& value)
--- Einde van intern uitzonderingsstackpad ---
bij Buddy.Coroutines.Coroutine.Resume(Object& value)
bij Loki.Bot.v2.LokiCoroutine.Tick(Coroutine coroutine)
bij Loki.Bot.v2.ActionRunCoroutine.Run(Object context)
bij Loki.TreeSharp.Action.RunAction(Object context)
bij Loki.TreeSharp.Action..()
bij Loki.TreeSharp.Composite.Tick(Object context)
bij Loki.Bot.BotMain.()
Last edited:






