"The notification platform is unavailable"

Issue #6481 resolved
lou gardener created an issue

The notification platform is unavailable.

The notification platform is unavailable.

App: LaunchBox
Version: 12.3
Type: System.Exception
Site: Windows.UI.Notifications.ToastNotifier CreateToastNotifier(System.String)
Source:

at Windows.UI.Notifications.ToastNotificationManager.CreateToastNotifier(String applicationId)
at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.CreateToastNotifier()
at Unbroken.LaunchBox.Windows.Desktop.Notifications.InstantiateScopeRegistry()
at Unbroken.LaunchBox.Windows.Desktop.Notifications.get_ToastNotificationsEnabled()
at ParserImporter.RunScopePublisher(ParserImporter )
at Unbroken.LaunchBox.Windows.Desktop.Notifications.SendInfoNotification(String message)
at RequestImporter.RunScopePublisher(String spec, RequestImporter )
at Unbroken.LaunchBox.Windows.Desktop.MessageBoxManager.ShowInfo(String info)
at RequestImporter.RunScopePublisher(String spec, RequestImporter )
at Unbroken.LaunchBox.Windows.Desktop.MenuActions.ImportRomFilesMenuAction.<>c__DisplayClass4_0.UpdateAwareRepository()
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.PrepareTransformerSerializer(Object , Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.Desktop.MenuActions.ImportRomFilesMenuAction.<>c__DisplayClass4_0.CalcTransformerAdvisor(Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Desktop.MenuActions.ImportRomFilesMenuAction.<>c__DisplayClass4_0.CheckAwareRepository()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CollectNotificationCustomer(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.SetAspectToken()
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:

12:18:24 AM Exception

Comments (10)

  1. Christian

    What operating system are you using? Do you have notifications turned off in the operating system?

  2. lou gardener reporter

    I have W10 latest update; notifications are on in the OS. The issue happens because for some reasons the notifications can’t be triggered. When the error appear, I see no notifications but when the notification show up, I get no error.

    It is self-fixing after you run launchbox a couple of times, although annoying.

  3. Christian

    There is logic in place in 12.5 beta 1 to help with this. Could you (or some one watching the issue) please upgrade to the beta and let me know if you continue to have this issue?

  4. Christian

    Issue was corrected in 12.5 beta 1, please let us know if you continue to see the error in that version or newer.

  5. Log in to comment