Page 1 of 1

When i log there are no server list

Posted: Sun Dec 24, 2017 5:24 pm
by gremlinmaster
Hello, i have install the game recently. When i log and i get to the server screen i see no servers availables. What can i do?

Re: When i log there are no server list

Posted: Sun Dec 24, 2017 5:54 pm
by wargrimnir
Image
viewtopic.php?f=4&t=2889

If you want more help, provide more details. You're going to get the same answers as every other post in this section of the forums. Many of which are pulled word for word from the sticky FAQ.

Re: When i log there are no server list

Posted: Tue Dec 26, 2017 9:29 pm
by gremlinmaster
Data.myp:
System.InvalidOperationException: La categoría no existe.
en System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
en System.Diagnostics.PerformanceCounter.InitializeImpl()
en System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
en System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName)
en MYPHandler.MYPHandler..ctor(String filename, del_FileTableEventHandler eventHandler_FileTable, del_FileEventHandler eventHandler_Extraction, HashDictionary hashDic)
en RoRLauncher.Client.UpdateWarData()

I have this eror message, and i have not found nothing in the forum help, i would apreciate more help. TY for your time sincerelly.

Re: When i log there are no server list

Posted: Tue Dec 26, 2017 11:49 pm
by Tiggo
The launcher doesn't work! The log contains the following:

CODE: SELECT ALL

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

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.


you couldnt find that in the sticky thread? well its right there ...

Re: When i log there are no server list

Posted: Wed Dec 27, 2017 9:01 am
by gremlinmaster
Error: No se puede reconstruir la configuración del contador de rendimiento desde el almacén de copia de seguridad del sistema; el código del error es 5.
It says can can,t rebuild performance counter from the segurity store of the system ( trasnlated from spanish), error code 5.
What am i doing wrong? Thanks again.

Re: When i log there are no server list

Posted: Wed Dec 27, 2017 1:01 pm
by Draugris
You have to run the command from an elevated command prompt otherwise error code 5 comes up

Re: When i log there are no server list

Posted: Sun Dec 31, 2017 11:13 am
by gremlinmaster
And how can i make it?

Re: When i log there are no server list

Posted: Tue Jan 09, 2018 12:18 am
by Nogglli
I have the same problem with code 5. Can anybody help me? Thx

EDIT: SOLVED ---> lodctr /e:PerfProc

Re: When i log there are no server list

Posted: Tue Jan 09, 2018 6:19 am
by Draugris
Right click on the command prompt from your start button and choose "run as administrator", this starts the shell with higher priviliges aka elevated.