Error during metadata/media download (even running as admin)

Issue #6504 new
Plague created an issue

The notification platform does not have the proper privileges to complete the request. (0x803E0208)

App: LaunchBox
Version: 12.4
Type: System.Exception
Site: Void Show(Windows.UI.Notifications.ToastNotification)
Source: Windows.UI

at Windows.UI.Notifications.ToastNotifier.Show(ToastNotification notification)
at Microsoft.Toolkit.Uwp.Notifications.ToastNotifierCompat.Show(ToastNotification notification)
at Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder.Show(CustomizeToast customize)
at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.PreRegisterIdentityLessApp()
at Microsoft.Toolkit.Uwp.Notifications.ToastNotifierCompat.get_Setting()
at Unbroken.LaunchBox.Windows.Desktop.Notifications.get_ToastNotificationsEnabled()
at InterceptorPublisher.PrepareTransactionalConsumer(InterceptorPublisher )
at Unbroken.LaunchBox.Windows.Desktop.Notifications.SendInfoNotification(String message)
at MerchantPublisher.PrepareTransactionalConsumer(String res, MerchantPublisher )
at Unbroken.LaunchBox.Windows.Desktop.MessageBoxManager.ShowInfo(String info)
at MerchantPublisher.PrepareTransactionalConsumer(String res, MerchantPublisher )
at Unbroken.LaunchBox.Windows.Desktop.ImageDownloaderHelp.<>c.DestroyFocusBase()
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 Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.Desktop.ImageDownloaderHelp.<>c.ComputeTypeFilter(Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Desktop.ImageDownloaderHelp.<>c.ReadFocusAdapter()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.QueryPrincipalBase(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CountIdentifiableAnnotation()
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.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

Comments (2)

  1. Retro808

    Does this error occur when not running LB as admin? I am assuming it does as your title shows “even running as admin” but just want to confirm.

    Of note, you actually should not be running LB as admin as it is not recommended. It can cause issues when running emulators/games.

  2. Plague reporter

    You are correct - I first encountered it running normally. Ran as admin afterward to see if it was an issue with account privileges.

    Edit: If I just load ROMs and don’t request downloads of artwork this message doesn’t appear. I assume if there is other behavior that tries to launch a toast notification I’ll see this again though.

  3. Log in to comment