MyKogInYourAshe
Member
- Joined
- Nov 1, 2014
- Messages
- 32
- Reaction score
- 0
I've got following error in Bazaar Map. Whenever the bot reaches a specific area it throws me back into the login screen.
Code:
[Tick] Exception during execution:Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.Exception: Nur ein Teil der ReadProcessMemory- oder WriteProcessMemory-Anforderung wurde abgeschlossen, at addr: 00000000, Size: 1872
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.ydC;?J9N)Wdb7-J|\*5Cy2Ss$.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.GetResult()
at OldRoutine.OldRoutine.<Logic>d__83.MoveNext() in D:\Crap\ExB\3rdParty\_CONFIGS_\Reave Test\OldRoutine\Content-582304\OldRoutine.cs:line 2132
--- 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 D:\Crap\ExB\3rdParty\_CONFIGS_\Reave Test\OldGrindBot\Content-581259\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.g85u%T/7>bWz%b25Ug_yY/w4".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__28.MoveNext() in D:\Crap\ExB\3rdParty\_CONFIGS_\Reave Test\OldGrindBot\Content-581259\BasicGrindBot.cs:line 1204
--- 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.:^iGkN0qWS5|6RSZm\*\*\.?j@B#.N\\GS`Y\[R\,BB7\[Q)W%jbe5qT_%.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 D:\Crap\ExB\3rdParty\_CONFIGS_\Reave Test\OldGrindBot\Content-581259\BasicGrindBot.cs:line 398
at Loki.Bot.BotManager.************(IBot )






