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

An error happened when I entered a sentence to PowerToys Run #18761

Closed
1 task
daima3629 opened this issue Jun 10, 2022 · 12 comments
Closed
1 task

An error happened when I entered a sentence to PowerToys Run #18761

daima3629 opened this issue Jun 10, 2022 · 12 comments
Assignees
Labels
Issue-Bug Something isn't working Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release.

Comments

@daima3629
Copy link

daima3629 commented Jun 10, 2022

Microsoft PowerToys version

0.59.0

Running as admin

  • Yes

Area(s) with issue?

PowerToys Run

Steps to reproduce

  1. Activate PowerToys Run by the shortcut
  2. Type something (I entered "aaaa" at that time)
  3. Select "Search Web" (I'm sorry but I'm not sure if this name is correct because I'm using PowerToys Run in Japanese)
  4. An error occurred

PowerToysReport_2022-06-11-01-28-41.zip ←The file generated in system tray→report bug
2022-06-11.txt ←The file displayed when occurred an error

(I'm Japanese so most of messages are displayed in Japanese)
image
image

✔️ Expected Behavior

It opens Microsoft Edge and search the sentence.

❌ Actual Behavior

An error occurred:

Version: 0.58.0.0
OS Version: Microsoft Windows NT 10.0.19044.0
IntPtr Length: 8
x64: True
Date: 2022/06/11 1:14:53
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
   at Wox.Infrastructure.Helper.OpenCommandInShell(String path, String pattern, String arguments, String workingDir, ShellRunAsType runAs, Boolean runWithHiddenWindow)
   at Community.PowerToys.Run.Plugin.WebSearch.Main.<>c__DisplayClass13_2.<Query>b__3(ActionContext action)
   at PowerLauncher.ViewModel.MainViewModel.<>c__DisplayClass27_0.<OpenResultsEvent>b__0()
   at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
   at System.Windows.Threading.Dispatcher.Invoke(Action callback)
   at PowerLauncher.ViewModel.MainViewModel.OpenResultsEvent(Object index, Boolean isMouseClick)
   at PowerLauncher.ViewModel.MainViewModel.<InitializeKeyCommands>b__28_10(Object index)
   at PowerLauncher.ViewModel.RelayCommand.Execute(Object parameter)
   at System.Windows.Input.CommandManager.TranslateInput(IInputElement targetElement, InputEventArgs inputEventArgs)
   at System.Windows.UIElement.OnKeyDownThunk(Object sender, KeyEventArgs e)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG& msg, Boolean& handled)
   at System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG& msg, ModifierKeys modifiers)
   at System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param)
   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)

Note: The time displayed in this message is JST(UTC+0900)

Other Software

Microsoft Edge version: 101.0.1210.53

@daima3629 daima3629 added Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jun 10, 2022
@jaimecbernardo
Copy link
Collaborator

[2022-06-11 01:31:06.8182] [WARN] [C:\a_work\1\s\src\modules\launcher\Wox.Infrastructure\Helper.cs::155]
Trying to run OpenCommandInShell with an empty pattern. The default browser definition might have issues.

[2022-06-11 01:31:06.8182] [FATAL]

Exception

