Advaith3600 / PowerToys-Run-Currency-Converter

PowerToys Run plugin which will convert real and crypto currencies.
106 stars 5 forks source link

Failed to load plugin #1

Closed hlaueriksson closed 6 months ago

hlaueriksson commented 6 months ago

Hi!

After installing the plugin and restarting PowerToys I get this error:

Message: Can't create instance for <Currency Converter> in C:\Users\<user>\AppData\Local\Microsoft\PowerToys\PowerToys Run\Plugins\currency-converter\PowerToysRunCurrencyConverter.dll

Exception full name  : System.Reflection.TargetInvocationException
Exception message    : Exception has been thrown by the target of an invocation.
Exception stack trace:
   at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions)
   at Wox.Plugin.PluginPair.CreatePluginInstance()
Exception source     : System.Private.CoreLib
Exception target site: System.Object CreateInstanceDefaultCtor(Boolean, Boolean)
Exception HResult    : -2146232828

Exception full name  : System.ArgumentException
Exception message    : Customized cultures cannot be passed by LCID, only by name. (Parameter 'culture')
Exception stack trace:
   at System.Globalization.RegionInfo..ctor(Int32 culture)
   at PowerToysRunCurrencyConverter.Main..ctor() in C:\Users\advai\AppData\Local\Microsoft\PowerToys\PowerToys Run\Plugins\PowerToysRunCurrencyConverter\PowerToysRunCurrencyConverter\Main.cs:line 24
   at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions)
Exception source     : System.Private.CoreLib
Exception target site: Void .ctor(Int32)
Exception HResult    : -2147024809
Advaith3600 commented 6 months ago

Hey @hlaueriksson, thank you for your feedback. A potential fix for this is rolled out in v1.0.2. Please try installing the new version.

hlaueriksson commented 6 months ago

The fix works like a charm 🚀