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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Release] RebornBuddy64 Version 1.0.681 - DirectX11 / x64 bit compatible

"StopCrafting" does not seem to work anymore.

Code:
[04:05:21.522 N] Failed to load profile: Element StopCrafting is not supported. Please check your XML and try again. (<StopCrafting />) Line 212
[04:05:21.529 D] System.Exception: Element StopCrafting is not supported. Please check your XML and try again. (<StopCrafting />) Line 212
   at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
   at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
   at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
   at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
   at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
   at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
   at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
   at Clio.XmlEngine.PropertyProcessor..(XElement )
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
   at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
   at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
   at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
   at ff14bot.NeoProfiles.NeoProfile.Load(String path)
   at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)

Another error when executing a profile with a custom quest behavior.
Code:
[21:12:15.940 D] Exception during scheduling Pulse: System.NullReferenceException: Object reference not set to an instance of an object.
   at ff14bot.NeoProfiles.TreeNode`1.Find()
   at ..()
   at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
   at ff14bot.BotBases.OrderBot.(Object , EventArgs )
   at ff14bot.Behavior.BrainBehavior.()

Stopcrafting is not a tag we supply.
 
Huh? It's in ../Quest Behaviors/Crafting

Whoops your right, i forgot there was a second folder there. Works for me with a clean install

Code:
<?xml version="1.0" encoding="utf-8"?>
<Profile>
  <Name>[OrderBot] TEST.</Name>
  <Order>
        <StopCrafting/>
  </Order>
</Profile>
Code:
[21:42:52.760 V] [Poi.Clear] Reason: Current behavior changed to StopCrafting: LineNumber: 5, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: null, .
 
Was gonna say lol, been using it since I started the Ixal way back when :p. @AtomicBomb Provide a full log so we can see the bots startup, or do a clean install.
 
Thanks for the reply,

I did a fresh install and that did fix the two error I posted.

My profile are now working but I'm running in an issue where the bot doesn't seem to recognize the recipe ID.
Tested with two different profession and recipe (weaver & goldsmith)
Code:
[22:31:59.315 V] [Poi.Clear] Reason: Current behavior changed to Synthesize: LineNumber: 3783, IsDone: False, MinimumCp: 476, RecipeId: 3633, UseCR: False, RequiredSkills: null, HQMats: System.Int32[], HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: null, .
[22:31:59.315 D] Replaced hook [ProfileOrderBehavior_Hook] 93e054f7-0999-470d-9da9-6ef611f03995
[22:31:59.315 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.Exception: No id mapping found for ff14bot.RemoteAgents.AgentRecipeNote
   at ff14bot.Managers.AgentModule.GetAgentInterfaceByType[T]()
   at ff14bot.Managers.CraftingManager..()
--- End of stack trace from previous location where except

[22:31:17.032 V] [Poi.Clear] Reason: Current behavior changed to Synthesize: LineNumber: 7050, IsDone: False, MinimumCp: 476, RecipeId: 3643, UseCR: False, RequiredSkills: null, HQMats: System.Int32[], HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: null, .
[22:31:17.034 D] Replaced hook [ProfileOrderBehavior_Hook] 0206e894-89e7-4112-aa4c-9ef041a876f5
[22:31:17.062 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.Exception: No id mapping found for ff14bot.RemoteAgents.AgentRecipeNote
   at ff14bot.Managers.AgentModule.GetAgentInterfaceByType[T]()
   at ff14bot.Managers.CraftingManager..()
 
Thanks for the reply,

I did a fresh install and that did fix the two error I posted.

My profile are now working but I'm running in an issue where the bot doesn't seem to recognize the recipe ID.
Tested with two different profession and recipe (weaver & goldsmith)
Code:
[22:31:59.315 V] [Poi.Clear] Reason: Current behavior changed to Synthesize: LineNumber: 3783, IsDone: False, MinimumCp: 476, RecipeId: 3633, UseCR: False, RequiredSkills: null, HQMats: System.Int32[], HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: null, .
[22:31:59.315 D] Replaced hook [ProfileOrderBehavior_Hook] 93e054f7-0999-470d-9da9-6ef611f03995
[22:31:59.315 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.Exception: No id mapping found for ff14bot.RemoteAgents.AgentRecipeNote
   at ff14bot.Managers.AgentModule.GetAgentInterfaceByType[T]()
   at ff14bot.Managers.CraftingManager..()
--- End of stack trace from previous location where except

[22:31:17.032 V] [Poi.Clear] Reason: Current behavior changed to Synthesize: LineNumber: 7050, IsDone: False, MinimumCp: 476, RecipeId: 3643, UseCR: False, RequiredSkills: null, HQMats: System.Int32[], HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: null, .
[22:31:17.034 D] Replaced hook [ProfileOrderBehavior_Hook] 0206e894-89e7-4112-aa4c-9ef041a876f5
[22:31:17.062 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.Exception: No id mapping found for ff14bot.RemoteAgents.AgentRecipeNote
   at ff14bot.Managers.AgentModule.GetAgentInterfaceByType[T]()
   at ff14bot.Managers.CraftingManager..()
Where are you getting the recipe Ids from? They look too small. What is it you're trying to craft? Nix that twinthread and Rhodinite... i'm going mad. Can you show me the profile?
 
Last edited:
From XIVDB/Garland Tools API.

3643 = Twinthread
3633 = Rhodonite

I can't show the profile since it's a huge custom one. But it worked fine prior to 4.4

Edit: typo
 
Last edited:
Yah, not much I can help with really without seeing the XML. I've had no Issues with Crafting Profiles, and I've just ran the Namazu Profile just in case CraftingManager was funky, but it's all working fine.
 
That's not what the error messages are indicating, it's indicating that it can't find the AgentRecipeNote which is strange cause its working for me. Full logs please.
 
That's not what the error messages are indicating, it's indicating that it can't find the AgentRecipeNote which is strange cause its working for me. Full logs please.

Okay, I restarted FFXIV client and it works now.

Sorry about that, I just remembered having a similar issue in the past.
 
Might be good to know that I launched the client using another bot program, so that's probably what caused the issue. With that said, I've been doing that in the past without problem.

Code:
22:29:50.488 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.Exception: No id mapping found for ff14bot.RemoteAgents.AgentRecipeNote
   at ff14bot.Managers.AgentModule.GetAgentInterfaceByType[T]()
   at ff14bot.Managers.AsmManager.()
   at ff14bot.Managers.CraftingManager.get_CurrentRecipeId()
   at ff14bot.NeoProfiles.Tags.Synthesize.<StartCrafting>d__25.MoveNext() in ***\Synthesize.cs:line 120
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TreeSharp.ActionRunCoroutine...()
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.CheckPostConditions(Boolean shouldBeCanceled)
   at Buddy.Coroutines.Coroutine.Resume(Boolean forStop)
   at TreeSharp.ActionRunCoroutine.Run(Object context)
   at TreeSharp.Action.<Execute>d__13.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Action.<Execute>d__13.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Action.<Execute>d__13.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.<Execute>d__12.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at ff14bot.TreeRoot.() --> System.Exception: No id mapping found for ff14bot.RemoteAgents.AgentRecipeNote
   at ff14bot.Managers.AgentModule.GetAgentInterfaceByType[T]()
   at ff14bot.Managers.AsmManager.()
   at ff14bot.Managers.CraftingManager.get_CurrentRecipeId()
   at ff14bot.NeoProfiles.Tags.Synthesize.<StartCrafting>d__25.MoveNext() in ***\Synthesize.cs:line 120
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TreeSharp.ActionRunCoroutine...()
[22:29:52.396 N] Stopping the bot. Reason:Closing down
 
GetTo is a bit off on both Sodium's and y2krazy's ARR profiles. Movement just breaks. The bot will still work if you're close enough not to invoke GetTo.

Code:
[00:48:19.114 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at ff14bot.Navigation.NavGraph.()
   at ff14bot.Navigation.NavGraph..()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at ff14bot.NeoProfiles.Tags.GetTo.<GenerateNodes>d__18.MoveNext() in E:\Downloads\FFTools\RBStormblood\Quest Behaviors\GetTo.cs:line 88
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TreeSharp.ActionRunCoroutine...()
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.CheckPostConditions(Boolean shouldBeCanceled)
   at Buddy.Coroutines.Coroutine.Resume(Boolean forStop)
   at TreeSharp.ActionRunCoroutine.Run(Object context)
   at TreeSharp.Action.<Execute>d__13.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.<Execute>d__12.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Action.<Execute>d__13.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Action.<Execute>d__13.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.<Execute>d__12.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at ff14bot.TreeRoot.() --> System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at ff14bot.Navigation.NavGraph.()
   at ff14bot.Navigation.NavGraph..()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at ff14bot.NeoProfiles.Tags.GetTo.<GenerateNodes>d__18.MoveNext() in E:\Downloads\FFTools\RBStormblood\Quest Behaviors\GetTo.cs:line 88
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TreeSharp.ActionRunCoroutine...()
[00:48:34.154 D] Finished checking gear in 00:00:00.0017882
[00:48:34.159 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at ff14bot.Navigation.NavGraph.()
   at ff14bot.Navigation.NavGraph..()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at ff14bot.NeoProfiles.Tags.GetTo.<GenerateNodes>d__18.MoveNext() in E:\Downloads\FFTools\RBStormblood\Quest Behaviors\GetTo.cs:line 88
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TreeSharp.ActionRunCoroutine...()
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.CheckPostConditions(Boolean shouldBeCanceled)
   at Buddy.Coroutines.Coroutine.Resume(Boolean forStop)
   at TreeSharp.ActionRunCoroutine.Run(Object context)
   at TreeSharp.Action.<Execute>d__13.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.<Execute>d__12.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Action.<Execute>d__13.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Action.<Execute>d__13.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.<Execute>d__12.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at ff14bot.TreeRoot.() --> System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at ff14bot.Navigation.NavGraph.()
   at ff14bot.Navigation.NavGraph..()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at ff14bot.NeoProfiles.Tags.GetTo.<GenerateNodes>d__18.MoveNext() in E:\Downloads\FFTools\RBStormblood\Quest Behaviors\GetTo.cs:line 88
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TreeSharp.ActionRunCoroutine...()
 
Just FYI, people that are still having GetTo issues; rolling back a couple versions fixed it for me. 1.0.228.0 works for me.
 
Really need some FULL logs, i appreciate NNNiiikkkooo posting one but his doesn't have where was when he started the profile and i can't seem to replicate the issue.
 
Back
Top