Page 1 of 1

Cannot enter the game.

Posted: Wed Jan 13, 2016 2:56 pm
by wastedzombie
Thank you so much for making this. I've missed this game for a while now, But when i try to start the game and make a character i get the background and the 4 button for cinematic, credits, settings and quit. I installed via torrent and ive tried to rebuild performance counters. Any help would be appreciated.

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: Cannot enter the game.

Posted: Wed Jan 13, 2016 2:59 pm
by Dana
First I would like to quote:

"Like on other sections, you have Forum rules and guidelines
BUT FIRST OF ALL, READ THE MOST COMMON ISSUES AND SOLUTIONS
If you make new post on known problems and solutions, your post will be locked/deleted depending on moderator mood."

And here the solution:

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.

It will take a few seconds to perform the command.Performance counters should be rebuilt. Try starting the game again.

Re: Cannot enter the game.

Posted: Wed Jan 13, 2016 3:09 pm
by wastedzombie
Ive done that and am still getting the same error.

Re: Cannot enter the game.

Posted: Wed Jan 13, 2016 3:15 pm
by Elven
Then it didn't complete successfully. Did you run CMD as administrator?

Re: Cannot enter the game.

Posted: Wed Jan 13, 2016 3:18 pm
by wastedzombie
I indeed am. It says successfully rebuild performance counters setting from system backup stores.

Re: Cannot enter the game.

Posted: Wed Jan 13, 2016 3:25 pm
by Elven
It still gives the same error message when you try to load the game through the RoR launcher?

Re: Cannot enter the game.

Posted: Wed Jan 13, 2016 3:26 pm
by wastedzombie
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: Cannot enter the game.

Posted: Fri Jan 15, 2016 2:08 pm
by Inushokin
Getting the same error, unfortunately.

Re: Cannot enter the game.

Posted: Fri Jan 15, 2016 2:25 pm
by xyeppp
Dana 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.
If that does not work, type

Code: Select all

lodctr /e:PerfProc
instead.

Re: Cannot enter the game.

Posted: Sun Jan 17, 2016 1:19 pm
by wastedzombie
You are my hero! Thanks you so much for your help!!!!