Microsoft store from authentication 2FA

Issue #8337 resolved
Preston Steele created an issue

When I attempt to log in with my Microsoft account I am prompted to enter my 2FA PIN and then launchbox crashes.

Object reference not set to an instance of an object.

App: LaunchBox
Version: 13.8
Theme: Default
Type: System.NullReferenceException
Site: Void MoveNext()
Source: Unbroken.LaunchBox.Windows

at Unbroken.LaunchBox.Windows.Integrations.Xbox.XboxAccountClient.RevertLiteralCustomer(Object reference)
at Unbroken.LaunchBox.Windows.Integrations.Xbox.XboxAccountClient.Login()
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.ManageStorefrontsViewModel.PushDistributedAdapter()
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.ManageStorefrontsViewModel.Storefront.CallDistributedRole()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.UpdateAbstractBridge(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CalculateLiteralAdapter()
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.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

Recent Log:

10:39:14 PM Exception

Comments (1)

  1. Retro808

    Latest beta will fix this. You can go to >Tools >Options >Updates and opt-in for the beta or wait for the mainline release.

    If you do not want to use the beta you can do the steps below.

    With LaunchBox closed: Navigate to the folder you installed LaunchBox in. Go to the Data folder inside of this folder Open the Settings.xml file Look for "EnableAutomatedImports" tag. (It should be around line 54 - may not be exact depending in your build) If it is Set to "true" change it to false Save and close the file Reopen LaunchBox

  2. Log in to comment