• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Can't Load Profiles

    Discussion in 'Buddy Wing Support' started by tkegon, Jun 6, 2015.

    1. tkegon

      tkegon New Member

      Joined:
      Aug 17, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      Whenever I try to click on the "Load Profile" button, the bot hangs and won't open up the file window. I also get an error while loading the bot. I ran the buddywizard, did a fresh install, and am running as an administrator. The following is what shows up in the log window:

      Login Success!
      User is a Smuggler
      Advanced Class: Gunslinger / Discipline: Saboteur
      Medpac Created!
      [DefaultCombat] Level: 38
      [DefaultCombat] Class: Smuggler
      [DefaultCombat] Advanced Class: Gunslinger
      [DefaultCombat] Discipline: Saboteur
      Unhandled exception during init: System.ArgumentNullException: Value cannot be null.
      Parameter name: type
      at System.Activator.CreateInstance(Type type, Boolean nonPublic)
      at System.Activator.CreateInstance(Type type)
      at DefaultCombat.Core.RotationFactory.Build(String name)
      at DefaultCombat.DefaultCombat.Initialize()
      at Buddy.CommonBot.RoutineManager.set_Current(ICombat value)
      at Buddy.CommonBot.BotMain.SetCurrentCombatRoutine()
      at Buddywing.MainWindow.*‏‬*‎‎‏‪‫*‪**‬‎*****()
      Buddy Wing: The Old Robot is ready!

      Any help would be greatly appreciated!
       
    2. sdstate653

      sdstate653 New Member

      Joined:
      Oct 16, 2014
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      I believe I'm having the same issue. I had been using the combat routine for almost a month and now I cant get any of them to work- Pure, Waltz, and Default.

      Starting Buddy Wing v1.0.1211.685
      Logging in...
      T: 5247380646244784872 H: 3937933656
      Login Success!
      User is a Smuggler
      Advanced Class: Gunslinger / Discipline: Saboteur
      Medpac Created!
      [DefaultCombat] Level: 12
      [DefaultCombat] Class: Smuggler
      [DefaultCombat] Advanced Class: Gunslinger
      [DefaultCombat] Discipline: Saboteur
      Unhandled exception during init: System.ArgumentNullException: Value cannot be null.
      Parameter name: type
      at System.Activator.CreateInstance(Type type, Boolean nonPublic)
      at System.Activator.CreateInstance(Type type)
      at DefaultCombat.Core.RotationFactory.Build(String name)
      at DefaultCombat.DefaultCombat.Initialize()
      at Buddy.CommonBot.RoutineManager.set_Current(ICombat value)
      at Buddy.CommonBot.BotMain.SetCurrentCombatRoutine()
      at Buddywing.MainWindow.*‏‬*‎‎‏‪‫*‪**‬‎*****()
      Buddy Wing: The Old Robot is ready!
       
    3. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
    4. sdstate653

      sdstate653 New Member

      Joined:
      Oct 16, 2014
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      I did try to run that. If didnt fix anything. I just noticed that the bot boots up without any errors on my consular and knight, but will not do so on my gunslinger. Pure combat does nothing, and when trying to run default combat I get the error "Failed to load profile: Data at the root level is invalid. Line 1, position 1."

      I've tried a fresh install and the repair tool.
       
    5. tkegon

      tkegon New Member

      Joined:
      Aug 17, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      I found the issue!

      If you open up Saboteur.cs in the Routines/Advanced/Gunslinger folder, and look at lines 7 and 9, you'll see that "Saboteur" is spelled wrong. I think mine was spell "Subateur" or something like that. If you fix the spelling, it should work correctly.

      class Saboteur : RotationBase
      {
      public override string Name { get { return "Gunslinger Saboteur"; } }
       
    6. sdstate653

      sdstate653 New Member

      Joined:
      Oct 16, 2014
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Thanks a ton man. This worked for me. I really appreciate the help.
       
    7. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      Wow, good catch. I just patched that to the client, so it'll be fixed next updated.
       

    Share This Page