What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Constant Crashing After Clicking Login

Hbk

New Member
Joined
Jan 26, 2015
Messages
14
Reaction score
0
As the title suggests, my bot crashes any time I hit login.

Log from most recent crash:

Code:
[14:13:44.264 N] Logging in...
[14:13:44.533 N] T: 5247367618670150199 H: 3410927143
[14:13:44.932 D] Microsoft Windows NT 6.1.7601 Service Pack 1
[14:13:45.921 D] Current Locale Eng
[14:13:45.921 N] Currently a level 50 Leatherworker
[14:13:45.925 D] Reloading AssemblyLoader<ff14bot.AClasses.BotBase> - Initializing
[14:13:47.263 D] [BotManager] Botbases have been reloaded.
[14:13:47.263 D] ChocoboTrainer v1.0.278.0
[14:13:47.263 D] Ex Combat Assist v0.0.0.0
[14:13:47.263 D] Gardening bot v1.0.278.0
[14:13:47.263 D] Lisbeth v0.0.0.0
[14:13:47.263 D] Combat Assist v1.0.278.0
[14:13:47.263 D] Fate Bot v1.0.278.0
[14:13:47.264 D] PvP v1.0.278.0
[14:13:47.264 D] Fishing v1.0.278.0
[14:13:47.264 D] Grinding v1.0.278.0
[14:13:47.264 D] Gathering v1.0.278.0
[14:13:47.264 D] Order Bot v1.0.278.0
[14:13:47.281 D] Reloading AssemblyLoader<ff14bot.Interfaces.IBotPlugin> - Initializing
[14:13:47.360 N] Compiler Error: error CS1508: Resource identifier 'Agil.AgilWindow.resources' has already been used in this assembly
[14:13:47.394 D] [PluginManager] Plugins have been reloaded.
[14:13:47.395 N] Building Actioncache
[14:13:48.691 N] Action Name:Sprint Action Id:3
[14:13:48.691 N] Action Name:Steady Hand Action Id:249
[14:13:48.691 N] Action Name:Inner Quiet Action Id:257
[14:13:48.691 N] Action Name:Great Strides Action Id:265
[14:13:48.691 N] Action Name:Waste Not Action Id:279
[14:13:48.691 N] Action Name:Waste Not II Action Id:285
[14:13:48.691 N] Action Name:Basic Synthesis Action Id:100045
[14:13:48.691 N] Action Name:Basic Touch Action Id:100046
[14:13:48.691 N] Action Name:Master's Mend Action Id:100047
[14:13:48.691 N] Action Name:Standard Touch Action Id:100048
[14:13:48.691 N] Action Name:Master's Mend II Action Id:100049
[14:13:48.691 N] Action Name:Brand of Earth Action Id:100050
[14:13:48.691 N] Action Name:Standard Synthesis Action Id:100051
[14:13:48.691 N] Action Name:Advanced Touch Action Id:100052
[14:13:48.691 N] Action Name:Observe Action Id:100053
[14:13:48.691 N] Action Name:Careful Synthesis II Action Id:100069
[14:13:48.691 N] Action Name:Steady Hand II Action Id:281
[14:13:48.691 N] Action Name:Hasty Touch Action Id:100108
[14:13:48.691 N] Action Name:Byregot's Blessing Action Id:100009
[14:13:48.691 N] Action Name:Innovation Action Id:284
[14:13:48.691 N] Action Name:Comfort Zone Action Id:286
[14:13:48.691 N] Action Name:Rapid Synthesis Action Id:100033
[14:13:48.691 N] Action Name:Manipulation Action Id:278
[14:13:48.691 N] Action Name:Tricks of the Trade Action Id:100098
[14:13:48.691 N] Action Name:Piece by Piece Action Id:100039
[14:13:48.691 N] Done building Actioncache
[14:13:48.732 D] Reloading AssemblyLoader<ff14bot.Interfaces.ICombatRoutine> - Initializing
[14:13:49.939 D] System.TypeInitializationException: The type initializer for 'ff14bot.Managers.RoutineManager' threw an exception. ---> System.AggregateException: One or more errors occurred. ---> System.IO.IOException: The directory is not empty.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound)
   at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
   at System.IO.Directory.Delete(String path)
   at Clio.Utilities.Compiler.CodeCompiler..()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at System.Threading.Tasks.Task`1.get_Result()
   at Clio.Utilities.Compiler.CodeCompiler.Compile()
   at Clio.Utilities.AssemblyLoader`1.Reload(String reason)
   at Clio.Utilities.AssemblyLoader`1..ctor(String directory, Boolean detectFileChanges, Action`1 onReload)
   at ff14bot.Managers.RoutineManager..cctor()
   --- End of inner exception stack trace ---
   at ff14bot.Managers.RoutineManager.()
   at ff14bot.Forms.ugh.MainWpf..ctor()
   at ff14bot.App.Current_Startup(Object sender, StartupEventArgs e)
   at System.Windows.Application.OnStartup(StartupEventArgs e)
   at System.Windows.Application.<.ctor>b__1(Object unused)
   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)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(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.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   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)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.Run()
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run(Window window)
   at ff14bot.App.Main() --> System.AggregateException: One or more errors occurred. ---> System.IO.IOException: The directory is not empty.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound)
   at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
   at System.IO.Directory.Delete(String path)
   at Clio.Utilities.Compiler.CodeCompiler..()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at System.Threading.Tasks.Task`1.get_Result()
   at Clio.Utilities.Compiler.CodeCompiler.Compile()
   at Clio.Utilities.AssemblyLoader`1.Reload(String reason)
   at Clio.Utilities.AssemblyLoader`1..ctor(String directory, Boolean detectFileChanges, Action`1 onReload)
   at ff14bot.Managers.RoutineManager..cctor()
---> (Inner Exception #0) System.IO.IOException: The directory is not empty.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound)
   at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
   at System.IO.Directory.Delete(String path)
   at Clio.Utilities.Compiler.CodeCompiler..()<---
 --> System.IO.IOException: The directory is not empty.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound)
   at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
   at System.IO.Directory.Delete(String path)
   at Clio.Utilities.Compiler.CodeCompiler..()
 
Back
Top