microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
111.28k stars 6.55k forks source link

PowerToys Run crashed while launching "Services" #24354

Closed mrbagpipe closed 1 year ago

mrbagpipe commented 1 year ago

Microsoft PowerToys version

0.67.0

Installation method

Microsoft Store

Running as admin

Yes

Area(s) with issue?

PowerToys Run

Steps to reproduce

✔️ Expected Behavior

The Services window is launched

❌ Actual Behavior

An error message was displayed:

PowerToys Run ran into an issue

[2023-02-27 12:38:51.0739] [INFO] [C:\a_work\1\s\src\modules\launcher\PowerLauncher\ViewModel\MainViewModel.cs::921] OnHotkey

[2023-02-27 12:38:51.4826] [WARN] [C:\a_work\1\s\src\modules\launcher\PowerLauncher\Plugin\PluginManager.cs::207] PluginManager.QueryForPlugin Windows Terminal. Query cost - 53 milliseconds

[2023-02-27 12:38:51.5418] [WARN] [C:\a_work\1\s\src\modules\launcher\PowerLauncher\Plugin\PluginManager.cs::207] PluginManager.QueryForPlugin Window Walker. Query cost - 59 milliseconds

[2023-02-27 12:38:51.7098] [WARN] [C:\a_work\1\s\src\modules\launcher\PowerLauncher\Plugin\PluginManager.cs::207] PluginManager.QueryForPlugin Windows Terminal. Query cost - 67 milliseconds

[2023-02-27 12:38:51.7098] [WARN] [C:\a_work\1\s\src\modules\launcher\PowerLauncher\Plugin\PluginManager.cs::207] PluginManager.QueryForPlugin Windows Terminal. Query cost - 72 milliseconds

[2023-02-27 12:38:51.7278] [WARN] [C:\a_work\1\s\src\modules\launcher\PowerLauncher\Plugin\PluginManager.cs::207] PluginManager.QueryForPlugin Window Walker. Query cost - 89 milliseconds

[2023-02-27 12:38:51.7450] [WARN] [C:\a_work\1\s\src\modules\launcher\PowerLauncher\Plugin\PluginManager.cs::207] PluginManager.QueryForPlugin Window Walker. Query cost - 60 milliseconds

[2023-02-27 12:38:51.8740] [FATAL]

Exception

System.InvalidOperationException: Dispatcher processing has been suspended, but messages are still being processed.
   Source: WindowsBase
   TargetAssembly: WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
   TargetModule: WindowsBase.dll
   TargetSite: IntPtr WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   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)

Environment

Assemblies - PowerToys.PowerLauncher

Other Software

No response

crutkas commented 1 year ago

/dup #18166

microsoft-github-policy-service[bot] commented 1 year ago

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

jaimecbernardo commented 1 year ago

For any users that are able to replicate this consistently, can you please update to 0.68.1 and disable thumbnail generation to verify if it fixes the issue? Please let us know on #18166!

image