Error On Metadata Database Download

Issue #6177 resolved
Heretic Hunter created an issue

Object reference not set to an instance of an object.

App: LaunchBox
Version: 11.12
Type: System.NullReferenceException
Site: System.String (System.Object)
Source: Unbroken.LaunchBox

at (Object )
at TagProducer.PopIdentifiableImporter(Object , TagProducer )
at Unbroken.LaunchBox.Search.LocalDbSearchResult.get_Platform()
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.DbSearchResult.CancelTransformerReg(Object )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.DbSearchResult..ctor(AddEditGameMetadataPageViewModel metadataPage, SearchResult result)
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.UpdateJmsParam(List1 instance) at StubAttribute.InvokeBatchExporter(Object , List1 instance, StubAttribute )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.<>c__DisplayClass279_0.PushJmsRecord()
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.AddEditGameMetadataPageViewModel.PopJmsParam()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.RateIdentifiableValue(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.SetupSessionQueue()
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:

3:36:31 PM Exception

Comments (1)

  1. Christian

    Thanks for this report. I was able to track down the cause and have a code change in place to correct. The change should be in the 11.13 beta 4 release.

  2. Log in to comment