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!

aujra1

Member
Joined
Oct 2, 2010
Messages
38
Code:
2015-10-27 22:44:41,106 [1] INFO  MainWindow - Selected new bot: Profile Bot v0.0.0.1 by Bossland GmbH
2015-10-27 22:44:41,109 [1] DEBUG MainWindow - Last Routine Used: Default Routine
2015-10-27 22:44:41,111 [4] ERROR Application - UNHANDLED DOMAIN EXCEPTION
2015-10-27 22:44:41,111 [4] ERROR Application - System.TypeInitializationException: The type initializer for 'Buddy.Wildstar.Engine.Profiles.ProfileLoader' threw an exception. ---> System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at Buddy.Wildstar.Engine.Profiles.ProfileLoader.()
   at Buddy.Wildstar.Engine.Profiles.ProfileLoader..cctor()
   --- End of inner exception stack trace ---
   at Buddy.Wildstar.Engine.Profiles.ProfileLoader.PreloadProfileSerializer()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
2015-10-27 22:44:41,112 [4] ERROR Application - Inner Exception: System.ArgumentException: An item with the same key has already been added.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at Buddy.Wildstar.Engine.Profiles.ProfileLoader.()
   at Buddy.Wildstar.Engine.Profiles.ProfileLoader..cctor()

I get the following error whenever I attempt to use the profile bot. If i change the settings file to another botbase it will load fine but crashes the second profile bot is chosen. Any ideas?
 
Thank you sir I just did a fresh checkout and it seems like that fixed it. They should ship it with the zip file or I am just blind and missed it.
 
Thank you sir I just did a fresh checkout and it seems like that fixed it. They should ship it with the zip file or I am just blind and missed it.

Nope, not blind!

It's a community project, and not completely in line with Wildbuddy/ProfileBot development itself, so it won't likely be included with the core bot download. I like to think it does help influence change, though! :D
 
Back
Top