• Visit Rebornbuddy
  • Exception with CommonTasks.TakeOff()

    Discussion in 'Community Developer Forum' started by Neverdyne, Mar 1, 2016.

    1. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      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!
       

      Attached Files:

    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83

      [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.
       
    3. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Lemme know if it still happens, post a log if it does.
       
    4. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      Thanks, I'll give it a try later on.
       

    Share This Page