Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. [07:42:36.949 N] [MudAssist] [Info] Initializing Mud Assist v2.0.9
  2. [07:42:36.954 N] [MudAssist] [Settings] -> Using Null Navigator
  3. [07:42:36.954 N] [MudAssist] [Info] Started
  4. [07:42:39.622 N] [MudAssist] [Settings] Changed [HOTKEY_MODIFIER_PAUSE] -> 3
  5. [07:42:39.622 N] [MudAssist] [Settings] Changed [HOTKEY_MODIFIER_TARGET_MODE] -> 3
  6. [07:42:39.623 N] [MudAssist] [Settings] Changed [SELECTED_TARGETING_MODE] -> 2
  7. [07:42:39.623 N] [MudAssist] [Settings] Changed [SELECTED_TARGET_LIST_TYPE] -> 0
  8. [07:42:39.623 N] [MudAssist] [Settings] Changed [SELECTED_MOVEMENT_MODE] -> 0
  9. [07:42:39.623 N] [MudAssist] [Settings] Changed [HOTKEY_MODIFIER_TOGGLE_MOVEMENT] -> 3
  10. [07:42:39.624 N] [MudAssist] [Settings] Changed [HOTKEY_MODIFIER_REM_TARGET_LIST] -> 3
  11. [07:42:39.624 N] [MudAssist] [Settings] Changed [HOTKEY_MODIFIER_MOVEMENT_MODE] -> 3
  12. [07:42:39.624 N] [MudAssist] [Settings] Changed [SELECTED_NAVIGATION_PROVIDER] -> 0
  13. [07:42:39.660 D] System.ArgumentException: Destination array was not long enough. Check destIndex and length, and the array's lower bounds.
  14. at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
  15. at System.Windows.Forms.PropertyStore.SetObject(Int32 key, Object value)
  16. at System.Windows.Forms.PropertyStore.SetColor(Int32 key, Color value)
  17. at System.Windows.Forms.ToolStripItem.set_ForeColor(Color value)
  18. at Mud.SettingsForm.UpdateStatus() in C:\RB_beta\BotBases\Mud Assist\SettingsForm.cs:line 52
  19. at Mud.SettingsForm..ctor() in C:\RB_beta\BotBases\Mud Assist\SettingsForm.cs:line 25
  20. at Mud.MudBase.OnButtonPress() in C:\RB_beta\BotBases\Mud Assist\MudBase.cs:line 116
  21. at ff14bot.Forms.ugh.MainWpf.BotBaseButton_Click(Object sender, RoutedEventArgs e)
  22. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  23. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  24. at System.Windows.Controls.Primitives.ButtonBase.OnClick()
  25. at System.Windows.Controls.Button.OnClick()
  26. at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
  27. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  28. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  29. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  30. at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  31. at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
  32. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  33. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  34. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  35. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  36. at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  37. at System.Windows.Input.InputManager.ProcessStagingArea()
  38. at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  39. at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  40. at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  41. at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  42. at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  43. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  44. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  45. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  46. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  47. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  48. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  49. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  50. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  51. at System.Windows.Application.RunDispatcher(Object ignore)
  52. at System.Windows.Application.RunInternal(Window window)
  53. at ff14bot.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement