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

D3 crashing 4-5 times a day when using DB

got a crash
Code:
UNHANDLED EXCEPTION: ACCESS_VIOLATION (c0000005)

um... for the log, its 5mb where can i put it so you can get it if needed ?
 
i got the problem with RadsAtom
ill try with just radsprofilemanager
 
Last edited:
i dont seem to have the problem with the crashes anymore, but the bot frequently stops answering while fighting. While this happens, i get messages in the DB window.

Code:
System.AccessViolationException: Could not read bytes from 00000000 [299]!
   at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
   at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
   at Zeta.Internals.Actors.ACD.()
   at Zeta.Internals.Actors.ACD.get_ACDGuid()
   at GilesTrinity.GilesTrinity.RefreshDiaObjects()
   at GilesTrinity.GilesTrinity.GilesGlobalOverlord(Object ret)
   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.CommonBot.BotMain.()
 
Back
Top