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!

60 Gathering Node Error

Mr McGibblets

Member
Joined
May 20, 2014
Messages
485
Trying to run a miner gathering profile. I get an error after it opens up the node. Profile will run around and do its thing but hang on the gathering window. I tried both itemname and slot same result. Does anyone know a work around or possibly if the error would be with my profile?

Code:
[12:29:36.529 N] [GatherTag] Interacting with Mineral Deposit 0x165DA470
[12:29:36.530 D] Interacting with Mineral Deposit 0x165DA470
[12:29:37.798 V] Blacklisting 4000021A for 00:00:30 [Type: All] - Reason : So we don't auto target
[12:29:37.813 D] System.NullReferenceException: Object reference not set to an instance of an object.
   at ff14bot.NeoProfiles.GatherTag...(GatheringItem )
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
   at ff14bot.NeoProfiles.GatherTag..(String )
   at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
   at ff14bot.NeoProfiles.GatherTag.()
   at ff14bot.NeoProfiles.GatherTag.(Object )
   at TreeSharp.Action.RunAction(Object context)
   at TreeSharp.Action.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.Decorator.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at ff14bot.Behavior.HookExecutor.Run(Object context)
   at TreeSharp.Action.RunAction(Object context)
   at TreeSharp.Action.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at ff14bot.TreeRoot.()

Towards the bottom of the log. Ignore the blob of me checking to see if agil would work with the Beta.

View attachment 20708 2015-06-27 08.06.txt

Edit: Sea of Clouds - 60 Mineral Deposit - Aurum Regis Sand - Slot 1
 
Last edited:
Though that could easily mean he reenabled old gathering and doesn't have support for new stuff. I'm going to assume thats what it is.
Derp. Gathering should™ be working, but I'd say that's the most likely case, that new ones simply aren't supported yet.
 
Don't have a level 60 to look at it my self. Please post your profile so i can look at that.
 
Can you confirm that the error still happens with the new build from today
 
I had been running for a good 7 hours without closing so I just downloaded the update. Still throws it with the update. Log attached

View attachment 16824 2015-06-27 15.38.txt


Edit: also tried using a profile to farm mythrite ore and raw mormorion in Coerthas Western Highlands. Same sitaution
 
Last edited:
Can you try

Code:
foreach(var item in GatheringManager.GatheringWindowItems)
{
Log(item.ItemId);
}

when the troublesome node is open
 
Can you try

Code:
foreach(var item in GatheringManager.GatheringWindowItems)
{
Log(item.ItemId);
}

when the troublesome node is open

55 mineral deposit in coerthas western highlands (mythrite ore node)

Code:
12534   <-Hidden item
9
12551
12559

Sea of Clouds Node that I first tried

Code:
12632
12533   <-- Aurum sand I was trying for.
12
13

Twinpools Level 55 Lush Vegetation Patch - Rainbow Cotton Boll node throws the same exception
it returns
Code:
12597
9
12883
 
Last edited:
A new version is building now please try checking for an update in a few minutes. Should fix the issue.
 
new version is building now, check in like a minute for it.
 
The profile I posted is working as intended now. Thank you for the help. I need to go help a friend but once home I will run through testing the other profiles I had drafted.
 
Just tried gathering Lv55 node with the new build and it works now.
Thank you.
 
Back
Top