Hey,
Keep getting these "crashes". Not complete crashes but the bot enters and infinite loop and just repeats the same error message:
[HIDE]
[/HIDE]
I did see my latency spike to ~200 before this happened. Could that be related? I'm using predictive mode, is lockstep better?
Keep getting these "crashes". Not complete crashes but the bot enters and infinite loop and just repeats the same error message:
[HIDE]
Code:
2016-01-12 07:50:48,468 [25] ERROR CustomLogger (null) - [Tick] Exception during execution:
System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 0EE83F80, Size: 132
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Loki.Game.Objects.BaseObject..ctor(IntPtr address)
at Loki.Game.LokiPoe.BaseObjectManager.Get(IntPtr address)
at Loki.Game.Objects.Item..ctor(IntPtr entry)
at Loki.Game.Objects.Components.WorldItemComponent.get_Item()
at Loki.Bot.Logic.Bots.OldGrindBot.AreaStateCache.?????????????????????????????????????????()
at Loki.Bot.Logic.Bots.OldGrindBot.AreaStateCache.Tick()
at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
at Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
2016-01-12 07:50:49,476 [25] ERROR CustomLogger (null) - [Tick] Exception during execution:
System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 0EE83F80, Size: 132
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Loki.Game.Objects.BaseObject..ctor(IntPtr address)
at Loki.Game.LokiPoe.BaseObjectManager.Get(IntPtr address)
at Loki.Game.Objects.Item..ctor(IntPtr entry)
at Loki.Game.Objects.Components.WorldItemComponent.get_Item()
at Loki.Bot.Logic.Bots.OldGrindBot.AreaStateCache.?????????????????????????????????????????()
at Loki.Bot.Logic.Bots.OldGrindBot.AreaStateCache.Tick()
at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
at Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
2016-01-12 07:50:50,389 [25] INFO CustomLogger (null) - [LatencyTracker] LowestLatency: 47
2016-01-12 07:50:50,391 [25] ERROR CustomLogger (null) - [Tick] Exception during execution:
System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 0EE83F80, Size: 132
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Loki.Game.Objects.BaseObject..ctor(IntPtr address)
at Loki.Game.LokiPoe.BaseObjectManager.Get(IntPtr address)
at Loki.Game.Objects.Item..ctor(IntPtr entry)
at Loki.Game.Objects.Components.WorldItemComponent.get_Item()
at Loki.Bot.Logic.Bots.OldGrindBot.AreaStateCache.?????????????????????????????????????????()
at Loki.Bot.Logic.Bots.OldGrindBot.AreaStateCache.Tick()
at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
at Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
2016-01-12 07:50:50,974 [25] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 80
2016-01-12 07:50:50,978 [25] ERROR CustomLogger (null) - [Tick] Exception during execution:
System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 0EE83F80, Size: 132
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Loki.Game.Objects.BaseObject..ctor(IntPtr address)
at Loki.Game.LokiPoe.BaseObjectManager.Get(IntPtr address)
at Loki.Game.Objects.Item..ctor(IntPtr entry)
at Loki.Game.Objects.Components.WorldItemComponent.get_Item()
at Loki.Bot.Logic.Bots.OldGrindBot.AreaStateCache.?????????????????????????????????????????()
at Loki.Bot.Logic.Bots.OldGrindBot.AreaStateCache.Tick()
at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
at Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
2016-01-12 07:50:51,991 [25] ERROR CustomLogger (null) - [Tick] Exception during execution:
System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 0EE83F80, Size: 132
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Loki.Game.Objects.BaseObject..ctor(IntPtr address)
at Loki.Game.LokiPoe.BaseObjectManager.Get(IntPtr address)
at Loki.Game.Objects.Item..ctor(IntPtr entry)
at Loki.Game.Objects.Components.WorldItemComponent.get_Item()
at Loki.Bot.Logic.Bots.OldGrindBot.AreaStateCache.?????????????????????????????????????????()
at Loki.Bot.Logic.Bots.OldGrindBot.AreaStateCache.Tick()
at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
at Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
I did see my latency spike to ~200 before this happened. Could that be related? I'm using predictive mode, is lockstep better?






