Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. System.IO.IOException: Proces nie może uzyskać dostępu do pliku „C:\Users\Marcel\AppData\Roaming\RaftModLoader\launcher_config.json”, ponieważ jest on używany przez inny proces.
  2. w System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  3. w 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. w 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. w System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
  6. w System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  7. w System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  8. w System.IO.File.WriteAllText(String path, String contents)
  9. w RMLLauncher.Form1.UpdateConfigFile()
  10. w RMLLauncher.Form1.<CheckInstall>d__41.MoveNext()
  11. --- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---
  12. w System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement