Page 1 of 1

Problem with Data?

Posted: Sat Feb 06, 2016 3:01 pm
by Sorn90
Greetings all, I have done everything what is written in tutorial but still this happen. Could you please help me fix this? I have manage to start up the game but I can't create new character or play.

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: Problem with Data?

Posted: Sat Feb 06, 2016 3:43 pm
by Bacta
Your files appear to be set to read only, go to your Warhammer folder>Right Click>Uncheck Read Only.

Re: Problem with Data?

Posted: Sat Feb 06, 2016 3:48 pm
by Sorn90
Yes, I have unchecked, but it for some reason returns to checked. :S

Re: Problem with Data?

Posted: Sat Feb 06, 2016 4:03 pm
by lalfier
yup, i have same problem.

Re: Problem with Data?

Posted: Sat Feb 06, 2016 4:04 pm
by Tiggo

Re: Problem with Data?

Posted: Sat Feb 06, 2016 4:09 pm
by Bacta
What OS's are you using?

Re: Problem with Data?

Posted: Sat Feb 06, 2016 4:11 pm
by Sorn90
Bacta wrote:What OS's are you using?
Win7

Re: Problem with Data?

Posted: Sat Feb 06, 2016 4:12 pm
by lalfier
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.

this worked for me. thx!

Re: Problem with Data?

Posted: Sat Feb 06, 2016 4:43 pm
by Sorn90
lalfier wrote: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.

this worked for me. thx!
Yes! Now it is working. Thanks! :D I did not run as a admin first time. :)