First, I'd like to say I hate to see FPSware go. I'm sure everyone else feels the same. I've only been around for a short while, but I've benefitted from his work.
Secondly, since there is so much discussion and people watching this thread...
This is an error message I received and I know at least one other person got this... mine was at the start up of HB after wow was open. The question is really simple. Look at the message and see the mention of memory read / write.
What is that message caused by? Is it telling us that blizz just scanned or what? Someone here knows what it means.
[04:15:58.781 N] [Tyrael] Checking if the used revision is the latest, updates if it is not.
[04:15:59.083 D] [Tyrael] Current SVN version: 560
[04:15:59.083 N] [Tyrael] No updates found.
[04:15:59.083 N] ------------------------------------------
[04:15:59.117 D] Tyrael: StatCounter has been updated!
[04:16:11.985 D] Downloaded tilemap BrewmasterScenario01
[04:16:12.352 D] Changed map(s) to BrewmasterScenario01
[04:16:12.358 D] System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 000000E0, Size: 4
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(Int Ptr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Styx.WoWInternals.WoWObjects.WoWObject.[](UInt32 )
at Styx.WoWInternals.WoWObjects.WoWUnit.[](WoWUnitFields )
at Styx.WoWInternals.WoWObjects.WoWUnit.get_Level()
at Styx.CommonBot.Profiles.ProfileManager.RefreshBest Profile()
at Styx.CommonBot.Profiles.ProfileManager.LoadEmpty()
at Tyrael.Tyrael.Start() in..........................\Bots\Tyrael\Tyrael.cs :line 63 - edited this line
[04:16:12.425 D] Handler for OnBotStarted threw exception!
[04:16:12.426 D] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 00001200, Size: 4
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(Int Ptr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Styx.WoWInternals.WoWObjects.WoWObject.[](UInt32 )
at Styx.WoWInternals.WoWObjects.WoWPlayer.[](WoWPlayerFields )
at Styx.WoWInternals.WoWObjects.WoWPlayer.get_Experie nce()
at Styx.CommonBot.GameStats.Reset()
at Styx.CommonBot.GameStats.(EventArgs )
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRunt imeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRunti meMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at Styx.CommonBot.BotEvents.(Delegate , Action`1 , Object[] )