LiquidAtoR
Community Developer
- Joined
- Jan 15, 2010
- Messages
- 1,430
- Reaction score
- 52
Regarding the stuck on ingame items...
I've been testing Zikke's Deathchargers Reins profile and I do get some errors in the logs (typically when it gets stuck).
They are related to "System.Reflection.TargetInvocationException" and "InvalidObjectPointerException".
As soon as these errors appear, I run into lanterns, roadsigns etc.
Closing and restarting HB is the only way to get it going properly again (for some time).
Here is the link to the testresults on 20 runs (+ setup): http://www.thebuddyforum.com/honorb...ins-farming-baron-rivendare-3.html#post485278
I have the code to the whole errors saved here in a textfile, and probably when I go digging I can find the matching logs if needed.
and
I've been testing Zikke's Deathchargers Reins profile and I do get some errors in the logs (typically when it gets stuck).
They are related to "System.Reflection.TargetInvocationException" and "InvalidObjectPointerException".
As soon as these errors appear, I run into lanterns, roadsigns etc.
Closing and restarting HB is the only way to get it going properly again (for some time).
Here is the link to the testresults on 20 runs (+ setup): http://www.thebuddyforum.com/honorb...ins-farming-baron-rivendare-3.html#post485278
I have the code to the whole errors saved here in a textfile, and probably when I go digging I can find the matching logs if needed.
Code:
System.Reflection.TargetInvocationException: Het doel van een aanroep heeft een uitzondering veroorzaakt. ---> Styx.InvalidObjectPointerException: Cannot read a descriptor on an invalid object.
bij Styx.WoWInternals.WoWObjects.WoWObject.#eve[T](UInt32 field)
bij Styx.WoWInternals.WoWObjects.WoWObject.#dve[T](Int32 offsetIndex)
bij Styx.WoWInternals.WoWObjects.WoWUnit.get_Level()
bij Honorbuddy.MainWindow.#3Uc()
--- Einde van intern uitzonderingsstackpad ---
bij System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
bij System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
bij System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
bij System.Delegate.DynamicInvokeImpl(Object[] args)
bij System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
bij System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
Code:
Styx.InvalidObjectPointerException: Cannot read a descriptor on an invalid object.
at Styx.WoWInternals.WoWObjects.WoWObject.#eve[T](UInt32 field)
at Styx.WoWInternals.WoWObjects.WoWObject.#dve[T](Int32 offsetIndex)
at Styx.WoWInternals.WoWObjects.WoWUnit.get_Flags()
at Styx.WoWInternals.WoWObjects.WoWUnit.HasFlag(#oH flags)
at Styx.WoWInternals.WoWObjects.WoWUnit.get_Combat()
at #LH.#TH.IsStuck()
at Styx.Logic.Pathing.MeshNavigator.#LHc(MeshMovePath path)
at Styx.Logic.Pathing.MeshNavigator.MovePath(MeshMovePath path)
at Styx.Logic.Pathing.MeshNavigator.MoveTo(WoWPoint location)
at Styx.Logic.Pathing.Navigator.MoveTo(WoWPoint location)
at Bots.Quest.QuestOrder.ForcedMoveTo.#Fn(Object ret)
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at Bots.Quest.Actions.ForcedBehaviorExecutor.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at Bots.Quest.QuestOrder.ForcedWhile.#h.#mF.#h.#rF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at Bots.Quest.Actions.ForcedBehaviorExecutor.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.Tick()