MS Dos importer throws exception when importing large set of games (11.10)

Issue #6004 resolved
mister ten9 created an issue

Hello,

I found another issue when using the DOS importer. In version 11.10 the importer should skip games that have no executable. Still the application thows an exception when I tried to import a large set of DOS games. When pressing finish in the import wizard, nothing is imported. I included the debug log.

The exception:

2021-04-07 10:26:04 AM FIRST CHANCE EXCEPTION: Value cannot be null. (Parameter 'path2')
at System.IO.Path.Combine(String path1, String path2)
2021-04-07 10:26:04 AM ERROR: System.Object[]
2021-04-07 10:26:04 AM EXCEPTION IGNORED: Value cannot be null. (Parameter 'path2')
at System.IO.Path.Combine(String path1, String path2)
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.DosImportGameListViewModel.SearchIdentifiablePool(Object , Object )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.DosImportGameListViewModel.GetTask()

Comments (3)

  1. Christian

    I believe I have found the cause and have put code in place to correct. Will be in the next beta release. Thanks for the report.

  2. Log in to comment