I have a Problem the plugin always exit when i start it.
Logs:
Loading gps from C:\Users\Arch-PC\Desktop\archbot\Plugins\Questing\QuestingSources\path.db3
System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "AutoExp.Properties.Resources.resources" was correctly embedded or linked into assembly "QuestingSources" at compile time, or that all the satellite assemblies required are loadable and fully signed.
at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)
at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream)
at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture)
at AutoExp.Properties.Resources.get_path() in c:\Users\Arch-PC\Desktop\archbot\Plugins\Questing\QuestingSources\QuestingSources\AutoExp\Properties\Resources.Designer.cs:line 68
at AutoExp.Modules.MovementModule.Start(Host host) in c:\Users\Arch-PC\Desktop\archbot\Plugins\Questing\QuestingSources\QuestingSources\AutoExp\Modules\Movements\MovementModule.cs:line 42
at AutoExp.Host.RegisterModule(Module module) in c:\Users\Arch-PC\Desktop\archbot\Plugins\Questing\QuestingSources\QuestingSources\AutoExp\Host.cs:line 33
at AutoExp.Host.PluginRun() in c:\Users\Arch-PC\Desktop\archbot\Plugins\Questing\QuestingSources\QuestingSources\AutoExp\Host.cs:line 214
Please help!