Using Fpsware DK combat routine and it fails to face the target. Log file attached, but pertinent error looks to be:
View attachment 81249
Code:
[07:55:28.562 D] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AccessViolationException: Could not read bytes from 000007D8 [299]!
at Styx.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
at Styx.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
at Styx.WoWInternals.WoWMovementInfo.()
at Styx.WoWInternals.WoWMovementInfo.get_Position()
at Styx.WoWInternals.WoWObjects.WoWUnit.get_RelativeLocation()
at Styx.WoWInternals.WoWObjects.WoWUnit.get_Location()
at Styx.WoWInternals.WoWObjects.WoWObject.get_Distance()
at Styx.CommonBot.Targeting.DefaultTargetWeight(List`1 units)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Delegate.DynamicInvoke(Object[] args)
at Styx.CommonBot.Targeting.(Delegate , Object[] ) --> System.AccessViolationException: Could not read bytes from 000007D8 [299]!
at Styx.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
at Styx.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
at Styx.WoWInternals.WoWMovementInfo.()
at Styx.WoWInternals.WoWMovementInfo.get_Position()
at Styx.WoWInternals.WoWObjects.WoWUnit.get_RelativeLocation()
at Styx.WoWInternals.WoWObjects.WoWUnit.get_Location()
at Styx.WoWInternals.WoWObjects.WoWObject.get_Distance()
at Styx.CommonBot.Targeting.DefaultTargetWeight(List`1 units)