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!

ChocoboTrainer throwing exceptions when trying to feed the bird

CaptainProton

New Member
Joined
Apr 17, 2015
Messages
10
So fired up the bot for the first time since 3.0 launched with ChocoboTrainer like I had in the past, and it opens the list of birds, successfully selects my bird, goes into the inventory to select the correct food, and it barfs this error:

Code:
[13:42:04.794 N] [ChocoboTrainer] Switching to page 0
[13:42:09.828 N] [ChocoboTrainer] Selecting my Chocobo
[13:42:12.361 N] [ChocoboTrainer] Waiting for inventory menu to appear....
[13:42:12.361 N] [ChocoboTrainer] Feeding Chocobo Curiel_Root
[13:42:12.362 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> GreyMagic.InjectionSEHException: Injection resulted in a process exception with error code 0xc0000005
   at GreyMagic.Executor.WaitForInjection(Int32 timeout)
   at GreyMagic.Executor.SharedExecuteLogicEnd(Int32 timeout)
   at GreyMagic.Executor.Execute(Int32 timeout)
   at GreyMagic.ExternalProcessMemory.CallInjected[T](IntPtr address, CallingConvention callingConvention, Object[] args)
   at ‡..(IntPtr , UInt32 , UInt32 )
   at ff14bot.RemoteAgents.AgentHousingBuddyList.Feed(UInt32 itemId)
   at ChocoboTrainer.ChocoboTrainer.<HousingChocoboListWork>d__1e.MoveNext() in c:\Users\...\Desktop\RebornBuddy\BotBases\ChocoboTrainer\ChocoboTrainer.cs:line 317
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
   at ChocoboTrainer.ChocoboTrainer.<MainWorkerTask>d__2.MoveNext() in c:\Users\...\Desktop\RebornBuddy\BotBases\ChocoboTrainer\ChocoboTrainer.cs:line 189
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TreeSharp.ActionRunCoroutine....()
   --- End of inner exception stack trace ---
   at Buddy.Coroutines.Coroutine.CheckPostConditions(Boolean shouldBeCanceled)
   at Buddy.Coroutines.Coroutine.Resume(Boolean forStop)
   at Buddy.Coroutines.Coroutine.Resume()
   at TreeSharp.ActionRunCoroutine.Run(Object context)
   at TreeSharp.Action.RunAction(Object context)
   at TreeSharp.Action.<Execute>d__0.MoveNext()
   at TreeSharp.Composite.Tick(Object context)
   at ff14bot.TreeRoot.() --> GreyMagic.InjectionSEHException: Injection resulted in a process exception with error code 0xc0000005
   at GreyMagic.Executor.WaitForInjection(Int32 timeout)
   at GreyMagic.Executor.SharedExecuteLogicEnd(Int32 timeout)
   at GreyMagic.Executor.Execute(Int32 timeout)
   at GreyMagic.ExternalProcessMemory.CallInjected[T](IntPtr address, CallingConvention callingConvention, Object[] args)
   at ‡..(IntPtr , UInt32 , UInt32 )
   at ff14bot.RemoteAgents.AgentHousingBuddyList.Feed(UInt32 itemId)
   at ChocoboTrainer.ChocoboTrainer.<HousingChocoboListWork>d__1e.MoveNext() in c:\Users\...\Desktop\RebornBuddy\BotBases\ChocoboTrainer\ChocoboTrainer.cs:line 317
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
   at ChocoboTrainer.ChocoboTrainer.<MainWorkerTask>d__2.MoveNext() in c:\Users\...\Desktop\RebornBuddy\BotBases\ChocoboTrainer\ChocoboTrainer.cs:line 189
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TreeSharp.ActionRunCoroutine....()
[13:42:12.392 N] [ChocoboTrainer] Switching to page 0
[13:42:13.815 N] Stopping the bot. Reason:Pushed the stop button.

No plugins are selected. Botbase is set to the correct food that I have in my inventory and player name (assume if my name was wrong it wouldn't have even gotten to the inventory part).

Any suggestions?
 
Back
Top