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

Issue with bot

n00berist

New Member
Joined
Jul 13, 2012
Messages
10
Reaction score
0
First time i left the bot running un supervised and it screws up big time..

19:57:26.843 D] 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.DiaObject.()
at Zeta.Internals.Actors.DiaObject.get_ACDGuid()
at Zeta.Internals.Actors.DiaObject.get_IsACDBased()
at Zeta.Internals.Actors.DiaObject.GetCommonData[T]()
at Zeta.Internals.Actors.DiaObject.get_CommonData()
at Zeta.Internals.Actors.DiaActivePlayer.get_NumBackpackSlots()
at Zeta.Internals.Actors.DiaActivePlayer.InventoryManager.get_NumBackpackSlots()
at Zeta.CommonBot.Logic.BrainBehavior.()
at Zeta.CommonBot.Logic.BrainBehavior.()
at Zeta.CommonBot.Logic.BrainBehavior.()

but when i woke up to check on it, it was working normally again... it did this for atleast a couple of hours..

can someone tell me what exactly happened to it or what it's been doing?
 
copy pasted from my log, it did the above thing for quite sometimes and this too..

--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at (Object , Object[] )
at Zeta.CommonBot.Pulsator.(Delegate delegate, Object[] args) --> 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.DiaObject.()
at Zeta.Internals.Actors.DiaObject.get_ACDGuid()
at Zeta.Internals.Actors.DiaObject.get_IsACDBased()
at Zeta.Internals.Actors.DiaObject.GetCommonData[T]()
at Zeta.Internals.Actors.DiaObject.get_CommonData()
at Zeta.Internals.Actors.DiaUnit.get_Level()
at Zeta.CommonBot.GameStats.(Object sender, EventArgs e)
 
Back
Top