Guest User

Untitled

a guest
Nov 8th, 2020
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. Unhandled Exception: System.InvalidOperationException: Category does not exist.
  2. at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
  3. at System.Diagnostics.PerformanceCounter.InitializeImpl()
  4. at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
  5. at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName)
  6. at W3Launcher.SystemRequirementsAlert.CheckProcessor()
  7. at W3Launcher.SystemRequirementsAlert.CheckSpecs()
  8. at W3Launcher.MainWindow.OnWindowLoaded(Object sender, RoutedEventArgs e)
  9. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  10. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  11. at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
  12. at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
  13. at MS.Internal.LoadedOrUnloadedOperation.DoWork()
  14. at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
  15. at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
  16. at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
  17. at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
  18. at System.Windows.Interop.HwndTarget.OnResize()
  19. at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
  20. at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  21. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  22. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  23. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  24. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  25. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  26. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  27. at MS.Win32.UnsafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
  28. at System.Windows.Window.ShowHelper(Object booleanBox)
  29. at System.Windows.Application.<.ctor>b__1_0(Object unused)
  30. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  31. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  32. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  33. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  34. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  35. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  36. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  37. at System.Windows.Threading.DispatcherOperation.Invoke()
  38. at System.Windows.Threading.Dispatcher.ProcessQueue()
  39. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  40. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  41. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  42. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  43. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  44. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  45. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  46. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  47. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  48. at System.Windows.Application.RunDispatcher(Object ignore)
  49. at System.Windows.Application.RunInternal(Window window)
  50. at W3Launcher.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment