Page 1 of 1

Error after restarting [System.IO.__Error.WinIOError]

Posted: Tue Jan 27, 2009 8:56 pm
by clc02
I restarted the computer while the game was still running and now when I try to get razor started it says
There was an exception while attempting to load 'C:\Program Files\Ultima Online\cliloc.ENU':
System.UnauthorizedAccessException: Access to the path 'C:\Program Files\Ultima Online\cliloc.enu' 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)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Ultima.StringList..ctor(String language)
at Assistant.Language.LoadCliLoc()

If I ignore and try to continue it says

There was an exception while attempting to load 'C:\Program Files\Ultima Online\cliloc.enu':
System.UnauthorizedAccessException: Access to the path 'C:\Program Files\Ultima Online\cliloc.enu' 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)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Ultima.StringList..ctor(String language)
at Assistant.Language.LoadCliLoc()

Re: Error after restarting

Posted: Tue Jan 27, 2009 10:48 pm
by Derrick
Right click on the razor shortcut and choose "Run as Administrator"

Re: Error after restarting [System.IO.__Error.WinIOError]

Posted: Wed Jan 28, 2009 5:06 pm
by clc02
Oh! Never had to do that before...
Thanks!