CELO-Enhanced icon indicating copy to clipboard operation
CELO-Enhanced copied to clipboard

Error when calling Game Watcher

Open mcvendrell opened this issue 7 months ago • 0 comments

Calling the first option "Game Watcher", gets an unhandled error. This is the log:

21:3:21:508 : CELO - STARTED 21:3:21:509 : CELO VERSION: 1.1.0.0 21:3:21:511 : CELO - WPF Hardware Acceleration: TRUE 21:3:21:525 : APP START - STARTED 21:3:21:595 : ========= SYSTEM AND APP INFORMATION ====== 21:3:21:596 : Main Directory: C:\Program Files (x86)\CELO
21:3:21:597 : Machine Name: MANU 21:3:21:598 : Operating System: Microsoft Windows NT 6.2.9200.0 21:3:21:598 : x64 OS: True 21:3:21:599 : Total RAM: 8153 MBytes 21:3:21:599 : CPU: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz 21:3:21:599 : Graphic's Card: NVIDIA GeForce GTX 970 21:3:21:600 : ========================================== 21:3:21:613 : APP START - ENDED 21:3:21:617 : START SCREEN - START 21:3:21:772 : START SCREEN - Loading Configs 21:3:21:772 : CHECKING FOR UPDATES - START 21:3:22:624 : CHECKING FOR UPDATES - ENDED 21:3:22:625 : START SCREEN - Loading sounds 21:3:22:625 : START SCREEN - Loading sounds FINISHED 21:3:22:716 : START SCREEN - First Time: False 21:3:28:173 : START SCREEN - First Time: False 21:3:28:173 : START SCREEN - Loading Game Watcher 21:3:38:426 : UNHANDLED EXCEPTION (2) (Hash: 3405900567) : System.InvalidOperationException: No se pueden cargar los datos del nombre de contador porque se leyó un índice '' no válido del Registro. en System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp) en System.Diagnostics.PerformanceCounterLib.get_NameTable() en System.Diagnostics.PerformanceCounterLib.get_CategoryTable() en System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean& categoryExists) en System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter) en System.Diagnostics.PerformanceCounter.InitializeImpl() en System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly) en System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName) en CELO_Enhanced.MainWindow..ctor() en S:\Programming\Repositories\GitHub\CELO\Project\MainWindow.xaml.cs:línea 546 en CELO_Enhanced.StartWindow.imgGameWatcher_PreviewMouseLeftButtonDown(Object sender, MouseButtonEventArgs e) en S:\Programming\Repositories\GitHub\CELO\Project\StartWindow.xaml.cs:línea 139 en System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) en System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) en System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) en System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) en System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent) en System.Windows.UIElement.OnPreviewMouseDownThunk(Object sender, MouseButtonEventArgs e) en System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) en System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) en System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) en System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) en System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) en System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) en System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted) en System.Windows.Input.InputManager.ProcessStagingArea() en System.Windows.Input.InputManager.ProcessInput(InputEventArgs input) en System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) en System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) en System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) en System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) en MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) en MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) en System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

mcvendrell avatar Jul 06 '24 19:07 mcvendrell