Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. [14:46:08] [Debug]                : Loading instances from C:\AMPDatastore\instances.json...
  2. [14:46:09] [Debug]                : Loaded 0 instances.
  3. [14:46:21] [Error]                : [Error] --- Begin Exception Data ---
  4. [Error] OS: Windows
  5. [Error] TargetInvocationException
  6. [Error] [0] (TargetInvocationException) : Exception has been thrown by the target of an invocation.
  7. [Error] at GalaSoft.MvvmLight.Helpers.WeakAction.Execute()
  8. at GalaSoft.MvvmLight.CommandWpf.RelayCommand.Execute(Object parameter)
  9. at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
  10. at Windows.Controls.Primitives.ButtonBase.OnClick()
  11. at Windows.Controls.Button.OnClick()
  12. at Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
  13. at Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  14. at Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  15. at Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  16. at Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  17. at Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
  18. at Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  19. at Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  20. at Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  21. at Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  22. at Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  23. at Windows.Input.InputManager.ProcessStagingArea()
  24. at Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  25. at Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  26. at Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  27. at Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  28. at Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  29. at MS..HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  30. at MS..HwndSubclass.DispatcherCallbackOperation(Object o)
  31. at Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  32. at Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  33. at Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  34. at MS..HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  35. at MS..UnsafeNativeMethods.DispatchMessage(MSG& msg)
  36. at Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  37. at Windows.Application.RunDispatcher(Object ignore)
  38. at Windows.Application.RunInternal(Window window)
  39. at Installer.App.Main()
  40. [Error] ArgumentNullException
  41. [Error] [1] (ArgumentNullException) : Value cannot be null.
  42. Parameter name: source
  43. [Error] at Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
  44. at Installer.ViewModels.NewInstanceVM.DoCreateInstance()
  45. [Error] --- End Exception Data ---
  46.  
  47. [14:46:21] [Info]                 : Uploading error report...
  48. [14:46:22] [Info]                 : Done!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement