Rem0o / FanControl.Releases

This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
Other
14.6k stars 455 forks source link

Kraken plugin not being recoignised #2827

Closed zefrogi closed 3 weeks ago

zefrogi commented 4 weeks ago

If you are experiencing a crash 12/11/2024 17:45:43: Unhandled exception in FanControl v207.0.0.0 12/11/2024 17:45:43: LogUnhandledException - System.IO.InvalidDataException: End of Central Directory record could not be found. at System.IO.Compression.ZipArchive.ReadEndOfCentralDirectory() at System.IO.Compression.ZipArchive.Init(Stream stream, ZipArchiveMode mode, Boolean leaveOpen) at FanControl.Domain.PluginService.InstallPlugin(String zipFilePath) at FanControl.ViewModels.SensorSettingsViewModel.d62.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at FanControl.MVVM.AsyncCommand.d9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at FanControl.MVVM.AsyncCommand.d__9.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 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)

Describe the bug I download the Kraken plugin https://github.com/brokenmass/Fancontrol.NzxtKraken but it doesn't appear at the 'Install Pluing...' selection window.

If I'm quick enough as it appears for a second, there is is the error below: image

I tried to move the plugin to another folder, Documents, FanControl but no luck.

Is there a log.txt file next to FanControl.exe with recent date entries?

Relevant hardware specs and setup [Laptops and most proprietary pre-built desktops are not supported.]

Rem0o commented 4 weeks ago

The "install plugin" dialog only supports .zip for now. Just manually copy the dll over the plugin folder of the application.

zefrogi commented 4 weeks ago

I downloaded the dll and copied it over to the plugin folder, but now get this error:

image

Rem0o commented 3 weeks ago

As the message says, right click the dll -> properties -> unlock.

zefrogi commented 3 weeks ago

Of course! Thanks for help RemOo!