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

Help?

shade321

Member
Joined
Nov 27, 2013
Messages
50
Reaction score
0
I am not sure what this error means but any help would be appreciated.

Code:
[20:29:28.520 D] Exception during scheduling Pulse: System.ArgumentNullException: Value cannot be null.
Parameter name: collection
   at System.Collections.Generic.HashSet`1..ctor(IEnumerable`1 collection, IEqualityComparer`1 comparer)
   at ff14bot.NeoProfiles.Tags.SimpleDutyTag.OnStart()
   at ff14bot.NeoProfiles.ProfileBehavior.Start()
   at ‡..()
   at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
   at ff14bot.BotBases.OrderBot.(Object , EventArgs )
   at ff14bot.Behavior.BrainBehavior.()
 
I am not sure what this error means but any help would be appreciated.

Code:
[20:29:28.520 D] Exception during scheduling Pulse: System.ArgumentNullException: Value cannot be null.
Parameter name: collection
   at System.Collections.Generic.HashSet`1..ctor(IEnumerable`1 collection, IEqualityComparer`1 comparer)
   at ff14bot.NeoProfiles.Tags.SimpleDutyTag.OnStart()
   at ff14bot.NeoProfiles.ProfileBehavior.Start()
   at ‡..()
   at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
   at ff14bot.BotBases.OrderBot.(Object , EventArgs )
   at ff14bot.Behavior.BrainBehavior.()

Post your entire log, and whatever profile you are trying to run.
 
Running the main profile quest 1-15 Uldah and...i just hand did a few quests and its working again. It seems to have gotten stuck on Ul'dah's Most Wanted.
 
Glad its working. Just post entire log and whichever profile you are using. Null argument pulsing errors are normally given from trying to read a tag in a profile (from what i've noticed).. and it will help anyone in the future that is trying to help you.
 
Will do. I appreciate the tip. Just getting into botting on Reborn so I thank you.
 
Back
Top