Page 1 of 1

dunno what to do :/

Posted: Wed Jan 27, 2016 8:49 pm
by bluestar4ever
Even with this appearing i can log into the game yet i cannot create character or choose server :/

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()

Re: dunno what to do :/

Posted: Wed Jan 27, 2016 9:13 pm
by xyeppp
bluestar4ever wrote:Even with this appearing i can log into the game yet i cannot create character or choose server :/

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()
Odbuduj performance counters. Instrukcja ponizej :

Code: Select all

You need to rebuild performance counters. How to manually rebuild performance counters:
1- Go to start, and type in the search box "cmd". Right click cmd, and run as administrator.
2- Type in the command console, "cd c:\windows\system32", and hit enter.
3- Then type "lodctr /r", and hit enter.