Exception Code: 0xC0000005
Exception Address: 0x004E2897
ChatGPT say:
Crash ID: 52277cc782c546ad82eaff44d826c5d3
System.IO.IOException: The process cannot access the file 'C:\Users\Vini6\AppData\Local\Plutonium\info.json' because it is being used by another process.
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, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
at Plutonium.Updater.Core.Updater.<Run>d__24.MoveNext()
--- End of stack trace from the previous location where the exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Plutonium.Updater.App.Windows.UpdateWindow.<UpdateWindow_Loaded>d__6.MoveNext()
This error message indicates that the process was unable to access the 'info.json' file because it is currently being used by another process. This can happen if another program or instance of Plutonium is using the file simultaneously. To resolve this, try closing other programs that might be using this file or restart the computer to free up access to the file.