Bug Detected

Issue #6263 resolved
Alejandro Vera Garcia created an issue

Object reference not set to an instance of an object.

App: LaunchBox
Version: 11.15
Type: System.NullReferenceException
Site: System.Collections.Generic.Dictionary`2[System.Int32,System.Data.DataRow] ViewInterfaceExporter()
Source: Unbroken.LaunchBox

at Unbroken.LaunchBox.Search.LocalDb.ViewInterfaceExporter()
at ServerWorker.ViewFailureRepository(ServerWorker )
at Unbroken.LaunchBox.Search.LocalDb.GetGameById(Int32 id)
at Unbroken.LaunchBox.Windows.Desktop.MenuActions.ImportRomFilesMenuAction.ViewAspectCollection(IReadOnlyCollection1 config, Object cont, Boolean wanttemp) at DispatcherConfiguration.DeleteInvalidConfiguration(IReadOnlyCollection1 config, String cont, Boolean wanttemp, DispatcherConfiguration )
at Unbroken.LaunchBox.Windows.Desktop.MenuActions.ImportRomFilesMenuAction.InterruptAspectCollection(IReadOnlyCollection1 info, Boolean isivk) at TaskConfiguration.DeleteInvalidConfiguration(IReadOnlyCollection1 info, Boolean isivk, TaskConfiguration )
at Unbroken.LaunchBox.Windows.Desktop.MenuActions.ImportRomFilesMenuAction.Finish(RomImportTask task)
at ResolverContainer.DeleteInvalidConfiguration(RomImportTask task, ResolverContainer )
at Unbroken.LaunchBox.Windows.Desktop.MenuActions.ImportRomFilesMenuAction.<>c__DisplayClass1_0.ValidateAspectMethod()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.MoveInterfaceObserver()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.ThreadHelper.ThreadStart()

Recent Log:

8:40:01 Exception

Comments (2)

  1. Christian

    Thanks for this report. I was able to track down what I believe to be the cause and it has been merged with the code. The correction will make it into the 11.16 official release.

  2. Log in to comment