You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this issue on every update but it's because the app doesnt close fast enough so the file is still in use when the updater runs. What I do is click into the terminal window of the update to pause it (b/c windows console pauses the script when you focus into the console) then wait a few seconds. Works every time but seems like the updater script should make sure the app closes before continuing.
Describe the bug
I put the FanControl files in my
C:\Program Files
directory.Mitigation:
Right click the affected file (Emoji.Wpf.dll) -->
Properties
-->Security
tab -->Edit...
-->Allow "Full control" for
ALL APPLICATION PACKAGES
.Then repeat with all files until the update succeeds. This was 5 files for me:
C:\Program Files\FanControl\Emoji.Wpf.dll
C:\Program Files\FanControl\FanControl.Plugins.dll
C:\Program Files\FanControl\FanControl.Plugins.dll
C:\Program Files\FanControl\Typography.GlyphLayout.dll
C:\Program Files\FanControl\Typography.OpenFont.dll
Is this a security/premssions faux pax? Probably. But it worked.
The text was updated successfully, but these errors were encountered: