microsoft / PowerToys

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

Error opening Powertoys #6697

Closed newk closed 4 years ago

newk commented 4 years ago

ℹ Computer information

Version: 0.21.1.0 OS Version: Microsoft Windows NT 10.0.20215.0 IntPtr Length: 8 x64: True Date: 09/18/2020 12:09:27 Exception: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Could not load file or assembly 'Wox.Plugin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) at System.Reflection.RuntimeModule.GetTypes() at System.Reflection.Assembly.GetTypes() at Wox.Core.Plugin.PluginsLoader.<>cDisplayClass2_1.b1() at Wox.Infrastructure.Stopwatch.Debug(String message, Action action) at Wox.Core.Plugin.PluginsLoader.CSharpPlugins(List1 source) at Wox.Core.Plugin.PluginsLoader.Plugins(List1 metadatas, PluginSettings settings) at Wox.Core.Plugin.PluginManager.LoadPlugins(PluginSettings settings) at PowerLauncher.App.<>cDisplayClass16_0.b1() 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 'Wox.Plugin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. File name: 'Wox.Plugin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'

📝 Provide detailed reproduction steps (if any)

  1. Open power toys

✔️ Expected result

Opens without errors

❌ Actual result

This error is shown

Aaron-Junker commented 4 years ago

Have you tried to reinstall PowerToys?

newk commented 4 years ago

Yes, and the problem persisted. I had to uninstall, delete the powertoys folder on program files folder, and reinstall. Now it's ok.TY

Aaron-Junker commented 4 years ago

Why have you closed this issue? The bug isnt fixed yet

crutkas commented 4 years ago

so this was we believe an installer issue. Files that should have been removed weren't and we hit a version conflict of an out of date file that wasn't versioned properly.

crutkas commented 4 years ago

This is #5471