Object reference not set to an instance of an object.

Issue #7551 new
Klaus Christiansen created an issue

Object reference not set to an instance of an object.

App: LaunchBox
Version: 13.1
Type: System.NullReferenceException
Site: System.DateTime (System.Object)
Source: Unbroken.LaunchBox

at (Object )
at DecoratorPrinter.RunTraversalIdentifier(Object , DecoratorPrinter )
at Unbroken.LaunchBox.Search.LocalDbSearchResult.get_ReleaseDate()
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.DbSearchResult.CreateXmlAdvisor(Object )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.DbSearchResult..ctor(AddEditGameMetadataPageViewModel metadataPage, SearchResult result)
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.PostSupportedTag(List1 res) at ThreadIssuer.InstantiateLiteralComparator(Object , List1 res, ThreadIssuer )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.<>c__DisplayClass282_0.ForgotSupportedProxy()
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.UpdateTraversalRules(Object , Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.AssetSupportedTag()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.ValidateInterfaceInfo(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.VerifyTypeRequest()
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:01:33 Exception

I was updating the meta data from online

Comments (1)

  1. Monty

    Hi,

    I am receiving this same error when trying to search for a game’s metadata.

    This is a fresh install. It happens when editing games from multiple platforms.

    Object reference not set to an instance of an object.
    
    App:     LaunchBox
    Version: 13.1
    Type:    System.NullReferenceException
    Site:    System.DateTime (System.Object)
    Source:  Unbroken.LaunchBox
    
       at (Object )
       at DecoratorPrinter.RunTraversalIdentifier(Object , DecoratorPrinter )
       at Unbroken.LaunchBox.Search.LocalDbSearchResult.get_ReleaseDate()
       at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.DbSearchResult.CreateXmlAdvisor(Object )
       at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.DbSearchResult..ctor(AddEditGameMetadataPageViewModel metadataPage, SearchResult result)
       at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.PostSupportedTag(List`1 res)
       at ThreadIssuer.InstantiateLiteralComparator(Object , List`1 res, ThreadIssuer )
       at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.<>c__DisplayClass282_0.ForgotSupportedProxy()
       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.UpdateTraversalRules(Object , Object , DispatcherPriority )
       at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
       at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.AssetSupportedTag()
       at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.ValidateInterfaceInfo(Object )
       at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.VerifyTypeRequest()
       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:59:57 AM Exception
    

  2. Log in to comment