Code:
[07:35:40.633 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.()
Code:
if (Zeta.CommonBot.Logic.BrainBehavior.IsVendoring)
{
Logging.WriteDiagnostic("RETURN VENDORING");
return;
}
Edit:
Maybe if there is some way to trigger DB build-in vendor methods?
Last edited:






