Instant crash searching for metadata

Issue #7116 resolved
DaveMK5955 created an issue

Seems to crash LB as soon as I click search local DB (Only happening as far as I know since last update..)

Object reference not set to an instance of an object.

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

at (Object )
at ConfigurationPrinter.ResetAdvisableCallback(Object , ConfigurationPrinter )
at Unbroken.LaunchBox.Search.LocalDbSearchResult.get_Platform()
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.DbSearchResult.CountAutowireAdvisor(Object )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.DbSearchResult..ctor(AddEditGameMetadataPageViewModel metadataPage, SearchResult result)
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.TestInvalidTemplate(List1 item) at ClientGetter.CollectFailureException(Object , List1 item, ClientGetter )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.<>c__DisplayClass282_0.CallInvalidFacade()
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 System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.Threading.InvokeConcreteWorker(Object , Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.SetFailureThread(Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.VerifyInvalidTemplate()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CompareConcreteRepository(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.RateTransformerFilter()
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:

21:38:28 Exception

Comments (3)

  1. Jason Carr repo owner

    Hi Dave, usually this happens because of corrupted metadata. Can you try going to Tools > Download > Force Update Games Database Metadata?

  2. Log in to comment