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!

Whats wrong?

madmoremax

New Member
Joined
Jun 16, 2012
Messages
52
Code:
[DefaultCombat] Level: 11
[DefaultCombat] Class: Consular
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 DefaultCombat.SpecHandler.calculateSpec(SkillTreeId tree1, SkillTreeId tree2, SkillTreeId tree3) in c:\Users\johndoe\Desktop\bww\Routines\DefaultCombat\DefaultCombat\SpecHandler.cs:line 152
   at DefaultCombat.SpecHandler.GetSpec() in c:\Users\johndoe\Desktop\bww\Routines\DefaultCombat\DefaultCombat\SpecHandler.cs:line 26
   at DefaultCombat.DefaultCombat.Initialize() in c:\Users\johndoe\Desktop\bww\Routines\DefaultCombat\DefaultCombat\DefaultCombat.cs:line 54
   at Buddy.CommonBot.RoutineManager.set_Current(ICombat value)
   at Buddy.CommonBot.BotMain.SetCurrentCombatRoutine()
   at Buddywing.MainWindow.DoInitialization()


Worked like a charm untill i hit lvl 11 now nothing works?

Thank you.
 
Code:
[DefaultCombat] Level: 11
[DefaultCombat] Class: Consular
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 DefaultCombat.SpecHandler.calculateSpec(SkillTreeId tree1, SkillTreeId tree2, SkillTreeId tree3) in c:\Users\johndoe\Desktop\bww\Routines\DefaultCombat\DefaultCombat\SpecHandler.cs:line 152
   at DefaultCombat.SpecHandler.GetSpec() in c:\Users\johndoe\Desktop\bww\Routines\DefaultCombat\DefaultCombat\SpecHandler.cs:line 26
   at DefaultCombat.DefaultCombat.Initialize() in c:\Users\johndoe\Desktop\bww\Routines\DefaultCombat\DefaultCombat\DefaultCombat.cs:line 54
   at Buddy.CommonBot.RoutineManager.set_Current(ICombat value)
   at Buddy.CommonBot.BotMain.SetCurrentCombatRoutine()
   at Buddywing.MainWindow.DoInitialization()


Worked like a charm untill i hit lvl 11 now nothing works?

Thank you.



Just so other know this issue is just BW failing to read the swtor process. You some time need to restart the game and bot or even your pc.
 
Back
Top