Page 1 of 1

Game loads, but characters are missing? - solved

Posted: Sat Aug 27, 2016 9:24 pm
by JHord
So when I load up the Launcher and hit connect, I get an error with this data attached:

___________

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

_________________

The game then opens normally, goes through the opening steps and pulls up the screen where I should see characters or be able to make them. But I can't; all of my characters are gone, and there's no button to hit to make any. The data box on the right is also completely black; no text in it.

I didn't see this under common issue, and didn't see another post immediately about a similar issue. I'm not certain what's going on, and was hoping someone might be familiar with the issue.

Re: Game loads, but characters are missing?

Posted: Sat Aug 27, 2016 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: Game loads, but characters are missing?

Posted: Sat Aug 27, 2016 9:33 pm
by JHord
Oh! Thanks a lot!

Everything is fixed up. You're a lifesaver!

Re: Game loads, but characters are missing?

Posted: Tue Aug 30, 2016 5:02 am
by Ley
Solved and closed.