What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Can't Load Profiles

tkegon

New Member
Joined
Aug 17, 2012
Messages
2
Reaction score
0
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!
 
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!
 
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.
 
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"; } }
 
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"; } }

Thanks a ton man. This worked for me. I really appreciate the help.
 
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"; } }

Wow, good catch. I just patched that to the client, so it'll be fixed next updated.
 
Back
Top