Accessing a bagslot throws a SystemOutOfMemoryException:
example rebornconsole:
Error:
Teleport:
Orderbot profiles using teleport fails:
profile used with log: View attachment Stalk of Ramie btn.xml
example rebornconsole:
Code:
ClearLog();
foreach(var bagslot in ff14bot.Managers.InventoryManager.FilledSlots)
{
Log(bagslot.Item.CurrentLocaleName);
}
Error:
Code:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at System.Collections.Generic.List`1.set_Capacity(Int32 value)
at System.Collections.Generic.List`1.EnsureCapacity(Int32 min)
at System.Collections.Generic.List`1.Add(T item)
at ff14bot.Managers.Bag..ctor(IntPtr Pointer)
at ff14bot.Managers.InventoryManager.()
at ff14bot.Managers.InventoryManager.get_FilledSlots()
at Driver.Run() in d:\rbuddy\Plugins\RebornConsole\Temp\saqlxiqg.0.cs:line 38
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args)
at HighVoltz.CodeDriver.CompileAndRun(String input) in d:\rbuddy\Plugins\RebornConsole\RebornConsole.cs:line 462
Teleport:
Orderbot profiles using teleport fails:
Code:
[22:25:23.516 N] Teleporting to Aetheryte id76
[22:25:23.527 N] [TeleportTo] Player missing AetheryteId:76 Zone:Tailfeather
[22:25:23.528 N] Stopping the bot. Reason:Missing AetheryteId
[22:25:23.530 V] [Poi.Clear] Reason: Current behavior changed to TeleportTo: ZoneId: 0, AetheryteId: 76, Name: null, Force: False, Aetheryte: null, IsDone: False, HighPriority: False, LineNumber: 12, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
profile used with log: View attachment Stalk of Ramie btn.xml
Attachments
Last edited: