Page 1 of 1

RoRLauncher spews big error

Posted: Mon Mar 16, 2015 11:41 pm
by Bardoseth
I'm getting a big error when I'm trying to connect to the game. The error is as follows (sadly a bit in German, but I hope it's still eligible):

Code: Select all

Error starting: System.UnauthorizedAccessException: Der Zugriff auf den Pfad "CENSORED\WAR.exe" wurde verweigert.
   bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   bei 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)
   bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
   bei System.IO.FileStream..ctor(String path, FileMode mode)
   bei RoRLauncher.Client.patchExe()
   bei RoRLauncher.Client.Handle(PacketIn packet)
Roughly translated it says that the Acces to the WAR.exe was denied and then a lot of "at Filename".
I tried running it as an administrator and I tried the rebuilding of the performance counter library. I also tried running it with my Anti-Virus switched off, still did not help. The RorLauncher is in the same directory as the WAR.exe

I hope I didn't overlook something here in the forums.

Re: RoRLauncher spews big error

Posted: Tue Mar 17, 2015 12:04 am
by Bardoseth
I did overlook something. This thread helped me out: http://www.returnofreckoning.com/forum/ ... f=4&t=2921

I needed to remove the Read Only Tag.

Sorry for bothering everyone. I can create a character and play now!