media write protected

Issue #5717 resolved
MidKnight created an issue

The media is write protected. : 'R:\Launchbox\Themes\Default\Views\OptionsView.xaml'

App: Big Box
Version: 11.7
Type: System.IO.IOException
Site: Microsoft.Win32.SafeHandles.SafeFileHandle ValidateFileHandle(Microsoft.Win32.SafeHandles.SafeFileHandle)
Source: System.Private.CoreLib

at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.InternalWriteAllBytes(String path, Byte[] bytes)
at System.IO.File.WriteAllBytes(String path, Byte[] bytes)
at Unbroken.LaunchBox.Windows.BigBox.App..ctor()
at Unbroken.LaunchBox.Windows.BigBox.BigBoxProgram.Main()

Recent Log:

8:34:54 PM Exception

Comments (3)

  1. Christian

    Do you have the readonly field set on that file? Can check doing the following:
    Navigate to file in question
    Right click, select properties
    Bottom of that window should be a checkbox that reads “Readonly”. This should be unchecked.

  2. Log in to comment