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

Keep getting this error. Any Help is appreciated!

ysbear

Member
Joined
Mar 13, 2014
Messages
147
Reaction score
1
Hello community,

I am getting this error and it keeps logging my character out... I will admit that I am a bit of a noobie but I am willing to work at it if someone can point me in the right direction.

Tick] Exception #1 during execution:Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 00000000, Size: 984
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.ReadBytes(IntPtr addr, Int32 count)
at Loki.Game.LokiPoe.LocalData.‎‪‬‬‏​*‫*‫‎*​*****‫*‪*‬***‬**.​‏‏*​‎*‫‏*‪****‎‬‎​‎**‎‫*‎**‪*()
at Loki.Game.Utilities.PerCachedValue`1.get_Value()
at Loki.Game.LokiPoe.LocalData.get_Native()
at Loki.Game.LokiPoe.LocalData.‎‪‬‬‏​*‫*‫‎*​*****‫*‪*‬***‬**.**‏*‫‏​**‫​**‫**‎*‏**​**()
at Loki.Game.Utilities.PerCachedValue`1.get_Value()
at Loki.Game.LokiPoe.LocalData.get_AreaHash()
at Loki.Game.Utilities.PerAreaCachedValue`1.ShouldUpdateCache(Boolean force)
at Loki.Game.Utilities.PerCachedValue`1.get_Value()
at Loki.Game.LokiPoe.ObjectManager.****‪****​‪‏***‏​​‫‬‫​‬*()
at Loki.Game.LokiPoe.ObjectManager.‎‪‬‬‏​*‫*‫‎*​*****‫*‪*‬***‬**.‎*‬*‬‬**‫‬*‪*‫‫*‫******‏*()
at Loki.Game.Utilities.PerCachedValue`1.get_Value()
at Loki.Game.LokiPoe.ObjectManager.get_Objects()
at Loki.Game.LokiPoe.ObjectManager.‎‪‬‬‏​*‫*‫‎*​*****‫*‪*‬***‬**.**‫‏‫‬*****‏*​*‪‪*​​‫‬‎‫‏‏**()
at Loki.Game.Utilities.PerCachedValue`1.get_Value()
at Loki.Game.LokiPoe.ObjectManager.get_Me()
at Loki.Bot.Coroutines.gI7Z6\*S_%^ hxp=WO\*[email protected]()
--- 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 OldRoutine.OldRoutine.<Logic>d__83.MoveNext() in C:\Users\---\Desktop\New folder (2)\3rdParty\_CONFIGS_\Default\OldRoutine\Content-604021390\OldRoutine.cs:line 1762
--- 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 OldGrindBot.CombatTask.<Logic>d__12.MoveNext() in C:\Users\---\Desktop\New folder (2)\3rdParty\_CONFIGS_\Default\OldGrindBot\Content-604008515\CombatTask.cs:line 89
--- 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.Sy1\.udhZm<eZ(Lo5\.;LLe"vu.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 OldGrindBot.OldGrindBot.<MainCoroutine>d__30.MoveNext() in C:\Users\--\Desktop\New folder (2)\3rdParty\_CONFIGS_\Default\OldGrindBot\Content-604008515\BasicGrindBot.cs:line 1308
--- 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.<9RJUl$"Z@(vn@/s24X9P'\&u.`$eH|\[2l#A2a/o4r\]1Kb#gK<%.MoveNext()
--- End of inner exception stack trace ---
at Buddy.Coroutines.Coroutine.**​‪‎‪​‫*‎*‫‬*‪‎‬*‫​‫​‬​**(Boolean )
at Buddy.Coroutines.Coroutine.***‏*‏‎*‪‬‏‪*‪*‏*‬‬**‬‪​**‎*(Boolean )
at Buddy.Coroutines.Coroutine.Resume()
at OldGrindBot.OldGrindBot.Tick() in C:\Users\---\Desktop\New folder (2)\3rdParty\_CONFIGS_\Default\OldGrindBot\Content-604008515\BasicGrindBot.cs:line 447
at Loki.Bot.BotManager.‏‏‫*‫‫‎‬​​*‫‪‫*****‎**(IBot )


Thank you,
 
Last edited:
Please post a full log, although that's typically not an error as much as a side effect of logging out in the middle of code running (stuck detection / chicken for example).
 
Back
Top