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!

crashes when i load a profile

[22:32:49.963 N] Unhandled exception during init: System.Exception: Unable to find a free SW:TOR process, are you sure the game is running?
at Buddywing.MainWindow.DoInitialization()
 
I'm getting similar behavior but for different reasons...

There appear to be three areas where it's throwing errors:

Error #1:
Code:
[00:18:00.717 D] Routines were reloaded. New routine list:
[00:18:00.718 D] WingIt - All In One v1.0.817.237
[00:18:00.722 N] [WingIt] Level: 50
[00:18:00.722 N] [WingIt] Class: Warrior
[00:18:00.742 N] Unhandled exception during init: System.Exception: Failed to ReadProcessMemory
   at GreyMagic.ExternalProcessMemory.ReadBytes(IntPtr address, Int32 count, Boolean relative)
   at GreyMagic.MemoryBase.ReadString(IntPtr address, Encoding encoding, Int32 maxLength, Boolean relative)
   at ..()
   at ..[](Boolean , String , Object[] )
   at Buddy.Swtor.Objects.TorObject.CallScript[T](Boolean hasReturnValue, String function, Object[] args)
   at Buddy.Swtor.Objects.TorPlayer.GetSkillPointsSpentInTree(SkillTreeId tree)
   at WingIt.SpecHandler.calculateSpec(SkillTreeId tree1, SkillTreeId tree2, SkillTreeId tree3) in e:\BuddyWing 1.0.817.237\Routines\WingIt\SpecHandler.cs:line 152
   at WingIt.SpecHandler.GetSpec() in e:\BuddyWing 1.0.817.237\Routines\WingIt\SpecHandler.cs:line 26
   at WingIt.WingIt.Initialize() in e:\BuddyWing 1.0.817.237\Routines\WingIt\WingIt.cs:line 55
   at Buddy.CommonBot.RoutineManager.set_Current(ICombat value)
   at Buddy.CommonBot.BotMain.SetCurrentCombatRoutine()
   at Buddywing.MainWindow.DoInitialization()
[00:18:00.742 N] Buddy Wing: The Old Robot is ready!

Error #2:
Code:
[00:18:11.449 D] Bot thread started.
[00:18:12.579 D] Traceback (most recent call last):
  File "<string>", line 3, in Execute
Exception: Failed to ReadProcessMemory
[00:18:12.580 D] BotMain.Stop() called
[00:18:12.580 N] Stopping the bot.

Error #3:
Code:
[00:18:14.687 D] Exception during scheduling Pulse: System.Exception: Failed to ReadProcessMemory
   at GreyMagic.ExternalProcessMemory.ReadBytes(IntPtr address, Int32 count, Boolean relative)
   at GreyMagic.MemoryBase.ReadString(IntPtr address, Encoding encoding, Int32 maxLength, Boolean relative)
   at ..()
   at ..[](Boolean , String , Object[] )
   at Buddy.Swtor.Objects.TorObject.CallScript[T](Boolean hasReturnValue, String function, Object[] args)
   at Buddy.Swtor.Objects.Quests.QuesterComponent.IsQuestCompleted(UInt64 questId)
   at Buddy.CommonBot.ConditionParser.(UInt64 )
   at Buddy.CommonBot.ConditionParser.IsQuestComplete(UInt64 questId)
   at Microsoft.Scripting.Interpreter.FuncCallInstruction`3.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.LightLambda.Run4[T0,T1,T2,T3,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
   at Microsoft.Scripting.Interpreter.DynamicInstruction`4.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.LightLambda.Run1[T0,TRet](T0 arg0)
   at IronPython.Compiler.PythonCallTargets.OriginalCallTarget0(PythonFunction function)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0)
   at _Scripting_(Object[] )
   at Buddy.CommonBot.Profile.Quest.Composites.IfTag.GetConditionExec()
   at Buddy.CommonBot.Profile.Quest.Composites.IfTag.get_IsDone()
   at Buddy.CommonBot.Profile.ProfileBehavior.get_IsDoneCache()
   at Buddy.CommonBot.QuestOrderManager.(IEnumerable`1 )
   at Buddy.CommonBot.QuestOrderManager.UpdateCurrentBehavior()
   at Buddy.CommonBot.ProfileManager.UpdateCurrentQuestBehavior()
   at Buddy.CommonBot.Logic.BuddyQuestBot.(Object , EventArgs )
   at Buddy.CommonBot.Logic.BrainBehavior.()
[00:18:14.687 D] Bot Thread Aborted Thread was being aborted.

Here's the log:
View attachment 2013-03-01 00.17.txt

Below, I've included the profile I'm trying to run...

Hope That Helps!
-J
 

Attachments

Last edited:
The strange thing is... I just created a simple test profile and when I'm outside an instance, no problems. But, when you're in an instance and can't use a mount, the problem shows up...
 
wow...you were right. Feel like a noob now. I must have started it but never signed in lol thanks
 
Back
Top