Guest User

Untitled

a guest
Jun 30th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. (Inner Exception)
  2.  
  3. Object reference not set to an instance of an object.
  4.  
  5. App: LaunchBox
  6. Version: 11.0-beta-5
  7. Type: System.NullReferenceException
  8. Site: Void (Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel, Unbroken.LaunchBox.Windows.Data.Game)
  9. Source: LaunchBox
  10.  
  11. at (AddEditGameMetadataPageViewModel , Game )
  12. at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.Save(Game game)
  13. at (AddEditGameViewModel , AddEditGameItemViewModel )
  14. at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameViewModel.SaveInner(AddEditGameItemViewModel model)
  15. at (AddEditGameViewModel )
  16. at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameViewModel.Save()
  17. at (AddEditGameViewModel )
  18. at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameViewModel.Ok()
  19.  
  20.  
  21. (Outer Exception)
  22.  
  23. Exception has been thrown by the target of an invocation.
  24.  
  25. App: LaunchBox
  26. Version: 11.0-beta-5
  27. Type: System.Reflection.TargetInvocationException
  28. Site: System.Object InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)
  29. Source: mscorlib
  30.  
  31. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  32. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  33. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  34. at Caliburn.Micro.ActionMessage.<>c.<.cctor>b__33_0(ActionExecutionContext context)
  35. at Caliburn.Micro.ActionMessage.Invoke(Object eventArgs)
  36. at System.Windows.Interactivity.TriggerBase.InvokeActions(Object parameter)
  37. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  38. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  39. at System.Windows.Controls.Primitives.ButtonBase.OnClick()
  40. at System.Windows.Controls.Button.OnClick()
  41. at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
  42. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  43. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  44. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  45. at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  46. at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
  47. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  48. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  49. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  50. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  51. at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  52. at System.Windows.Input.InputManager.ProcessStagingArea()
  53. at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  54. at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  55. at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  56. at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  57. at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  58. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  59. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  60. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  61. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  62.  
  63. Recent Log:
  64.  
  65. 2:39:49 AM Exception
Advertisement
Add Comment
Please, Sign In to add comment