• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Singular combat routine fail for Beastmaster Hunter -Honorbuddy v2.6.15649.834

    Discussion in 'Honorbuddy Support' started by innomina, Jul 30, 2016.

    Thread Status:
    Not open for further replies.
    1. innomina

      innomina Member

      Joined:
      Jun 19, 2014
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      16
      Honorbuddy v2.6.15649.834
      Fresh install.....
      No CR's loaded from Buddy Store

      Happens with every class

      Error...
      [AutoEquip] Exception was thrown in AE coroutine!
      Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.ComponentModel.Win32Exception: Invalid access to memory location
      at GreyMagic.ExternalProcessMemory.‎*‪*****‪‏‪****‏‏‫*‪*(IntPtr , Void* , Int32 , Int32& )
      at GreyMagic.ExternalProcessMemory.ReadString(IntPtr address, Encoding encoding, Int32 maxLength)
      at Styx.WoWInternals.DB.WoWDbRow.GetStringField[T](String fieldName)
      at Styx.WoWInternals.WoWObjects.ItemInfo..ctor(UInt32 id, String itemString, WoWDbRow sparseInfoBlock, WoWDbRow classInfoBlock)
      at


      Log attached.

      uninstalled using installer, deleted folder, reinstalled using installer and after it upgraded immediately. Problem persists so I am attaching a new log as well.
       

      Attached Files:

      Last edited: Jul 30, 2016
    2. MaiN

      MaiN Moderator Staff Member Moderator Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      1,017
      Likes Received:
      35
      Trophy Points:
      48
      It looks like Honorbuddy is having a hard time dealing with one of the items on your character.
      We need to collect some information to be able to resolve this. Can you please open Developer Tools -> Console,
      then paste the following in the box and press "Run":
      Code:
      foreach (var item in ObjectManager.GetObjectsOfType<WoWItem>())
      {
        try
        {
          Log("{0}: OK", item.ItemInfo.Id);
        }
        catch (Exception ex)
        {
          Log("{0} ({1}, {2}): FAIL...", item.Name, item.Entry, item.ItemLink);
          Log(ex);
        }
      }
      
      Log("Done");
      
      Upload the results once you have run this and we will take a look.
       
    3. innomina

      innomina Member

      Joined:
      Jun 19, 2014
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      16
      Done

      I have attached the requested dev log.

      Note this is not working for Hunter, mage, rogue
       

      Attached Files:

      • dev.txt
        File size:
        73.5 KB
        Views:
        53
      Last edited: Jul 31, 2016
    4. MaiN

      MaiN Moderator Staff Member Moderator Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      1,017
      Likes Received:
      35
      Trophy Points:
      48
      I was unfortunately unable to reproduce it. With that said I have updated an offset which may have been related, so hopefully the issue is resolved.
      Good to see that you got it working.
       
    5. innomina

      innomina Member

      Joined:
      Jun 19, 2014
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      16
      Update, the combat bot works while the quest bot still errors on the singular combat routine. I find this odd since they both use the singular combat routine???

      Please advise...
       
    6. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      we need a fresh log file
       
    7. innomina

      innomina Member

      Joined:
      Jun 19, 2014
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      16
      Here ya go
       

      Attached Files:

    8. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      can you try what Main suggested above again and upload the results here plz
       
    9. innomina

      innomina Member

      Joined:
      Jun 19, 2014
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      16
      Close this ticket for now, I just received a new computer....installing a fresh copy of wow and a fresh copy of HB and if the problem persists I will open a new ticket or reopen this one.
       
    10. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      alright!

      closed
       
    Thread Status:
    Not open for further replies.

    Share This Page