unkown to me

Issue #5767 resolved
MidKnight created an issue

The request could not be performed because of an I/O device error. : 'R:\Launchbox\LBThemes\Default\Views\GameDetailsView.xaml'

App: LaunchBox
Version: 11.8
Type: System.IO.IOException
Site: Void WriteCore(System.ReadOnlySpan`1[System.Byte])
Source: System.Private.CoreLib

at System.IO.FileStream.WriteCore(ReadOnlySpan1 source) at System.IO.FileStream.WriteSpan(ReadOnlySpan1 source)
at System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count)
at System.IO.File.InternalWriteAllBytes(String path, Byte[] bytes)
at System.IO.File.WriteAllBytes(String path, Byte[] bytes)
at Unbroken.LaunchBox.Windows.Desktop.App.AssetHttpComposer(Object , Object )
at Unbroken.LaunchBox.Windows.Desktop.App..ctor()
at Unbroken.LaunchBox.Windows.Desktop.Program.Main(String[] args)

Recent Log:

9:52:47 PM Exception

Comments (3)

  1. Christian

    We typically see this when the path is not available (network drive that can’t be reached), the user doesn’t have permissions to that file/folder, or that file/folder is set to readonly. Could you verify that none of those are causing this issue for you?

  2. MidKnight reporter

    I swapped out the usb 3.0 cable and cleaned the drive case. That did the job. Much thanks. Happy thanksgiving.

  3. Log in to comment