System.InvalidOperationException: Cannot start process because a file name has not been provided.
   Source: System.Diagnostics.Process
   TargetAssembly: System.Diagnostics.Process, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
   TargetModule: System.Diagnostics.Process.dll
   TargetSite: Boolean Start()
   at System.Diagnostics.Process.Start()
   at Wox.Infrastructure.Helper.OpenInShell(String path, String arguments, String workingDir, ShellRunAsType runAs, Boolean runWithHiddenWindow)
   at Wox.Infrastructure.Helper.OpenCommandInShell(String path, String pattern, String arguments, String workingDir, ShellRunAsType runAs, Boolean runWithHiddenWindow)
   at Community.PowerToys.Run.Plugin.WebSearch.Main.<>c__DisplayClass13_2.<Query>b__3(ActionContext action)
   at PowerLauncher.ViewModel.MainViewModel.<>c__DisplayClass27_0.<OpenResultsEvent>b__0()
   at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
   at System.Windows.Threading.Dispatcher.Invoke(Action callback)
   at PowerLauncher.ViewModel.MainViewModel.OpenResultsEvent(Object index, Boolean isMouseClick)
   at PowerLauncher.ViewModel.MainViewModel.<InitializeKeyCommands>b__28_11(Object index)
   at PowerLauncher.MainWindow.SuggestionsList_PreviewMouseLeftButtonUp(Object sender, MouseButtonEventArgs e)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(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

  • Command Line: "C:\Program Files\PowerToys\modules\launcher\PowerToys.PowerLauncher.dll" -powerToysPid 31004 --started-from-runner
  • Timestamp: 06/11/2022 01:31:06
  • Wox version: 0.59.0.0
  • OS Version: Microsoft Windows NT 10.0.19044.0
  • IntPtr Length: 8
  • x64: True
  • CLR Version: 6.0.5
  • Installed .NET Framework:
    • v4 Client 4.8.04084
    • v4 Full 4.8.04084
    • v4.0 Client 4.0.0.0

Assemblies - PowerToys.PowerLauncher

  • System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Private.CoreLib.dll)
  • PowerToys.PowerLauncher, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\PowerToys.PowerLauncher.dll)
  • PresentationFramework, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\PresentationFramework.dll)
  • WindowsBase, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\WindowsBase.dll)
  • System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Runtime.dll)
  • System.Xaml, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\System.Xaml.dll)
  • Wox.Plugin, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Wox.Plugin.dll)
  • System.Threading.Thread, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Threading.Thread.dll)
  • PowerToys.ManagedCommon, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\PowerToys.ManagedCommon.dll)
  • NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Program Files\PowerToys\modules\launcher\NLog.dll)
  • netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\netstandard.dll)
  • System.IO.Abstractions, Version=12.0.0.0, Culture=neutral, PublicKeyToken=96bf224d23c43e59 (C:\Program Files\PowerToys\modules\launcher\System.IO.Abstractions.dll)
  • System.Security.AccessControl, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Security.AccessControl.dll)
  • System.Diagnostics.FileVersionInfo, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Diagnostics.FileVersionInfo.dll)
  • System.Runtime.InteropServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Runtime.InteropServices.dll)
  • System.Threading, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Threading.dll)
  • System.Collections, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Collections.dll)
  • System.IO.FileSystem.Watcher, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.IO.FileSystem.Watcher.dll)
  • System.ComponentModel.Primitives, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.ComponentModel.Primitives.dll)
  • System.ComponentModel, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.ComponentModel.dll)
  • System.Diagnostics.TraceSource, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Diagnostics.TraceSource.dll)
  • System.Net.Primitives, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Net.Primitives.dll)
  • System.Data.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Data.Common.dll)
  • System.Net.Mail, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Net.Mail.dll)
  • System.Net.Sockets, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Net.Sockets.dll)
  • System.ComponentModel.TypeConverter, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.ComponentModel.TypeConverter.dll)
  • System.Linq.Expressions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Linq.Expressions.dll)
  • System.Linq, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Linq.dll)
  • System.ObjectModel, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.ObjectModel.dll)
  • System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Private.Uri.dll)
  • NLog.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Program Files\PowerToys\modules\launcher\NLog.Extensions.Logging.dll)
  • Microsoft.Extensions.Logging.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Program Files\PowerToys\modules\launcher\Microsoft.Extensions.Logging.Abstractions.dll)
  • Microsoft.Extensions.Logging, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Program Files\PowerToys\modules\launcher\Microsoft.Extensions.Logging.dll)
  • System.IO.Packaging, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\System.IO.Packaging.dll)
  • PresentationCore, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\PresentationCore.dll)
  • DirectWriteForwarder, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\DirectWriteForwarder.dll)
  • System.Runtime.Extensions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Runtime.Extensions.dll)
  • System.Runtime.CompilerServices.VisualC, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Runtime.CompilerServices.VisualC.dll)
  • System.Diagnostics.Debug, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Diagnostics.Debug.dll)
  • Microsoft.Win32.Primitives, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\Microsoft.Win32.Primitives.dll)
  • System.Collections.NonGeneric, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Collections.NonGeneric.dll)
  • Microsoft.Win32.Registry, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\Microsoft.Win32.Registry.dll)
  • System.Collections.Specialized, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Collections.Specialized.dll)
  • System.Configuration.ConfigurationManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\System.Configuration.ConfigurationManager.dll)
  • System.Runtime.InteropServices.RuntimeInformation, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Runtime.InteropServices.RuntimeInformation.dll)
  • System.Xml.ReaderWriter, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Xml.ReaderWriter.dll)
  • System.Private.Xml, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Private.Xml.dll)
  • System.Net.WebClient, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Net.WebClient.dll)
  • System.ComponentModel.EventBasedAsync, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.ComponentModel.EventBasedAsync.dll)
  • System.Memory, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Memory.dll)
  • System.Text.Encoding.Extensions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Text.Encoding.Extensions.dll)
  • System.Threading.ThreadPool, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Threading.ThreadPool.dll)
  • PowerToys.PowerLauncher.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\ja-JP\PowerToys.PowerLauncher.resources.dll)
  • System.Windows.Extensions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\System.Windows.Extensions.dll)
  • System.Collections.Concurrent, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Collections.Concurrent.dll)
  • ModernWpf, Version=0.9.4.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\ModernWpf.dll)
  • System.Runtime.Loader, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Runtime.Loader.dll)
  • Microsoft.Windows.SDK.NET, Version=10.0.18362.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\PowerToys\modules\launcher\Microsoft.Windows.SDK.NET.dll)
  • WinRT.Runtime, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Program Files\PowerToys\modules\launcher\WinRT.Runtime.dll)
  • Microsoft.Win32.SystemEvents, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\Microsoft.Win32.SystemEvents.dll)
  • System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Runtime.CompilerServices.Unsafe.dll)
  • System.Security.Cryptography.Algorithms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Security.Cryptography.Algorithms.dll)
  • System.Security.Cryptography.Primitives, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Security.Cryptography.Primitives.dll)
  • System.Numerics.Vectors, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Numerics.Vectors.dll)
  • System.Reflection.Emit, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Reflection.Emit.dll)
  • Snippets, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location)
  • System.Security.Cryptography.Csp, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Security.Cryptography.Csp.dll)
  • System.Net.Requests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Net.Requests.dll)
  • System.Net.WebHeaderCollection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Net.WebHeaderCollection.dll)
  • UIAutomationTypes, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\UIAutomationTypes.dll)
  • System.Diagnostics.Process, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Diagnostics.Process.dll)
  • PresentationFramework.Aero2, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\PresentationFramework.Aero2.dll)
  • PowerToys.Common.UI, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\PowerToys.Common.UI.dll)
  • ControlzEx, Version=5.0.0.0, Culture=neutral, PublicKeyToken=69f1c32f803d307e (C:\Program Files\PowerToys\modules\launcher\ControlzEx.dll)
  • PresentationFramework-SystemXml, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\PresentationFramework-SystemXml.dll)
  • System.Diagnostics.StackTrace, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Diagnostics.StackTrace.dll)
  • PowerToys.Interop, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\PowerToys.Interop.dll)
  • PowerToys.ManagedTelemetry, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\PowerToys.ManagedTelemetry.dll)
  • System.Diagnostics.Tracing, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Diagnostics.Tracing.dll)
  • Wox.Infrastructure, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Wox.Infrastructure.dll)
  • PowerToys.PowerLauncher.Telemetry, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\PowerToys.PowerLauncher.Telemetry.dll)
  • PresentationFramework-SystemData, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\PresentationFramework-SystemData.dll)
  • System.Runtime.Numerics, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Runtime.Numerics.dll)
  • System.Drawing.Primitives, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Drawing.Primitives.dll)
  • PowerToys.Settings.UI.Lib, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\PowerToys.Settings.UI.Lib.dll)
  • System.Runtime.Serialization.Formatters, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Runtime.Serialization.Formatters.dll)
  • mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\mscorlib.dll)
  • System.Linq.Parallel, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Linq.Parallel.dll)
  • System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Text.Json.dll)
  • System.Reflection.Emit.Lightweight, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Reflection.Emit.Lightweight.dll)
  • System.Reflection.Primitives, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Reflection.Primitives.dll)
  • System.Reflection.Emit.ILGeneration, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Reflection.Emit.ILGeneration.dll)
  • System.Text.Encodings.Web, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Text.Encodings.Web.dll)
  • System.Runtime.Intrinsics, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Runtime.Intrinsics.dll)
  • System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\System.Drawing.Common.dll)
  • Microsoft.PowerToys.Run.Plugin.Calculator, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Calculator\Microsoft.PowerToys.Run.Plugin.Calculator.dll)
  • Microsoft.Plugin.Folder, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Folder\Microsoft.Plugin.Folder.dll)
  • System.Collections.Immutable, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Collections.Immutable.dll)
  • Microsoft.Plugin.Indexer, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Indexer\Microsoft.Plugin.Indexer.dll)
  • Microsoft.Plugin.Program, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Program\Microsoft.Plugin.Program.dll)
  • System.Threading.Overlapped, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Threading.Overlapped.dll)
  • Microsoft.PowerToys.Run.Plugin.Registry, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Registry\Microsoft.PowerToys.Run.Plugin.Registry.dll)
  • Microsoft.PowerToys.Run.Plugin.Service, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Service\Microsoft.PowerToys.Run.Plugin.Service.dll)
  • System.ServiceProcess.ServiceController, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\modules\launcher\System.ServiceProcess.ServiceController.dll)
  • Microsoft.Plugin.Shell, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Shell\Microsoft.Plugin.Shell.dll)
  • Microsoft.PowerToys.Run.Plugin.System, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\System\Microsoft.PowerToys.Run.Plugin.System.dll)
  • System.Net.NetworkInformation, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Net.NetworkInformation.dll)
  • Microsoft.PowerToys.Run.Plugin.TimeDate, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\TimeDate\Microsoft.PowerToys.Run.Plugin.TimeDate.dll)
  • Microsoft.PowerToys.Run.Plugin.TimeZone, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\TimeZone\Microsoft.PowerToys.Run.Plugin.TimeZone.dll)
  • Community.PowerToys.Run.Plugin.UnitConverter, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\UnitConverter\Community.PowerToys.Run.Plugin.UnitConverter.dll)
  • UnitsNet, Version=4.0.0.0, Culture=neutral, PublicKeyToken=f8601875a1f041da (C:\Program Files\PowerToys\modules\launcher\UnitsNet.dll)
  • Microsoft.Plugin.Uri, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Uri\Microsoft.Plugin.Uri.dll)
  • Community.PowerToys.Run.Plugin.VSCodeWorkspaces, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\VSCodeWorkspace\Community.PowerToys.Run.Plugin.VSCodeWorkspaces.dll)
  • Community.PowerToys.Run.Plugin.WebSearch, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\WebSearch\Community.PowerToys.Run.Plugin.WebSearch.dll)
  • Microsoft.PowerToys.Run.Plugin.WindowsSettings, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\WindowsSettings\Microsoft.PowerToys.Run.Plugin.WindowsSettings.dll)
  • Microsoft.PowerToys.Run.Plugin.WindowsTerminal, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\WindowsTerminal\Microsoft.PowerToys.Run.Plugin.WindowsTerminal.dll)
  • Microsoft.Plugin.WindowWalker, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\WindowWalker\Microsoft.Plugin.WindowWalker.dll)
  • Microsoft.Plugin.WindowWalker.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\WindowWalker\ja-JP\Microsoft.Plugin.WindowWalker.resources.dll)
  • PresentationFramework.resources, Version=6.0.2.0, Culture=ja, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\ja\PresentationFramework.resources.dll)
  • UIAutomationProvider, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\UIAutomationProvider.dll)
  • Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\PowerToys\modules\launcher\Microsoft.Xaml.Behaviors.dll)
  • Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Program Files\PowerToys\modules\launcher\Microsoft.Toolkit.Uwp.Notifications.dll)
  • System.IO.FileSystem, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.IO.FileSystem.dll)
  • DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location)
  • System.Security.Principal.Windows, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Security.Principal.Windows.dll)
  • System.Security.Claims, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Security.Claims.dll)
  • Microsoft.PowerToys.Run.Plugin.Calculator.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Calculator\ja-JP\Microsoft.PowerToys.Run.Plugin.Calculator.resources.dll)
  • Microsoft.Plugin.Folder.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Folder\ja-JP\Microsoft.Plugin.Folder.resources.dll)
  • Microsoft.Plugin.Indexer.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Indexer\ja-JP\Microsoft.Plugin.Indexer.resources.dll)
  • Microsoft.Plugin.Program.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Program\ja-JP\Microsoft.Plugin.Program.resources.dll)
  • Microsoft.PowerToys.Run.Plugin.Registry.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Registry\ja-JP\Microsoft.PowerToys.Run.Plugin.Registry.resources.dll)
  • Microsoft.PowerToys.Run.Plugin.Service.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Service\ja-JP\Microsoft.PowerToys.Run.Plugin.Service.resources.dll)
  • Microsoft.Plugin.Shell.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Shell\ja-JP\Microsoft.Plugin.Shell.resources.dll)
  • Microsoft.PowerToys.Run.Plugin.System.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\System\ja-JP\Microsoft.PowerToys.Run.Plugin.System.resources.dll)
  • Microsoft.PowerToys.Run.Plugin.TimeDate.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\TimeDate\ja-JP\Microsoft.PowerToys.Run.Plugin.TimeDate.resources.dll)
  • Microsoft.PowerToys.Run.Plugin.TimeZone.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\TimeZone\ja-JP\Microsoft.PowerToys.Run.Plugin.TimeZone.resources.dll)
  • Community.PowerToys.Run.Plugin.UnitConverter.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\UnitConverter\ja-JP\Community.PowerToys.Run.Plugin.UnitConverter.resources.dll)
  • Microsoft.Plugin.Uri.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\Uri\ja-JP\Microsoft.Plugin.Uri.resources.dll)
  • Community.PowerToys.Run.Plugin.VSCodeWorkspaces.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\VSCodeWorkspace\ja-JP\Community.PowerToys.Run.Plugin.VSCodeWorkspaces.resources.dll)
  • Community.PowerToys.Run.Plugin.WebSearch.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\WebSearch\ja-JP\Community.PowerToys.Run.Plugin.WebSearch.resources.dll)
  • Microsoft.PowerToys.Run.Plugin.WindowsSettings.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\WindowsSettings\ja-JP\Microsoft.PowerToys.Run.Plugin.WindowsSettings.resources.dll)
  • Microsoft.PowerToys.Run.Plugin.WindowsTerminal.resources, Version=0.59.0.0, Culture=ja-JP, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Plugins\WindowsTerminal\ja-JP\Microsoft.PowerToys.Run.Plugin.WindowsTerminal.resources.dll)
  • System.Threading.Tasks.Parallel, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Threading.Tasks.Parallel.dll)
  • System.Text.RegularExpressions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Text.RegularExpressions.dll)
  • System.Xml.XDocument, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Xml.XDocument.dll)
  • System.Private.Xml.Linq, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Private.Xml.Linq.dll)
  • Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\Accessibility.dll)
  • System.Reflection.Metadata, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Reflection.Metadata.dll)
  • Mages.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\Mages.Core.dll)
  • System.IO.FileSystem.DriveInfo, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.IO.FileSystem.DriveInfo.dll)
  • Mono.Cecil, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e (C:\Program Files\PowerToys\modules\launcher\Mono.Cecil.dll)
  • PresentationCore.resources, Version=6.0.2.0, Culture=ja, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\ja\PresentationCore.resources.dll)
  • System.Windows.Controls.Ribbon, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\System.Windows.Controls.Ribbon.dll)
  • System.Reactive, Version=5.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263 (C:\Program Files\PowerToys\modules\launcher\System.Reactive.dll)
  • System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\System.Windows.Forms.dll)
  • System.Windows.Forms.Primitives, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\System.Windows.Forms.Primitives.dll)
  • System.Data.OleDb, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\PowerToys\modules\launcher\System.Data.OleDb.dll)
  • System.Transactions.Local, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Transactions.Local.dll)
  • PresentationFramework-SystemXmlLinq, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\PresentationFramework-SystemXmlLinq.dll)
  • System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.5\System.Xml.Linq.dll)
  • System.Diagnostics.PerformanceCounter, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\System.Diagnostics.PerformanceCounter.dll)

