Neverdyne
Community Developer
- Joined
- Sep 12, 2014
- Messages
- 649
Hey guys, I've been getting the following exception since patch 3.2's changes. Wondering if anyone has any idea of what it might be. It only happens sometimes, and haven't found a pattern yet.
It's coming from CommonTasks.TakeOff() it seems. Here's a log in which it happened. Any help is appreciated!
Code:
[23:05:39.013 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.Exception: Error while writing Memory!
at GreyMagic.ExternalProcessMemory.WriteByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Write[T](IntPtr addr, T value)
at ff14bot.Managers.MovementManager.Jump()
at ff14bot.Behavior.CommonTasks..()
It's coming from CommonTasks.TakeOff() it seems. Here's a log in which it happened. Any help is appreciated!