Page 5 of 5

Re: Data.myp

Posted: Wed Feb 03, 2016 8:47 pm
by Zird
this:

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

Re: Data.myp

Posted: Wed Feb 03, 2016 9:05 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.[/color]

Re: Data.myp

Posted: Wed Feb 03, 2016 9:10 pm
by Zird
i know about this but not work :(
i download client today from torrent

Re: Data.myp

Posted: Wed Feb 03, 2016 9:11 pm
by Elven
You still get that error when you try to log in after doing the performance counter fix?

Re: Data.myp

Posted: Wed Feb 03, 2016 9:14 pm
by Zird
yes

i do restart system , do performance conter fix and not work

Re: Data.myp

Posted: Wed Feb 03, 2016 10:13 pm
by Elven
Try typing "lodctr /e:PerfProc" in cmd this time. Make sure to run cmd as administrator.

Re: Data.myp

Posted: Wed Feb 03, 2016 11:45 pm
by Zird
work :)
thanks you !