@jaimecbernardo
Copy link
Collaborator

Hi, could you please check your registry for what's in "ProgId" in "Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice"?

In my case it's ChromeHTML, for example.
image

Then, can you please check "Computer\HKEY_CLASSES_ROOT{progId}\shell\open\command" and send what's there ,as well?
image

Something seems to not be playing well with our code to recognize the default browser and how to call it.

/needinfo

@ghost ghost added Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jun 12, 2022
@jaimecbernardo jaimecbernardo added the Product-PowerToys Run Improved app launch PT Run (Win+R) Window label Jun 12, 2022
@jessegood
Copy link

@jaimecbernardo

"ProgId" is ChromeHTML and default command is as follows:

image

@jessegood
Copy link

jessegood commented Jun 13, 2022

Since I have the exact same registry settings on 2 PCs and only one has this error, my only guess is UpdateIfTimePassed isn't updating the settings for some reason?

@daima3629
Copy link
Author

@jaimecbernardo
Hi, thank you for your reply.

I checked the registry you mentioned and here are the results:

  • ProgID: MSEdgeHTM
  • Computer\HKEY_CLASSES_ROOT\MSEdgeHTM\shell\open\command: only "Default" registry and it had the data "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --single-argument %1

@ghost ghost added Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams Needs-Team-Response An issue author responded so the team needs to follow up and removed Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something labels Jun 14, 2022
@jaimecbernardo jaimecbernardo added Status-In progress This issue or work-item is under development and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jun 15, 2022
@jaimecbernardo jaimecbernardo self-assigned this Jun 15, 2022
@jaimecbernardo
Copy link
Collaborator

