• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • we have determined that you have multiple custom classes

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

    1. hodge74

      hodge74 Member

      Joined:
      Oct 12, 2012
      Messages:
      400
      Likes Received:
      1
      Trophy Points:
      18
      it offers me again and again all the time
      log for the gods
      Ps . this has been reported by me numerous times, oh fresh clean install too
       

      Attached Files:

    2. 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
       

    Share This Page