Advertisement
Guest User

second error

a guest
Aug 17th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. [01:51:23.436 D] System.MissingMethodException: Methode nicht gefunden: "Int16 ff14bot.Objects.Character.get_CurrentGP()".
  2. bei Lisbeth.LisbethCtx.GetCharacter()
  3. bei Lisbeth.SearchViewModel.SyYAegdrDV()
  4. bei Lisbeth.SearchViewModel.<Search>d__13.MoveNext()
  5. --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
  6. bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  7. bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  8. bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  9. bei System.Windows.Threading.DispatcherOperation.InvokeImpl()
  10. bei MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  11. bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  12. bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  13. bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  14. bei MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  15. bei System.Windows.Threading.DispatcherOperation.Invoke()
  16. bei System.Windows.Threading.Dispatcher.ProcessQueue()
  17. bei System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  18. bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  19. bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  20. bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  21. bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  22. bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  23. bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  24. bei MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  25. bei System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  26. bei System.Windows.Application.RunDispatcher(Object ignore)
  27. bei System.Windows.Application.RunInternal(Window window)
  28. bei ff14bot.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement