When my bot loads the plugin the configuration window won't come up i get the following error what should I do?
Error opening Config window: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Mk4215\Documents\Demonbuddy\Plugins\Armory\Settings\UI.xaml'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
at System.IO.File.ReadAllText(String path)
at Armory.Settings.UI.GetDisplayWindow() in c:\Users\Mk4215\Documents\Demonbuddy\Plugins\Armory-1.3.3\Armory\Settings\UI.cs:line 26