jaimecbernardo commented Jun 15, 2022

Hello everyone, we've just released https://github.com/microsoft/PowerToys/releases/tag/v0.59.1 and there's some added logs there and potential fixes for this. Could you please give it a try to check if it's fixed? If not, please send another /bugreport so we can try to analyze with the added information.

@ghost ghost added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Jun 15, 2022
@ghost
Copy link

ghost commented Jun 15, 2022

Hi there!

We need a bit more information to really debug this issue. Can you add a "Report Bug" zip file here? You right click on our system tray icon and just go to report bug. Then drag the zipfile from your desktop onto the GitHub comment box in this issue. Thanks!
Report Bug

@ghost ghost removed the Needs-Team-Response An issue author responded so the team needs to follow up label Jun 15, 2022
@ghost
Copy link

ghost commented Jun 15, 2022

Hi there!

We need a bit more information to really debug this issue. Can you add a "Report Bug" zip file here? You right click on our system tray icon and just go to report bug. Then drag the zipfile from your desktop onto the GitHub comment box in this issue. Thanks!
Report Bug

@jessegood
Copy link

jaimecbernardo
Thanks, the update fixed the issue. Still puzzled as why it was overflowing as I checked and it is returning a positive number.

@jaimecbernardo
Copy link
Collaborator

Thanks for the feedback @jessegood .
It might not have been the overflow.
It might've been that your PC was too fast and time was being initialized at -1 so perhaps PowerToys Run was trying to run this at a TickCount below 300ms.

@jaimecbernardo jaimecbernardo removed the Status-In progress This issue or work-item is under development label Jun 17, 2022
@jaimecbernardo jaimecbernardo added Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release. and removed Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something labels Jun 17, 2022
@daima3629
Copy link
Author

Hello everyone, we've just released https://github.com/microsoft/PowerToys/releases/tag/v0.59.1 and there's some added logs there and potential fixes for this. Could you please give it a try to check if it's fixed? If not, please send another /bugreport so we can try to analyze with the added information.

Sorry for the very late response.
I updated my PowerToys and finally the issue was completely fixed!
Thank you so much @jaimecbernardo !

@crutkas
Copy link
Member

crutkas commented Jul 22, 2022

We released 0.60.1 and this is included in it! https://aka.ms/installpowertoys

@crutkas crutkas closed this as completed Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Something isn't working Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release.
Projects
None yet
Development

No branches or pull requests

4 participants