[QuestPlugin] Refresh Button Clicked, 1-3 Second Freeze
[Dat] Now building the Stat lookup table.
[Dat] The Stat lookup table has been built.
[Dat] Now building the Passive Skills lookup table.
[Dat] The Passive Skills lookup table has been built.
[QuestPlugin] ======== UPDATING QUEST
[QuestPlugin] Update Via Tick no Invoke
[QuestPlugin] Difficulty = Normal
[QuestPlugin] PlayerLevel = 39
[QuestPlugin] PlayerClass = Shadow
[QuestPlugin] PlayerExp 15859858 / 17905634
[QuestPlugin] CurrentGrindZone = The Flooded Depths
[QuestPlugin] CurrentZone = Lioneye's Watch
[Application_DispatcherUnhandledException] Unhandled exceptionSystem.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei QuestPlugin.QuestPlugin.UpdateQuestsAndGUI() in c:\Spiele\Path of Exile\EB\Plugins\QuestPlugin\QuestPlugin.cs:Zeile 1310.
bei QuestPlugin.QuestPlugin.UpdateQuestsAndGUIDispatcher() in c:\Spiele\Path of Exile\EB\Plugins\QuestPlugin\QuestPlugin.cs:Zeile 1204.
bei QuestPlugin.QuestPlugin.UpdateQuests() in c:\Spiele\Path of Exile\EB\Plugins\QuestPlugin\QuestPlugin.cs:Zeile 1180.
bei QuestPlugin.QuestPluginGUI.OptionalQuests_Click(Object sender, RoutedEventArgs e) in c:\Spiele\Path of Exile\EB\Plugins\QuestPlugin\QuestPluginGUI.xaml.cs:Zeile 73.
bei System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
bei System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
bei System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
bei System.Windows.Controls.Primitives.ButtonBase.OnClick()
bei System.Windows.Controls.Button.OnClick()
bei System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
bei System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
bei System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
bei System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
bei System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
bei System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
bei System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
bei System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
bei System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
bei System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
bei System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
bei System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
bei System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
bei System.Windows.Input.InputManager.ProcessStagingArea()
bei System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
bei System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
bei System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
bei System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)