What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Exception with CommonTasks.TakeOff()

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.

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!
 

Attachments

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.

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!


[23:05:00.972 N] Invalid byte detected at requested jump point

Really shouldn't be getting this. Going to add some more debug logic.
 
Lemme know if it still happens, post a log if it does.
 
Back
Top