After the recent update to FFXIV I've noticed my bot crashes quite often. Mainly after any orderbot profile or when it's complete with a Lisbeth order. Sometimes I'm experiencing crashes as the program opens - where I get multiple crash errors for ~10-20mins before it will re-open.
Here's an example of a crash during Lisbeth - If I can I'll get logs next time different types of crashes occur.
Here's an example of a crash during Lisbeth - If I can I'll get logs next time different types of crashes occur.
HTML:
[04:19:08.483 D] TreeHooks.Instance.ClearAll()
[04:19:08.483 N] Clearing all hooks.
[04:19:08.483 D] Navigator.Clear()
[04:19:08.484 V] [Poi.Clear] Reason: Bot stopped
[04:19:08.484 D] OnStop event
[04:19:08.484 D] OnStop Event Invoking
[04:19:08.484 D] CurrentBot.Stop()
[04:19:08.487 D] System.NullReferenceException: Object reference not set to an instance of an object.
at ff14bot.Navigation.GaiaNavigator.Dispose()
at Lisbeth.LisbethBot.Stop() in d:\Dropbox\RB\BotBases\Lisbeth\General\LisbethBot.cs:line 71
at ff14bot.TreeRoot.()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()