• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Questing not working - Exceptions thrown

    Discussion in 'Honorbuddy Support' started by mh66, Sep 15, 2016.

    1. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Questing unfortunately doesn't work for me

      Upload doesn't seem to work for me either.

      Uploaded Log-Zip:
      2684 2016-09-15 23.16.zip

      [​IMG]
       
    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      load the profile via Bstore plz
       
    3. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Still not working
       

      Attached Files:

    4. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      bump
       
    5. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      update Hb plz
       
    6. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Still not working, neither buddy store, nor included questing profiles
       

      Attached Files:

    7. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      delete your Hb,redownlaod Hb and make a fresh installation

      load the profile via Bstore
       
    8. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Tony, I did a fresh installation and used profiles via Bstore
       
    9. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      [19:49:26.696 D] Loading profile from L:\WoW\HB\Core3\Default Profiles\Questing Profile Pack\Auto Loader - v2.xml

      nope you didnt :)
       
    10. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Code:
      [19:52:01.230 D] Loading profile from store:///1-110 Questing Profile Pack/Auto Loader - v2.xml
      I did. :)
       
    11. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      ah i missed that line :p

      i will check it with Echo asap
       
    12. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Something's causing the "A Taste Of Iron" quest logic to throw exceptions.
      The only thing I could suggest at the moment is to manually complete this quest until I can get a test out to see if it's recreatable.
       
    13. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Thank you for that information. I leveled some chars with HB2 and this exceptions weren't thrown before. I will test it myself and maybe I'll find the code causing this issue
       
      Last edited: Sep 20, 2016
    14. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Finally fixed it.

      Code:
      var cannonPoi = Object(231261);
      
      				while (!Me.HasAura(164042))
      				{
      					cannonPoi.Interact();
      					await Coroutine.Yield();
      				}
      Seems like something happened so that my char was not near cannonPoi, therefore it wasn't valid and
      Code:
      cannonPoi.Interact();
      caused this error. You may want to add to your code, toon is standing near cannonPoi, if not going there and interact only if object is within interactRange and valid.
       
    15. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I'll setup navigation to the location prior to storing the cannonPoi variable along with a null check to ensure it's valid.
      Interact(); has navigation built into it, so that section should be fine as long as it's valid.

      Thanks for looking into this!
       

    Share This Page