Another error

Issue #5536 invalid
Ethan Huddleston created an issue

The media is write protected.

App: LaunchBox
Version: 11.2
Type: System.IO.IOException
Site: Void WinIOError(Int32, System.String)
Source: mscorlib

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.File.InternalWriteAllBytes(String path, Byte[] bytes, Boolean checkHost)
at Unbroken.LaunchBox.Windows.Desktop.App..ctor()
at (String[] )
at Unbroken.LaunchBox.Windows.Desktop.Program.Main(String[] args)

Recent Log:

9:17:15 PM Exception

Comments (1)

  1. Jason Carr repo owner

    Hi Ethan, this means that LaunchBox for some reason does not have permissions to write to a folder that it's trying to write to. The error message claims that the media is "write-protected", which usually means that somehow the drive is set to read-only.

  2. Log in to comment