Page 2 of 2

Re: cant make a character?

Posted: Fri Apr 08, 2016 12:15 am
by magicthighs
http://www.returnofreckoning.com/forum/ ... 889#p30158
The launcher doesn't work! The log contains the following:

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.

It will take a few seconds to perform the command.Performance counters should be rebuilt. Try starting the game again.

If that does not work, type

Code: Select all

lodctr /e:PerfProc
instead.