Advertisement
RandomNewbieScripter

Untitled

Jul 6th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.13 KB | None | 0 0
  1. Unhandled Exception: System.MissingMethodException: Method not found: 'OQ.MineBot.PluginBase.Base.IPluginSetting[] OQ.MineBot.PluginBase.Base.Plugin.IPlugin.get_Setting()'.
  2.    at TextSpammerPlugin.PluginCore.OnEnable(IBotSettings botSettings)
  3.    at _ChxNR1EH94Cc0ycboVuQDL3Aavt._sjDoeA3mn0NsW7wbdtL2tPQqL0f(Object , RoutedEventArgs )
  4.    at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  5.    at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  6.    at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  7.    at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  8.    at System.Windows.Controls.Primitives.ToggleButton.OnChecked(RoutedEventArgs e)
  9.    at System.Windows.Controls.Primitives.ToggleButton.OnIsCheckedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
  10.    at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  11.    at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
  12.    at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
  13.    at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
  14.    at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
  15.    at System.Windows.DependencyObject.SetCurrentValueInternal(DependencyProperty dp, Object value)
  16.    at System.Windows.Controls.Primitives.ToggleButton.OnToggle()
  17.    at System.Windows.Controls.Primitives.ToggleButton.OnClick()
  18.    at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
  19.    at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
  20.    at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  21.    at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  22.    at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  23.    at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  24.    at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  25.    at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
  26.    at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  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.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  31.    at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  32.    at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
  33.    at System.Windows.Input.InputManager.ProcessStagingArea()
  34.    at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  35.    at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  36.    at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  37.    at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  38.    at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  39.    at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  40.    at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  41.    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  42.    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  43.    at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  44.    at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  45.    at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  46.    at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  47.    at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  48.    at System.Windows.Application.RunDispatcher(Object ignore)
  49.    at System.Windows.Application.RunInternal(Window window)
  50.    at System.Windows.Application.Run(Window window)
  51.    at _g39RUtuxerJb3iAb42bHyMcdczF._M1Yc8miAOLPAJyPdXDlINCw4avh()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement