Could not find a part of the path

Issue #7412 new
Jason Wilson created an issue

Could not find a part of the path 'G:\Arcade PC\LaunchBox\LBThemes\Default\Views\PlatformFiltersDetailsView.xaml'.

App: LaunchBox
Version: 13.0
Type: System.IO.DirectoryNotFoundException
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.Desktop.App.AddDistributedInitializer(Object , Object )
at Unbroken.LaunchBox.Windows.Desktop.App..ctor()
at Unbroken.LaunchBox.Windows.Desktop.Program.Main(String[] args)

Comments (1)

  1. Christian

    Could you verify if that file is there or not? We should be attempting to place it there on start up so if it isn’t it may indicate that either the folder has been marked read-only, or that you have an AV software quarantining a file for some reason.

  2. Log in to comment