RetroAchievements Profile Not Loading

Issue #7847 open
Michael Manfredi created an issue

Hi Jason,

Please see, pasted, error report below.


Object reference not set to an instance of an object.

App: Big Box
Version: 13.5
Type: System.NullReferenceException
Site: Boolean OnEnter()
Source: BigBox

at Unbroken.LaunchBox.Windows.BigBox.ViewModels.AchievementProfilePopupViewModel.OnEnter()
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.OnEnter()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location ---
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.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.CollectVisitor(Guid item)
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.<>c__DisplayClass243_1.ManageStatus()
at System.Threading.Thread.StartHelper.Callback(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Thread.StartCallback()

Recent Log:

11:57:49 PM Exception

Comments (2)

  1. Christian

    This is likely due to the RetroAchievements API being down. That being said we should look at making that fail more gracefully.

  2. Log in to comment