• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • 60 Gathering Node Error

    Discussion in 'Community Developer Forum' started by Mr McGibblets, Jun 27, 2015.

    1. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      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: Jun 27, 2015
    2. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      I believe gathering is not working/supported yet.
       
    3. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      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.
       
    4. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Derp. Gathering should™ be working, but I'd say that's the most likely case, that new ones simply aren't supported yet.
       
    5. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      Don't have a level 60 to look at it my self. Please post your profile so i can look at that.
       
    6. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      *removed xml*

      Here ya go
       
      Last edited: Jun 28, 2015
    7. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      Can you confirm that the error still happens with the new build from today
       
    8. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      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: Jun 27, 2015
    9. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      Can you try

      Code:
      foreach(var item in GatheringManager.GatheringWindowItems)
      {
      Log(item.ItemId);
      }
      
      when the troublesome node is open
       
    10. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      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: Jun 27, 2015
    11. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      A new version is building now please try checking for an update in a few minutes. Should fix the issue.
       
    12. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      Ran new version at the sea of clouds node. Got what looks like the same error. I'll upload the log and profile.

      View attachment 21320 2015-06-27 17.31.txt


      Edit: Same error by running an <ItemNames> version of the profile.
       
      Last edited: Jun 28, 2015
    13. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      Run the code snippet again please.
       
    14. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      Code:
      12632
      12533
      12
      13
      
      Results
       
    15. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      bah i see the issue, ill have a new build in like 5 minutes.
       
      Mr McGibblets likes this.
    16. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      new version is building now, check in like a minute for it.
       
    17. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      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.
       
    18. hkme

      hkme Member

      Joined:
      May 12, 2014
      Messages:
      197
      Likes Received:
      0
      Trophy Points:
      16
      Just tried gathering Lv55 node with the new build and it works now.
      Thank you.
       

    Share This Page