Advertisement
Guest User

Untitled

a guest
May 25th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. The error time: 26/05/2016 03:44
  2. Exception: System.IndexOutOfRangeException: Index was outside the bounds of the array.
  3. at POESKillTree.SkillTreeFiles.SkillTree.SaveToURL() in c:\GitHub\PoESkillTree_Source\WPFSKillTree\SkillTreeFiles\SkillTree.cs:line 1198
  4. at POESKillTree.Views.MainWindow.zbSkillTreeBackground_Click(Object sender, RoutedEventArgs e) in c:\GitHub\PoESkillTree_Source\WPFSKillTree\Views\MainWindow.xaml.cs:line 1526
  5. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  6. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  7. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  8. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  9. at POESKillTree.Controls.ZoomBorder.OnMouseUp(MouseButtonEventArgs e) in c:\GitHub\PoESkillTree_Source\WPFSKillTree\Controls\ZoomBorder.cs:line 123
  10. at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
  11. at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  12. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  13. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  14. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  15. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  16. at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  17. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
  18. at System.Windows.Input.InputManager.ProcessStagingArea()
  19. at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  20. at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  21. at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  22. at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  23. at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  24. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  25. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  26. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  27. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement