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

Can anyone explain these errors

qberty

New Member
Joined
Sep 6, 2014
Messages
8
Reaction score
0
Using rrrift bot and log gets spammed (pages and pages) with errors... can't notice it effecting performance much, if at all, but wondering what's the cause.

Exception during bot tick.System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 00000090, Size: 4
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Zeta.Game.Internals.Actors.ACD.get_ActorSNO()
at Zeta.Game.Internals.Actors.ACD.get_ActorInfo()
at Trinity.Trinity.RefreshCacheMainLoop() in c:\Users\Documents\Demonbuddy\Plugins\Trinity\Cache\RefreshObjects.cs:line 554
at Trinity.Trinity.RefreshDiaObjectCache(Boolean forceUpdate) in c:\Users\Documents\Demonbuddy\Plugins\Trinity\Cache\RefreshObjects.cs:line 69
at Trinity.Trinity.TargetCheck(Object ret) in c:\Users\Documents\Demonbuddy\Plugins\Trinity\Combat\TargetCheck.cs:line 123
at Zeta.TreeSharp.Decorator.CanRun(Object context)
at Zeta.TreeSharp.Decorator..()
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.()


Also get one time spam of below whenever entering a new map level

System.NullReferenceException: Object reference not set to an instance of an object.
at Zeta.Bot.ProfileOrderManager.(ProfileBehavior , Boolean )
at Zeta.Bot.ProfileOrderManager.(Boolean )
at Zeta.Bot.ProfileOrderManager.(Object , EventArgs )
at Zeta.Bot.GameEvents.[](EventHandler`1 , Object ,  )
 
Trying to watch this to see what may be triggering the spam... thought it was avoidance based at first but that doesn't seem to be exactly it. So confusing!
 
Last edited:
Qberty, I had the same exact issue. It's only been doing this since the recent updates with DemonBuddy, QuestTools, and RRift.

Mine looked like this over and over -

00:15:45.561 ERROR BotMain Exception during bot tick.
System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 00000090, Size: 4
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Zeta.Game.Internals.Actors.ACD.get_ActorSNO()
at Zeta.Game.Internals.Actors.ACD.get_ActorInfo()
at Trinity.Trinity.RefreshCacheMainLoop() in c:\Users\Nick\Desktop\db\Plugins\Trinity\Cache\RefreshObjects.cs:line 554
at Trinity.Trinity.RefreshDiaObjectCache(Boolean forceUpdate) in c:\Users\Nick\Desktop\db\Plugins\Trinity\Cache\RefreshObjects.cs:line 69
at Trinity.Trinity.TargetCheck(Object ret) in c:\Users\Nick\Desktop\db\Plugins\Trinity\Combat\TargetCheck.cs:line 123
at Zeta.TreeSharp.Decorator.CanRun(Object context)
at Zeta.TreeSharp.Decorator..()
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.()

To be honest, I have no idea how to fix it. HOWEVER! I did something pretty dumb, went into the file that was causing the error (RefreshObjects.cs) and deleted out lines 553 to 555 since it was erroring on 554 and it was just some code between braces. This is what was deleted -

{
gizmoType = "GizmoType: " + giz.CommonData.ActorInfo.GizmoType.ToString();
}

I don't really know what this function serves, so it is probably a bad idea to delete it, but I will tell you that I am error-free since doing this. Hope that helps.
 
I think this was the most recent log using the Act1 community bounty farm... same errors popping up... I think I attached it right? Don't know what I'm doin really!
 

Attachments

Back
Top