After clicking the "Connect button" I'm getting the following error
Code: Select all
Data.myp:
System.InvalidOperationException: Nie można załadować danych nazwy licznika, ponieważ z rejestru odczytano nieprawidłowy indeks „”.
w System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)
w System.Diagnostics.PerformanceCounterLib.get_NameTable()
w System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
w System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean& categoryExists)
w System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
w System.Diagnostics.PerformanceCounter.InitializeImpl()
w System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
w System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName)
w MYPHandler.MYPHandler..ctor(String filename, del_FileTableEventHandler eventHandler_FileTable, del_FileEventHandler eventHandler_Extraction, HashDictionary hashDic)
w RoRLauncher.Client.UpdateWarData()

Can someone possibly help me?