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

Powertoys Run: System.InvalidOperationException: Cannot start process because a file name has not been provided. #18782

Closed
1 task
jessegood opened this issue Jun 11, 2022 · 3 comments
Labels
Issue-Bug Something isn't working Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@jessegood
Copy link

Microsoft PowerToys version

0.59.0

Running as admin

  • Yes

Area(s) with issue?

PowerToys Run

Steps to reproduce

  1. Ctrl + Alt
  2. Type something to trigger browser search and hit Enter

Bug Report:
PowerToysReport_2022-06-12-06-15-22.zip

According to #15384 this was fixed in 0.55.0, but I am using 0.59.0.
I am using Chrome and on startup a profile selector appears. This issue seems to have started occurring within the last few weeks.

✔️ Expected Behavior

I would expect search to work

❌ Actual Behavior

An error occurs

Other Software

No response

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

[2022-06-12 06:13:30.2335] [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-12 06:13:30.2498] [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_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.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawKeyboardActions actions, Int32 scanCode, Boolean isExtendedKey, Boolean isSystemKey, Int32 virtualKey)
   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)

Environment

  • Command Line: "C:\Program Files\PowerToys\modules\launcher\PowerToys.PowerLauncher.dll" -powerToysPid 19164 --started-from-runner
  • Timestamp: 06/12/2022 06:13:30
  • Wox version: 0.59.0.0
  • OS Version: Microsoft Windows NT 10.0.19043.0
  • IntPtr Length: 8
  • x64: True
  • CLR Version: 6.0.5
  • Installed .NET Framework:
    • v2.0.50727 2.0.50727.4927 SP2
    • v3.0 3.0.30729.4926 SP2
    • v3.5 3.5.30729.4926 SP1
    • 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)
  • PowerToys.Interop, Version=0.59.0.0, Culture=neutral, PublicKeyToken=null (C:\Program Files\PowerToys\modules\launcher\PowerToys.Interop.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.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)
  • 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)
  • 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)
  • 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)
  • 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)
  • Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\6.0.5\Accessibility.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)
  • 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.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)
  • 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

/dup #18761

Can you please follow the instructions here and add the info to that other issue?
#18761 (comment)

@ghost
Copy link

ghost commented Jun 12, 2022

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!

@ghost ghost closed this as completed Jun 12, 2022
@ghost ghost added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jun 12, 2022
This issue was closed.
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 Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

2 participants