Bug Report

Issue #7455 new
Emrah Ekinci created an issue

No description provided.

Comments (2)

  1. Emrah Ekinci reporter

    Object reference not set to an instance of an object.

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

    at (Object )
    at ValSetter.ForgotObservableWriter(Object , ValSetter )
    at Unbroken.LaunchBox.Search.LocalDbSearchResult.get_ReleaseDate()
    at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.DbSearchResult.PublishTransactionListener(Object )
    at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.DbSearchResult..ctor(AddEditGameMetadataPageViewModel metadataPage, SearchResult result)
    at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.UpdateReflectiveSingleton(List1 res) at AnnotationAdapter.ChangeDistributedCode(Object , List1 res, AnnotationAdapter )
    at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.<>c__DisplayClass282_0.PostReflectiveBridge()
    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.NewObservableClient(Object , Object , DispatcherPriority )
    at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
    at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.ValidateDistributedQueue(Object , DispatcherPriority )
    at Unbroken.LaunchBox.Windows.Desktop.ViewModels.AddEditGameMetadataPageViewModel.NewReflectiveSingleton()
    at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.RegisterAdvisableResolver(Object )
    at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.ValidatePreparedBridge()
    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:

    07:35:52 Exception

  2. Emrah Ekinci reporter

    I think I solved the issue by deleting metadata from the files and force update it. It seems to be working just fine now.

  3. Log in to comment