HB launches and says checking for buddy store products, the error seems to be HB not able to use something.. Heres the log [01:29:30.779 N] Honorbuddy v2.5.13765.784 started. [01:29:35.122 N] Logging in...[01:29:36.011 N] T: 5247347288181857180 H: 545654026[01:29:38.772 N] Attaching to D3D9[01:29:39.173 N] Attached to WoW with ID 3144[01:29:39.249 N] Honorbuddy v2.5.13765.784 started![01:29:39.249 D] Using WoW with process ID 3144[01:29:39.249 D] Platform: Microsoft Windows NT 6.1.7601 Service Pack 1[01:29:39.249 D] Executable Path: \\vmware-host\Shared Folders\Desktop\Honorbuddy 2.5.13765.784-2\Honorbuddy.exe[01:29:39.250 N] Character is a level 1 Human Warlock[01:29:39.250 N] Current zone is Northshire[01:29:39.255 N] Please wait a few seconds while Honorbuddy initializes.[01:29:39.256 D] Activity: Initializing[01:29:39.256 D] Activity: Checking for Buddy Store products. This may take a while[01:29:40.307 D] Reloading AssemblyLoader<BotBase> - Initializing bots[01:29:40.383 D] Reloading AssemblyLoader<CombatRoutine> - Initializing routines[01:29:40.414 D] Reloading AssemblyLoader<HBPlugin> - Initializing plugins[01:29:41.626 D] System.IO.FileLoadException: Could not load file or assembly 'file://\\vmware-host\Shared Folders\Desktop\Honorbuddy 2.5.13765.784-2\CompiledAssemblies\Combat_2094080517.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)File name: 'file://\\vmware-host\Shared Folders\Desktop\Honorbuddy 2.5.13765.784-2\CompiledAssemblies\Combat_2094080517.dll' ---> System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569for more information. 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, Evidence assemblySecurity) at System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly() at Styx.Common.Compiler.CodeCompiler..()--- 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 Styx.Common.AssemblyLoader`1..()--- 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 Styx.CommonBot.BotManager..()--- 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 ...()--- 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 ...()--- 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 Honorbuddy.MainWindow.<InitializeOnAuthSuccess>d__3b.MoveNext()--- 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.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Honorbuddy.MainWindow.<HandleSuccess>d__2c.MoveNext() [01:29:43.097 D] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: DialogResult can be set only after Window is created and shown as dialog. at System.Windows.Window.set_DialogResult(Nullable`1 value) at Honorbuddy.UpdateWindow.btnNo_Click(Object sender, RoutedEventArgs e) at Honorbuddy.UpdateWindow._timer_Elapsed(Object sender, EventArgs e) --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Delegate.DynamicInvokeImpl(Object[] args) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)