Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. Application: x.exe
  2. Framework Version: v4.0.30319
  3. Description: The process was terminated due to an unhandled exception.
  4. Exception Info: System.Exception
  5. at Core.Data.BuildType.get_Product()
  6. at Core.Data.Paths.get_ProductDirName()
  7. at Core.Data.Paths.get_LogPath()
  8. at Core.Data.DebugMode.get_AppLogPath()
  9. at Core.Data.InProcLogger..ctor(System.String)
  10. at Core.Data.Log..cctor()
  11.  
  12. Exception Info: System.TypeInitializationException
  13. at Core.UI.MessageBoxNew.SeriousErrorNoParent(System.String, System.String, System.String)
  14. at Xm8.App.X.App.TryRun()
  15. at Xm8.App.X.App.OnStartup(System.Windows.StartupEventArgs)
  16. at System.Windows.Application.<.ctor>b__1_0(System.Object)
  17. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
  18. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
  19. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  20. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
  21. at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
  22. at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
  23. at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
  24. at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)
  25. at System.Windows.Threading.DispatcherOperation.Invoke()
  26. at System.Windows.Threading.Dispatcher.ProcessQueue()
  27. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
  28. at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
  29. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
  30. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
  31. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
  32. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
  33. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
  34. at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
  35. at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
  36. at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)
  37. at System.Windows.Application.RunDispatcher(System.Object)
  38. at System.Windows.Application.RunInternal(System.Windows.Window)
  39. at System.Windows.Application.Run(System.Windows.Window)
  40. at Xm8.App.X.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement