Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. System.UnauthorizedAccessException: Access to the path 'C:\Users\aless\AppData\Roaming\RaftModLoader\launcher_config.json' is denied.
  2. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  3. 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)
  4. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  5. at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
  6. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  7. at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  8. at System.IO.File.WriteAllText(String path, String contents)
  9. at RMLLauncher.Form1.UpdateConfigFile()
  10. at RMLLauncher.Form1.<CheckInstall>d__42.MoveNext()
  11. --- End of stack trace from previous location where exception was thrown ---
  12. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement