see attached log, clean install - this has been happening since these test releases, I just ignored it waiting for a release but now that .782 is release and not test, I figured i'd post
here is a snipet from the log
errors start at line 4846
here is a snipet from the log
errors start at line 4846
PHP:
[17:22:36.779 D] Exception was thrown in BotBase.Root.Tick
[17:22:36.788 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.UnauthorizedAccessException: Access to the path is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.__Error.WinIOError()
at System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost)
at System.IO.File.Move(String sourceFileName, String destFileName)
at Styx.Helpers.Settings.SaveToFile(String path, Boolean twoStepSave)
at Styx.Helpers.CharacterSettings.(String )
at Styx.Helpers.CharacterSettings.set_SellGreen(Boolean value)
--- 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.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.RuntimePropertyInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
at System.Reflection.RuntimePropertyInfo.SetValue(Object obj, Object value, Object[] index)
at Styx.Helpers.Settings.LoadFromXML(XElement root)
at Honorbuddy.QuestBehaviorCore.ConfigMemento.CharacterSettingsSubMemento.Restore() in d:\Users\xaq\781\Quest Behaviors\QuestBehaviorCore\Utility\ConfigMemento.cs:line 186
at Honorbuddy.QuestBehaviorCore.ConfigMemento.Dispose(Boolean isExplicitlyInitiatedDispose) in d:\Users\xaq\781\Quest Behaviors\QuestBehaviorCore\Utility\ConfigMemento.cs:line 99
at Honorbuddy.QuestBehaviorCore.ConfigMemento.Dispose() in d:\Users\xaq\781\Quest Behaviors\QuestBehaviorCore\Utility\ConfigMemento.cs:line 69
at Honorbuddy.QuestBehaviorCore.QuestBehaviorBase.OnFinished() in d:\Users\xaq\781\Quest Behaviors\QuestBehaviorCore\QuestBehaviorBase.cs:line 454
at Bots.Quest.QuestOrder.ForcedCodeBehavior.OnFinished()
at Bots.Quest.Actions.ForcedBehaviorExecutor..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Bots.Quest.QuestOrder.ForcedWhile...()
at Styx.TreeSharp.Composite.Tick(Object context)
at Bots.Quest.Actions.ForcedBehaviorExecutor..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.Common.HookExecutor.Run(Object context)
at Styx.TreeSharp.Action.RunAction(Object context)
at Styx.TreeSharp.Action..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.CommonBot.Coroutines.CoroutineCompositeExtensions..()
--- End of stack trace from previous location where exception was thrown ---