Page 1 of 1

Error as game is starting

Posted: Wed Nov 16, 2016 3:46 am
by Tridyed
Here is the message.

Error starting: System.ComponentModel.Win32Exception (0x80004005): The operation was canceled by the user
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at RoRLauncher.Client.Handle(PacketIn packet)

The game will go ahead and run but there is no way to create a character.

Brand new DL of the game, new DL on the DirX files, new launcher downloaded as well.

Need some help

Thanks!

Re: Error as game is starting

Posted: Wed Nov 16, 2016 8:59 am
by Nigma813
Data.myp:
System.InvalidOperationException: Не удается загрузить данные имени счетчика, поскольку в реестре обнаружен недопустимый индекс "".
в System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)
в System.Diagnostics.PerformanceCounterLib.get_NameTable()
в System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
в System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean& categoryExists)
в System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
в System.Diagnostics.PerformanceCounter.InitializeImpl()
в System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
в System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName)
в MYPHandler.MYPHandler..ctor(String filename, del_FileTableEventHandler eventHandler_FileTable, del_FileEventHandler eventHandler_Extraction, HashDictionary hashDic)
в RoRLauncher.Client.UpdateWarData()


What do I do????

Re: Error as game is starting

Posted: Wed Nov 16, 2016 5:26 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:

http://www.megafileupload.com/c4iq/Perf ... uilder.zip

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

Re: Error as game is starting

Posted: Wed Nov 16, 2016 5:28 pm
by Elven
Tridyed wrote:Here is the message.

Error starting: System.ComponentModel.Win32Exception (0x80004005): The operation was canceled by the user
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at RoRLauncher.Client.Handle(PacketIn packet)

The game will go ahead and run but there is no way to create a character.

Brand new DL of the game, new DL on the DirX files, new launcher downloaded as well.

Need some help

Thanks!
You tried it with this version of the launcher?

Re: Error as game is starting

Posted: Wed Nov 16, 2016 7:20 pm
by Tridyed
Yes , I even did a DL right now and its still the same error.

Data.myp:
System.ComponentModel.Win32Exception (0x80004005): The service cannot be started, either because it is disabled or because it has no enabled devices associated with it
at System.Diagnostics.PerformanceMonitor.GetData(String item)
at System.Diagnostics.PerformanceCounterLib.GetPerformanceData(String item)
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()

Re: Error as game is starting

Posted: Thu Nov 17, 2016 3:24 pm
by Tridyed
Ran the perf counter reset and installed the Launcher you linked to. Same problem.

Let me know if you have any ideas!

Thanks