Page 1 of 1

not sure what to do

Posted: Sun Dec 10, 2017 2:16 am
by Vyhen
i login gaame launches nothing happens when game launches it just sits in the screen no "create new" popup
i alt tabbed and got this error message:

Data.myp:
System.InvalidOperationException: Category does not exist.
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()

what should i do? this is the third time reinstalling

Re: not sure what to do

Posted: Sun Dec 10, 2017 3:36 am
by wargrimnir
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.

Re: not sure what to do

Posted: Sun Dec 10, 2017 6:40 am
by Vyhen
i get this error when attempting to do this:

https://gyazo.com/f5eb2778243b0582ea7838e0ddbbb211

Re: not sure what to do

Posted: Sun Dec 10, 2017 6:52 am
by wargrimnir
You need to run command prompt as an administrator.

Re: not sure what to do

Posted: Sun Dec 10, 2017 7:13 am
by Vyhen
it worked! ty so much i spent all day trying things