Advertisement
Guest User

Untitled

a guest
Oct 29th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. OS: Майкрософт Windows 10 Pro (6.2.9200.0) x64
  2. Installed language: ru-RU
  3. Physical memory: total 7, available: 4
  4. Virtual memory: total 1, available: 1
  5. Exception System.UnhandledExceptionEventArgs
  6. Detail info System.Windows.Markup.XamlParseException: Вызов конструктора для типа "Launcher.MainWindow", удовлетворяющего указанным ограничениям привязки, привел к выдаче исключения. ---> System.TypeInitializationException: Инициализатор типа "Launcher.Json.Structures.Configuration" выдал исключение. ---> System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта.
  7. в Launcher.Json.Structures.Configuration.I8Fdp9uG9i()
  8. в Launcher.Json.Structures.Configuration.OtPclq7RKtQCVufXn8P(Object )
  9. в Launcher.Json.Structures.Configuration..cctor()
  10. --- Конец трассировки внутреннего стека исключений ---
  11. в Launcher.MainWindow.IyiCD8BHd()
  12. в Launcher.MainWindow..ctor()
  13. --- Конец трассировки внутреннего стека исключений ---
  14. в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  15. в System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  16. в System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  17. в System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
  18. в System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
  19. в System.Windows.Application.DoStartup()
  20. в System.Windows.Application.<.ctor>b__1_0(Object unused)
  21. в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  22. в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  23. в System.Windows.Threading.DispatcherOperation.InvokeImpl()
  24. в System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  25. в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  26. в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  27. в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  28. в MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  29. в System.Windows.Threading.DispatcherOperation.Invoke()
  30. в System.Windows.Threading.Dispatcher.ProcessQueue()
  31. в System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  32. в MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  33. в MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  34. в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  35. в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  36. в System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  37. в MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  38. в MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  39. в System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  40. в System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  41. в System.Windows.Application.RunDispatcher(Object ignore)
  42. в System.Windows.Application.RunInternal(Window window)
  43. в System.Windows.Application.Run(Window window)
  44. в System.Windows.Application.Run()
  45. в Launcher.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement