Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: crash when set topmost #2024

Closed
2 tasks done
huoyan1231 opened this issue Apr 3, 2023 · 2 comments
Closed
2 tasks done

BUG: crash when set topmost #2024

huoyan1231 opened this issue Apr 3, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@huoyan1231
Copy link

Checks

  • I have checked that this issue has not already been reported.

  • I am using the latest version of Flow Launcher.

Problem Description

crash when set topmost

To Reproduce

set topmost

Screenshots

No response

Flow Launcher Version

1.14.0

Windows Build Number

10.0.22621.0

Error Log

Flow Launcher version: 1.14.0
OS Version: Microsoft Windows NT 10.0.22621.0
IntPtr Length: 8
x64: True

Python Path: C:\Users\huoyan1231\AppData\Local\Programs\Python\Python38\pythonw.exe
Node Path: C:\Program Files\nodejs\node.exe
Date: 04/03/2023 18:37:08
Exception:
System.InvalidOperationException: Failed initializing notifications
---> System.IO.IOException: 无法在易变父项下创建稳定子项。
at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str)
at Microsoft.Win32.RegistryKey.CreateSubKeyInternalCore(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistryOptions registryOptions)
at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.Initialize()
at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat..cctor()
--- End of inner exception stack trace ---
at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.CreateToastNotifier()
at Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder.Show(CustomizeToast customize)
at Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder.Show()
at Flow.Launcher.Notification.Show(String title, String subTitle, String iconPath) in C:\projects\flow-launcher\Flow.Launcher\Notification.cs:line 35
at Flow.Launcher.PublicAPIInstance.<>c__DisplayClass13_0.b__0() in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 97
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback)
at Flow.Launcher.PublicAPIInstance.ShowMsg(String title, String subTitle, String iconPath, Boolean useMainWindowAsOwner) in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 95
at Flow.Launcher.PublicAPIInstance.ShowMsg(String title, String subTitle, String iconPath) in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 91
at Flow.Launcher.ViewModel.MainViewModel.<>c__DisplayClass138_0.b__1(ActionContext ) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 929
at Flow.Launcher.Plugin.Result.ExecuteAsync(ActionContext context) in /
/Flow.Launcher.Plugin/Result.cs:line 219
at Flow.Launcher.ViewModel.MainViewModel.OpenResultAsync(String index) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 277
at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask)
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

@huoyan1231 huoyan1231 added the bug Something isn't working label Apr 3, 2023
@VictoriousRaptor
Copy link
Contributor

Hi, could you please try installing the prerelease version and let us know if that fixes the issue?

https://github.com/Flow-Launcher/Prereleases/releases/tag/v1.14.0.7149

Thanks

@VictoriousRaptor VictoriousRaptor added the Waiting for response Waiting for poster to respond to Team message label Apr 19, 2023
@VictoriousRaptor
Copy link
Contributor

Looks like a duplicate of #2054 (And many others). Please continue discussion there. Thank you.

@VictoriousRaptor VictoriousRaptor removed the Waiting for response Waiting for poster to respond to Team message label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants