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?