Hello again devs!
I often get this error:
Exception when terminating bot thread. System.Exception: Запрос ReadProcessMemory или WriteProcessMemory был выполнен только частично, at addr: 00000034, Size: 4
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Zeta.Game.Internals.FastAttribGroupsEntry.GetAttribute[T](Int32 attribute)
at Zeta.Game.Internals.Actors.ACD.GetAttribute[T](Int32 attribute)
at Zeta.Game.Internals.Actors.ACD.GetAttribute[T](ActorAttributeType attributeType)
at Zeta.Game.Internals.Actors.DiaGizmo.get_HasBeenOperated()
at Zeta.Bot.Profile.Common.UseObjectTag.(DiaObject )
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__0.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at Zeta.Bot.Profile.Common.UseObjectTag.get_InteractObject()
at Zeta.Bot.Profile.Common.UseObjectTag.(Object )
at Zeta.Bot.Profile.Common.UseObjectTag..(Object )
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Common.HookExecutor.Run(Object context)
at Zeta.TreeSharp.Action.RunAction(Object context)
at Zeta.TreeSharp.Action..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Common.HookExecutor.Run(Object context)
at Zeta.TreeSharp.Action.RunAction(Object context)
at Zeta.TreeSharp.Action..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Bot.BotMain.()
With less often it comes along with this error(I know it's Trinity part but mb it will provide more info):
[Trinity] Exception in Pulse: System.Exception: Запрос ReadProcessMemory или WriteProcessMemory был выполнен только частично, at addr: 000003E0, Size: 4
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Zeta.Game.Internals.FastAttribGroupsEntry.GetAttribute[T](Int32 attribute)
at Zeta.Game.Internals.Actors.ACD.GetAttribute[T](Int32 attribute)
at Zeta.Game.Internals.Actors.ACD.GetAttribute[T](ActorAttributeType attributeType)
at Zeta.Game.Internals.Actors.DiaActivePlayer.get_LoopingAnimationEndTime()
at Trinity.GameUI.SafeClickUIButtons() in c:\DemonbuddyBETA 1.1.1816.394\Plugins\Trinity\Helpers\GameUI.cs:line 152
at Trinity.Trinity.OnPulse() in c:\DemonbuddyBETA 1.1.1816.394\Plugins\Trinity\Plugin.cs:line 62
Why is that? What am I doing wrong?
I know to ask about help i need to post logs and ofc i can do it but i think this part of logs are enough, am i right?
I often get this error:
Exception when terminating bot thread. System.Exception: Запрос ReadProcessMemory или WriteProcessMemory был выполнен только частично, at addr: 00000034, Size: 4
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Zeta.Game.Internals.FastAttribGroupsEntry.GetAttribute[T](Int32 attribute)
at Zeta.Game.Internals.Actors.ACD.GetAttribute[T](Int32 attribute)
at Zeta.Game.Internals.Actors.ACD.GetAttribute[T](ActorAttributeType attributeType)
at Zeta.Game.Internals.Actors.DiaGizmo.get_HasBeenOperated()
at Zeta.Bot.Profile.Common.UseObjectTag.(DiaObject )
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__0.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at Zeta.Bot.Profile.Common.UseObjectTag.get_InteractObject()
at Zeta.Bot.Profile.Common.UseObjectTag.(Object )
at Zeta.Bot.Profile.Common.UseObjectTag..(Object )
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Common.HookExecutor.Run(Object context)
at Zeta.TreeSharp.Action.RunAction(Object context)
at Zeta.TreeSharp.Action..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Common.HookExecutor.Run(Object context)
at Zeta.TreeSharp.Action.RunAction(Object context)
at Zeta.TreeSharp.Action..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Bot.BotMain.()
With less often it comes along with this error(I know it's Trinity part but mb it will provide more info):
[Trinity] Exception in Pulse: System.Exception: Запрос ReadProcessMemory или WriteProcessMemory был выполнен только частично, at addr: 000003E0, Size: 4
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Zeta.Game.Internals.FastAttribGroupsEntry.GetAttribute[T](Int32 attribute)
at Zeta.Game.Internals.Actors.ACD.GetAttribute[T](Int32 attribute)
at Zeta.Game.Internals.Actors.ACD.GetAttribute[T](ActorAttributeType attributeType)
at Zeta.Game.Internals.Actors.DiaActivePlayer.get_LoopingAnimationEndTime()
at Trinity.GameUI.SafeClickUIButtons() in c:\DemonbuddyBETA 1.1.1816.394\Plugins\Trinity\Helpers\GameUI.cs:line 152
at Trinity.Trinity.OnPulse() in c:\DemonbuddyBETA 1.1.1816.394\Plugins\Trinity\Plugin.cs:line 62
Why is that? What am I doing wrong?
I know to ask about help i need to post logs and ofc i can do it but i think this part of logs are enough, am i right?






