Page 1 of 1

Log In error

Posted: Fri Mar 06, 2015 12:58 pm
by cosmin329
when i log in on the launcher i get an error this is what it says any ideas what i can do and yes i did the thing with read-only .

Data.myp:
System.InvalidOperationException: Cannot load Counter Name data because an invalid index '' was read from the registry.
at System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)
at System.Diagnostics.PerformanceCounterLib.get_NameTable()
at System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
at System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean& categoryExists)
at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
at System.Diagnostics.PerformanceCounter.InitializeImpl()
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName)
at MYPHandler.MYPHandler..ctor(String filename, del_FileTableEventHandler eventHandler_FileTable, del_FileEventHandler eventHandler_Extraction, HashDictionary hashDic)
at RoRLauncher.Client.UpdateWarData()

Re: Log In error

Posted: Fri Mar 06, 2015 1:15 pm
by Elven
If you're getting this line of code in your error log:

Code: Select all

at System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)
at System.Diagnostics.PerformanceCounterLib.get_NameTable()
at System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
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.

3. It will take a few seconds to perform the command.

Performance counters should be rebuilt. Try loading the game, again.

Like this:
Spoiler:
Image
[/color]

Re: Log In error

Posted: Fri Mar 06, 2015 1:31 pm
by cosmin329
nvm managed to make it