Page 1 of 1
Solved - Need help with error
Posted: Tue Jan 03, 2017 5:16 pm
by Andary
Error starting: System.UnauthorizedAccessException: Access to the path 'C:\Users\A.Platonov\Desktop\WAR\Warhammer Online - Age of Reckoning\WAR.exe' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at RoRLauncher.Client.patchExe()
at RoRLauncher.Client.Handle(PacketIn packet)
Re: Need help with error
Posted: Tue Jan 03, 2017 5:36 pm
by Natherul
right click the ror folder -> properties -> uncheck read only access and apply to all folders and subfolders
Re: Need help with error
Posted: Tue Jan 03, 2017 7:14 pm
by Andary
I do as you say.But problem doesnt solve.
Re: Need help with error
Posted: Tue Jan 03, 2017 7:16 pm
by Andary
Data.myp:
System.IO.FileNotFoundException: Could not find file 'C:\Warhammer Online - Age of Reckoning\mythloginserviceconfig.xml'.
File name: 'C:\Warhammer Online - Age of Reckoning\mythloginserviceconfig.xml'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
at RoRLauncher.Client.UpdateWarData()
Re: Need help with error
Posted: Tue Jan 03, 2017 7:32 pm
by Ley
Re: Need help with error
Posted: Tue Jan 03, 2017 7:44 pm
by Andary
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()
Re: Need help with error
Posted: Tue Jan 03, 2017 7:48 pm
by Ley
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.
If that does not work, type
CODE: SELECT ALL
lodctr /e:PerfProc
instead.
Re: Need help with error
Posted: Tue Jan 03, 2017 8:38 pm
by Andary
Thanks all thats help!
Re: Need help with error
Posted: Tue Jan 03, 2017 8:40 pm
by Ley
Solved and closed!