Page 1 of 1

Error on connection

Posted: Mon Nov 13, 2017 7:21 pm
by Scoundral
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()

^ Error above is accruing anytime i attempt to log in via launcher, on a side note i noticed that my Warhammer Online folder is stuck on read only, I've already attempted to use methods posted within the "Client download issues and troubleshooting" post with no luck or success.

Re: Error on connection

Posted: Mon Nov 13, 2017 9:27 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.

Download this:

https://my.pcloud.com/publink/show?code ... LyWXubK6N7

Extract the file inside and run it as administrator. Then try logging in.
[/color]

Re: Error on connection

Posted: Mon Nov 13, 2017 10:59 pm
by Scoundral
that worked! Thank you very much!!!