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

still crashin :/

The logs provided does not show crashing.
Is there an error that pops up or something?

Post a screenshot of that error.

Also, try directx 9.
 
just freezes with "keine r?ckmeldung" (no response) and then quits, while beeing gray.
so heres screen.
and some debug
public static Composite CreateMoveToMeleeBehavior(bool stopInRange)
{
return new Decorator(
ret => !MovementManager.IsMovementDisabled,
new PrioritySelector(
new Decorator(
ret => stopInRange && InMoveToMeleeStopRange,
new PrioritySelector(
CreateEnsureMovementStoppedBehavior(),
new Action(ret => RunStatus.Success)
)
),
new Action(ret => Navigator.MoveTo(StyxWoW.Me.CurrentTarget.Location)) <<<----Eine nicht behandelte Ausnahme des Typs "System.StackOverflowException" ist in Honorbuddy.exe aufgetreten.
)
);
}
 

Attachments

  • 6136 2012-12-16 22.04.txt
    6136 2012-12-16 22.04.txt
    43.4 KB · Views: 93
  • asde.webp
    asde.webp
    23 KB · Views: 95
Last edited:
nope, wow runs normally, nothing happens, i can move char while HB crashes.
 
it stopped crashing because this CC stuns the bot :D (doesnt do anything unless i target and run there,...+ doesnt loot afterwards)
 

Attachments

thtas odd


do yuou have any wow addons enabled?

can you try a new Hb installation and CLU again plz?
 
i already did a cleaninstall + wow addons disabled :( but nothing works for me :/
 
i have no issues now, so i guess its fixed, but dont know what it was
 
Back
Top