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

Error with Coroutine when use Map Runner

nanggio

Member
Joined
Apr 13, 2016
Messages
84
Reaction score
1
i have trouble with maprunner but ExVault said that Coroutine makes it.
Can someone help me, please.
Thank for reading.
[Tick] Exception during execution:Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object.
at OldRoutine.OldRoutine.<Logic>d__77.MoveNext() in C:\Users\Toan\Downloads\skype\3rdParty\_CONFIGS_\trung\OldRoutine\Content\OldRoutine.cs:line 1945
--- 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.Logic.Bots.OldGrindBot.CombatTask.h0OUzd!DfBGQ`fD#6VAa')p \*.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 Loki.Bot.TaskManager.CT9F}EYp\\q2/6BZUZ-Sk>E7I.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 Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.cc;`$PeMg-Q>{t@}Y1|=qiS_#.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.'~;`-\._$12%o(b=2Jr~X-zl%!.b'8rC\,fLy/ijJ\]xCy?sW0mA@".MoveNext()
--- End of inner exception stack trace ---
at Buddy.Coroutines.Coroutine.‬‪‎*‬‬**‪*​​*‎‪*‏‏***(Boolean )
at Buddy.Coroutines.Coroutine.*‏**‎‫‬*‎​*​‎‫*​‏‪‏*****‪‎*(Boolean )
at Buddy.Coroutines.Coroutine.Resume()
at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
at Loki.Bot.BotManager.*‬​‎****‏​**‎*‬‏‎*‪‪‏‪​‎‏**(IBot )
 
i have trouble with maprunner but ExVault said that Coroutine makes it.
Can someone help me, please.
Thank for reading.

Are you using a modified version of oldroutine? can't find any coroutines at this line.
 
It looks like the CR is trying to use a skill slot that has no skill in it. I'll make some changes for it to log errors instead of throwing an exception, but you need to double check how your skill bar and skill slots are configured.

Here's a new routine for you to try: https://gist.github.com/pushedx/4e8dc2bc58f4ae1f3c10a3da7d5a941e

Exit the bot, replace the "3rdParty\OldRoutine\OldRoutine.cs" file with that and see if you get a bunch of errors logged now.

You might need to tell us which skills you are using, the slots that are set in the CR and how your skillbar is setup.
 
It looks like the CR is trying to use a skill slot that has no skill in it. I'll make some changes for it to log errors instead of throwing an exception, but you need to double check how your skill bar and skill slots are configured.

Here's a new routine for you to try: https://gist.github.com/pushedx/4e8dc2bc58f4ae1f3c10a3da7d5a941e

Exit the bot, replace the "3rdParty\OldRoutine\OldRoutine.cs" file with that and see if you get a bunch of errors logged now.

You might need to tell us which skills you are using, the slots that are set in the CR and how your skillbar is setup.
thank toNyx and thank you - pushedx, i 've fixed it yesterday, wrong configuration in coroutine.
 
Back
Top