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

Problem

HB2162A47

New Member
Joined
Jun 29, 2011
Messages
7
Reaction score
0
I have been using HB for over a year now, all of a sudden i'm getting a weird message that i've never seen before...i'm sure it's a simple fix but alas i can't find it listed anywhere in the forums...any help would be greatly appreciated....


20:00:03.159 Q] Bot Stopped! Reason: This profile does not contain any profiles fitting the character!
[20:00:04.162 D] System.NullReferenceException: Object reference not set to an instance of an object.
at Bots.Gatherbuddy.Profile..ctor()
at Bots.Gatherbuddy.GatherbuddyBot.Start()
at Styx.CommonBot.TreeRoot.Start()
at Honorbuddy.MainWindow.Start()
[20:00:04.161 N] Object reference not set to an instance of an object.
 
i guess you are higher than the specified level
open the XML in an editor and look for these lines
<MinLevel>1</MinLevel>
<MaxLevel>91</MaxLevel>

if maxlevel<yourlevel then edit :)
 
make sure to include the full log :S
since i've got no clue about what profile you're trying to use, makes it hard to give advice ^^
might be the lvl cap on the profile?
 
I have been using HB for over a year now, all of a sudden i'm getting a weird message that i've never seen before...i'm sure it's a simple fix but alas i can't find it listed anywhere in the forums...any help would be greatly appreciated....


20:00:03.159 Q] Bot Stopped! Reason: This profile does not contain any profiles fitting the character!
[20:00:04.162 D] System.NullReferenceException: Object reference not set to an instance of an object.
at Bots.Gatherbuddy.Profile..ctor()
at Bots.Gatherbuddy.GatherbuddyBot.Start()
at Styx.CommonBot.TreeRoot.Start()
at Honorbuddy.MainWindow.Start()
[20:00:04.161 N] Object reference not set to an instance of an object.
you need to edit your profile with notepad, or other text editor,
and change the
<MaxLevel> number to 91
the line will look like
<MaxLevel>86</MaxLevel>
 
Back
Top