air
Member
- Joined
- Feb 24, 2015
- Messages
- 146
Code:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Запрос ReadProcessMemory или WriteProcessMemory был выполнен только частично, at addr: 00000000, Size: 192
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.ReadArray[T](IntPtr addr, Int32 count)
at Styx.WoWInternals.Quest..ctor(QuestCacheEntry entry)
at Styx.WoWInternals.PlayerQuest.**********(UInt32 )
at Styx.WoWInternals.QuestLog.GetAllQuests()
at Styx.CommonBot.Targeting.***********.*******()
at Styx.Helpers.TimeCachedValue`1.Refreshed()
at Styx.Helpers.TimeCachedValue`1.get_Value()
at Styx.CommonBot.Targeting.get_QuestObjectives()
at Styx.CommonBot.Targeting.DefaultRemoveTargetsFilter(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 Styx.CommonBot.Targeting.************(Delegate , Object[] )