I posted this in another section and didn't get a reply. Nom, can you say what this is? This error was upon hitting "start" ... Using PureV2 and Tyrael. I know some will complain for full log, but I think it provides too much identifying information to post publicly - perhaps i'm too paranoid. Anyway, if you could comment it would be great.
[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[] )