Hello newbie here but I run into a hiccup whenever I put this into a folder called Quest.
2014-11-08 17:19:38,140 [1] INFO (null) - T: 5247196658207876177 H: 4154686885
2014-11-08 17:19:38,290 [1] INFO (null) - Exilebuddy is up to date!
2014-11-08 17:19:38,334 [1] INFO MainWindow (null) - Exilebuddy Version: 0.1.2837.74
Path: C:\Users\<Username>\Desktop\Exile\Exilebuddy.exe
OS Name: Windows 7
OS Edition: Home Premium
OS Service Pack: Service Pack 1
OS Version: 6.1.7601.65536
OS Architecture: x64
2014-11-08 17:19:38,827 [3] DEBUG LokiPoe (null) - SupportedClientVersion: 1.2.4.6
2014-11-08 17:19:38,897 [3] DEBUG AssemblyLoader`1 (null) - Reloading AssemblyLoader<Loki.Bot.IBot> - Initializing
2014-11-08 17:19:39,857 [3] DEBUG AssemblyLoader`1 (null) - Reloading AssemblyLoader<Loki.Bot.IRoutine> - Initializing
2014-11-08 17:19:39,859 [1] DEBUG BasicGrindBot (null) - [BasicGrindBot] This class is the new bot. Now setting up bot specific stuff.
2014-11-08 17:19:39,860 [1] DEBUG MainWindow (null) - Current bot set to BasicGrindBot.
2014-11-08 17:19:40,272 [3] DEBUG ExampleRoutine (null) - [ExampleRoutine] Initialize
2014-11-08 17:19:40,289 [3] DEBUG AssemblyLoader`1 (null) - Reloading AssemblyLoader<Loki.Bot.IPlugin> - Initializing
2014-11-08 17:19:40,289 [1] DEBUG MainWindow (null) - Current routine set to ExampleRoutine.
2014-11-08 17:19:45,307 [3] DEBUG AutoFlask (null) - [AutoFlask] Initialize
2014-11-08 17:19:45,313 [3] DEBUG AutoResync (null) - [AutoResync] Initialize
2014-11-08 17:19:45,314 [3] DEBUG ChaosChanceRecipe (null) - [ChaosChanceRecipe] Initialize
2014-11-08 17:19:45,319 [3] DEBUG Chicken (null) - [Chicken] Initialize
2014-11-08 17:19:45,320 [3] DEBUG CorruptedAreaTweaks (null) - [CorruptedAreaTweaks] Initialize
2014-11-08 17:19:45,321 [3] DEBUG CustomPlayerMover (null) - [CustomPlayerMover] Initialize
2014-11-08 17:19:45,323 [3] DEBUG DominusFight (null) - [DominusFight] Initialize
2014-11-08 17:19:45,326 [3] DEBUG ExamplePlugin (null) - [ExamplePlugin] Initialize
2014-11-08 17:19:45,873 [3] DEBUG GemLeveler (null) - [GemLeveler] Initialize
2014-11-08 17:19:45,875 [3] DEBUG GrindZoneChanger (null) - [GrindZoneChanger] Initialize
2014-11-08 17:19:45,876 [3] DEBUG LowFpsHelper (null) - [LowFpsHelper] Initialize
2014-11-08 17:19:45,877 [3] DEBUG OverwordAreaTweaks (null) - [OverwordAreaTweaks] Initialize
2014-11-08 17:19:45,878 [3] DEBUG QuestPlugin (null) - [QuestPlugin] Initialize
2014-11-08 17:19:45,883 [3] DEBUG Scheduler (null) - [Scheduler] Initialize
2014-11-08 17:19:45,893 [3] DEBUG StuckDetection (null) - [StuckDetection] Initialize
2014-11-08 17:19:46,581 [3] ERROR MainWindow (null) - [OnStartup] A top-level exception has been caught.
System.IO.FileNotFoundException: Could not load file or assembly 'QuestPlugin, Culture=neutral' or one of its dependencies. The system cannot find the file specified.
File name: 'QuestPlugin, Culture=neutral'
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
at System.Windows.Navigation.BaseUriHelper.GetLoadedAssembly(String assemblyName, String assemblyVersion, String assemblyKey)
at MS.Internal.AppModel.ResourceContainer.GetResourceManagerWrapper(Uri uri, String& partName, Boolean& isContentFile)
at MS.Internal.AppModel.ResourceContainer.GetPartCore(Uri uri)
at System.IO.Packaging.Package.GetPartHelper(Uri partUri)
at System.IO.Packaging.Package.GetPart(Uri partUri)
at System.Windows.Application.GetResourceOrContentPart(Uri uri)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at QuestPlugin.QuestPluginGUI.InitializeComponent() in c:\Users\Giz\Desktop\Exile\QuestPluginGUI.xaml:line 1
at QuestPlugin.QuestPluginGUI..ctor() in c:\Users\Giz\Desktop\Exile\Plugins\Quest\QuestPluginGUI.xaml.cs:line 30
at QuestPlugin.QuestPlugin.get_Control() in c:\Users\Giz\Desktop\Exile\Plugins\Quest\QuestPlugin.cs:line 133
at BotGui.Windows.MainWindow.HandleInterfaces(Object obj)
at BotGui.Windows.MainWindow.<OnStartup>b__14()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback)
at BotGui.Windows.MainWindow.<OnStartup>b__5(Object o)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
2014-11-08 17:19:55,434 [1] DEBUG MainWindow (null) - The log filename has been copied to the clipboard: C:\Users\<Username>\Desktop\Exile\Logs\Exilebuddy 1684 2014-11-08 17.19.txt