When I try and login I get this message:
Error starting: System.UnauthorizedAccessException: Access to the path 'F:\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)
is the server down or?
I have tried deactivating my firewalls but didn't change anything.
An error occurred
Ads
- CarlistRieekan
- Posts: 237
Re: An error occurred
Try to ucheck the folder where WAR is installed (unziped) from read only. Ensure the setting is also applied on the files within the folder.

Re: An error occurred
Instead I have this error message
Data.myp:
System.InvalidOperationException: Impossibile caricare i dati del nome del contatore poiché è stato letto un indice non valido '' dal Registro di sistema.
in System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)
in System.Diagnostics.PerformanceCounterLib.get_NameTable()
in System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
in System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean& categoryExists)
in System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
in System.Diagnostics.PerformanceCounter.InitializeImpl()
in System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
in System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName)
in MYPHandler.MYPHandler..ctor(String filename, del_FileTableEventHandler eventHandler_FileTable, del_FileEventHandler eventHandler_Extraction, HashDictionary hashDic)
in RoRLauncher.Client.UpdateWarData()
I'm able to log in, but in characters screen, there isn't any button for character creation. Just CINEMATIC, CREDITS, SETTING, QUIT bottons.
Thanks for your help.
Gas
Data.myp:
System.InvalidOperationException: Impossibile caricare i dati del nome del contatore poiché è stato letto un indice non valido '' dal Registro di sistema.
in System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)
in System.Diagnostics.PerformanceCounterLib.get_NameTable()
in System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
in System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean& categoryExists)
in System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
in System.Diagnostics.PerformanceCounter.InitializeImpl()
in System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
in System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName)
in MYPHandler.MYPHandler..ctor(String filename, del_FileTableEventHandler eventHandler_FileTable, del_FileEventHandler eventHandler_Extraction, HashDictionary hashDic)
in RoRLauncher.Client.UpdateWarData()
I'm able to log in, but in characters screen, there isn't any button for character creation. Just CINEMATIC, CREDITS, SETTING, QUIT bottons.
Thanks for your help.
Gas
Re: An error occurred
If you're getting this line of code in your error log:
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.
3. It will take a few seconds to perform the command.
Performance counters should be rebuilt. Try loading the game, again.
Like this:
Code: Select all
at System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)
at System.Diagnostics.PerformanceCounterLib.get_NameTable()
at System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
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.
3. It will take a few seconds to perform the command.
Performance counters should be rebuilt. Try loading the game, again.
Like this:
Spoiler:
"A danger foreseen is a danger avoided."
Dana - WE
Horsegirl - DoK
Dana - WE
Horsegirl - DoK
Ads
-
- Posts: 1
Re: An error occurred
I get the same issue as described by Gasolio. My logs are below.
10:28:36 --- LOG STARTING ---
10:28:36 Launcher version: 1.3.0.0
10:28:36
10:28:36
10:28:36 ------------ ERROR MESSAGES BELOW ------------
10:28:36 --- ToString ---
10:28:36 System.Management.ManagementException: Invalid class
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at MYPHandler.MYPHandler..ctor(String filename, del_FileTableEventHandler eventHandler_FileTable, del_FileEventHandler eventHandler_Extraction, HashDictionary hashDic)
at WarLauncher.Client.UpdateWarData()
10:28:36
10:28:36
10:28:36 --- Message ---
10:28:36 Invalid class
10:28:36
10:28:36
10:28:36 --- Source ---
10:28:36 System.Management
10:28:36
10:28:36
10:28:36 --- Data ---
10:28:36 System.Collections.ListDictionaryInternal
10:28:36
10:28:37
10:28:37 --- StackTrace ---
10:28:37 at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at MYPHandler.MYPHandler..ctor(String filename, del_FileTableEventHandler eventHandler_FileTable, del_FileEventHandler eventHandler_Extraction, HashDictionary hashDic)
at WarLauncher.Client.UpdateWarData()
10:28:37
10:28:37
10:28:37 --- TargetSite ---
10:28:37 Void ThrowWithExtendedInfo(System.Management.ManagementStatus)
10:28:37
10:28:36 --- LOG STARTING ---
10:28:36 Launcher version: 1.3.0.0
10:28:36
10:28:36
10:28:36 ------------ ERROR MESSAGES BELOW ------------
10:28:36 --- ToString ---
10:28:36 System.Management.ManagementException: Invalid class
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at MYPHandler.MYPHandler..ctor(String filename, del_FileTableEventHandler eventHandler_FileTable, del_FileEventHandler eventHandler_Extraction, HashDictionary hashDic)
at WarLauncher.Client.UpdateWarData()
10:28:36
10:28:36
10:28:36 --- Message ---
10:28:36 Invalid class
10:28:36
10:28:36
10:28:36 --- Source ---
10:28:36 System.Management
10:28:36
10:28:36
10:28:36 --- Data ---
10:28:36 System.Collections.ListDictionaryInternal
10:28:36
10:28:37
10:28:37 --- StackTrace ---
10:28:37 at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at MYPHandler.MYPHandler..ctor(String filename, del_FileTableEventHandler eventHandler_FileTable, del_FileEventHandler eventHandler_Extraction, HashDictionary hashDic)
at WarLauncher.Client.UpdateWarData()
10:28:37
10:28:37
10:28:37 --- TargetSite ---
10:28:37 Void ThrowWithExtendedInfo(System.Management.ManagementStatus)
10:28:37
Who is online
Users browsing this forum: No registered users and 9 guests