• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • singular complaining

    Discussion in 'Honorbuddy Support' started by hodge74, Sep 2, 2016.

    1. hodge74

      hodge74 Member

      Joined:
      Oct 12, 2012
      Messages:
      400
      Likes Received:
      1
      Trophy Points:
      18
      start bot, bot loads up, then bot complains about class and to choose 1, i choose singular as thats the only routine i have and it just goes into its loop, mentioned this a few times now with no fix?
      log for the gods
      P.S fresh clean install
       

      Attached Files:

      Last edited: Sep 2, 2016
    2. Frnge

      Frnge New Member

      Joined:
      Jul 24, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Same here,
      thers a fix by deleting something in the folders but I forget what!
      I came across your thread looking for it.
       
    3. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      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");
      
      delete the problematic item
       
    4. hodge74

      hodge74 Member

      Joined:
      Oct 12, 2012
      Messages:
      400
      Likes Received:
      1
      Trophy Points:
      18
      Tony i can no access the bot because of the error as the pop up box which appears greys out all other options so unfortunately i can not do this
       
    5. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      do you have any Bstore products enabled?
       
    6. hodge74

      hodge74 Member

      Joined:
      Oct 12, 2012
      Messages:
      400
      Likes Received:
      1
      Trophy Points:
      18
      1-100 quest is the only item on store enabled
      disabled it now and same results new log too
       

      Attached Files:

      Last edited: Sep 2, 2016
    7. hodge74

      hodge74 Member

      Joined:
      Oct 12, 2012
      Messages:
      400
      Likes Received:
      1
      Trophy Points:
      18
      finally got it to open bot after a reinstall. OK here are 2 fails that i can see via console...

      Ancient Pickled Koi (138246, |cff9d9d9d|Hitem:138246::::::::102:250::::::|h[Ancient Pickled Koi]|h|r): FAIL...
      System.ComponentModel.Win32Exception (0x80004005): 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 Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link)
      at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo()
      at Driver.Run()

      Captain's Log of the Queen's Reprisal (122570, |cffffffff|Hitem:122570::::::::102:250::::::|h[Captain's Log of the Queen's Reprisal]|h|r): FAIL...
      System.ComponentModel.Win32Exception (0x80004005): 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 Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link)
      at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo()
      at Driver.Run()

      complains of plugins as well when bot boots up .. anyways fresh log hope it helps
       

      Attached Files:

      Last edited: Sep 3, 2016
    8. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      tried to delete the items?
       

    Share This Page