Error during import - Network install LB 12.4

Issue #6516 resolved
Scott McGuire created an issue

I have this install running on a network drive. It appears to be telling me the location of launchbox is invalid when I initiate an import. At first I thought it was when importing files from my network drive alone but it doesn’t appear to make a difference. Downgrading to 12.3 seems to resolve this issue.

Comments (4)

  1. Scott McGuire reporter

    The specified path is invalid. : '\NetworkServer\NetworkFolder\LaunchBox\file:\D:\Public\roms\Wii'

    App: LaunchBox
    Version: 12.4
    Type: System.IO.IOException
    Site: System.IO.FileAttributes GetAttributes(System.String)
    Source: System.IO.FileSystem

    at System.IO.FileSystem.GetAttributes(String fullPath)
    at System.IO.File.GetAttributes(String path)
    at Unbroken.LaunchBox.Windows.Desktop.ViewModels.RomImportGameListViewModel.OnActivated()
    at ParserFactory.PrepareTransactionalConsumer(Object , ParserFactory )
    at Unbroken.LaunchBox.Windows.Desktop.ViewModels.WizardViewModel.<>c__DisplayClass78_0.CollectFocusDecorator()
    at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
    at System.Windows.Threading.DispatcherOperation.InvokeImpl()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
    at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
    at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
    at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
    at Unbroken.LaunchBox.Windows.Desktop.ViewModels.WizardViewModel.<>c__DisplayClass78_0.GetTraversalWriter(Object , DispatcherPriority )
    at Unbroken.LaunchBox.Windows.Desktop.ViewModels.WizardViewModel.<>c__DisplayClass78_0.FindFocusDecorator()
    at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.QueryPrincipalBase(Object )
    at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CountIdentifiableAnnotation()
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Recent Log:

    10:39:09 AM Exception

  2. Christian

    What location did you point the importer to? Was it just “D:\Public\roms\Wii” or something else?

  3. Scott McGuire reporter

    I was able to resolve by pointing to the directory using the network path instead of the mapped drive I was using which was d: . After doing that for whatever reason the issue has not replicated.

  4. Log in to comment