What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Singular combat routine fail for Beastmaster Hunter -Honorbuddy v2.6.15649.834

Status
Not open for further replies.

innomina

Member
Joined
Jun 19, 2014
Messages
106
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.
 

Attachments

Last edited:
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.
 
Done

I have attached the requested dev log.

Note this is not working for Hunter, mage, rogue
 

Attachments

Last edited:
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.
 
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...
 
can you try what Main suggested above again and upload the results here plz
 
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.
 
Status
Not open for further replies.
Back
Top