Advertisement
Guest User

Crash.txt

a guest
Dec 27th, 2019
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. System.NullReferenceException: Object reference not set to an instance of an object.
  2. at The_Long_Dark_Save_Editor_2.GameSave.Save()
  3. at The_Long_Dark_Save_Editor_2.MainWindow.MenuItem_Click(Object sender, RoutedEventArgs e)
  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.ButtonBase.OnClick()
  9. at System.Windows.Controls.Button.OnClick()
  10. at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
  11. at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
  12. at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  13. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  14. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  15. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  16. at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  17. at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
  18. at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  19. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  20. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  21. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  22. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  23. at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  24. at System.Windows.Input.InputManager.ProcessStagingArea()
  25. at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  26. at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  27. at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  28. at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  29. at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  30. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  31. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  32. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  33. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  34. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  35. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  36. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  37. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  38. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  39. at System.Windows.Application.RunDispatcher(Object ignore)
  40. at System.Windows.Application.RunInternal(Window window)
  41. at System.Windows.Application.Run(Window window)
  42. at The_Long_Dark_Save_Editor_2.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement