• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Honorbuddy fail message

    Discussion in 'Honorbuddy Support' started by missen95, Aug 9, 2016.

    1. missen95

      missen95 New Member

      Joined:
      Feb 18, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Trying to start my archelogybuddy works fine for 5 minutes after start then i get fail message posted it under this. and it refuse to start in any profile i run, unless i restart honorbuddy and it works for 5min again.
      Any1 know whats wrong? cant figure it out... thx :)


      [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 Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link)
      at Styx.WoWInternals.WoWObjects.WoWItem.get_ItemInfo()
      at Styx.CommonBot.CharacterManagement.AutoEquipper.QFN@G(1p|-f3p{P0/y\*@xIIJ.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at Styx.CommonBot.CharacterManagement.AutoEquipper.@il"bp\&\\RFByq>\*bVgx\,_|j\\.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at Styx.CommonBot.CharacterManagement.AutoEquipper.Z2GAFKs#t|)@)3aYN8MFF!D\,.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at Buddy.Coroutines.Coroutine.iplw-e{)$<@#x\*b(Y%JAqx\,4$.y!Zoo6$0OY=;ntq8#iUTc3\,7!.MoveNext()
      --- End of inner exception stack trace ---
      at Buddy.Coroutines.Coroutine.‪‏‫*‎**​***‪​‬*‬*‫****(Boolean )
      at Buddy.Coroutines.Coroutine.​‪‪‬‏*****​*‫‎​​‏*​‫**‎*‏‪‬*‏‬‬**(Boolean )
      at Buddy.Coroutines.Coroutine.Resume()
      at Styx.CommonBot.CharacterManagement.AutoEquipper.‏‪‪‎​‏​*‎*‫*​*‬*‬​​*‏​****()
       
    2. BotOperator

      BotOperator Well-Known Member

      Joined:
      Jan 17, 2012
      Messages:
      5,649
      Likes Received:
      74
      Trophy Points:
      48
      Attach a logfile please. No copy&paste.
       
    3. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
    4. missen95

      missen95 New Member

      Joined:
      Feb 18, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
    5. BotOperator

      BotOperator Well-Known Member

      Joined:
      Jan 17, 2012
      Messages:
      5,649
      Likes Received:
      74
      Trophy Points:
      48
      Update to latest HB version and try again please.
       
    6. missen95

      missen95 New Member

      Joined:
      Feb 18, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Sry for late answer, still not working after update..
       
    7. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      fresh log file plz
       
    8. missen95

      missen95 New Member

      Joined:
      Feb 18, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
    9. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      delete Hb and make a fresh installation from scratch plz,let me know
       
    10. missen95

      missen95 New Member

      Joined:
      Feb 18, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
    11. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      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 reported item
       
    12. missen95

      missen95 New Member

      Joined:
      Feb 18, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Thx alot seems to be working for now :) ty
       
    13. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      you're welcome
       

    Share This Page