microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
109.9k stars 6.48k forks source link

Error on windows startup #6173

Closed cycophyp closed 4 years ago

cycophyp commented 4 years ago

2020-08-26.txt

ℹ Computer information

📝 Provide detailed reproduction steps (if any)

  1. Right on startup, your "PT Run got an error" screen pops up
  2. PowerToys is still running and working
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.18363.0
IntPtr Length: 8
x64: True
Date: 08/26/2020 10:19:35
Exception:
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load file or assembly 'Microsoft.PowerToys.Settings.UI.Lib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Das System kann die angegebene Datei nicht finden.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at System.Reflection.Assembly.GetTypes()
   at Wox.Core.Plugin.PluginsLoader.<>c__DisplayClass2_1.<CSharpPlugins>b__1()
   at Wox.Infrastructure.Stopwatch.Debug(String message, Action action)
   at Wox.Core.Plugin.PluginsLoader.CSharpPlugins(List`1 source)
   at Wox.Core.Plugin.PluginsLoader.Plugins(List`1 metadatas, PluginsSettings settings)
   at Wox.Core.Plugin.PluginManager.LoadPlugins(PluginsSettings settings)
   at PowerLauncher.App.<>c__DisplayClass16_0.<OnStartup>b__1()
   at Wox.Infrastructure.Stopwatch.Normal(String message, Action action)
   at PowerLauncher.App.OnStartup(Object sender, StartupEventArgs e)
   at System.Windows.Application.OnStartup(StartupEventArgs e)
   at System.Windows.Application.<.ctor>b__1_0(Object unused)
   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)
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.PowerToys.Settings.UI.Lib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Das System kann die angegebene Datei nicht finden.
File name: 'Microsoft.PowerToys.Settings.UI.Lib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
crutkas commented 4 years ago

Tracked in #5471