sp00n
sp00n
And another FYI, I updated the BIOS now, which includes AGESA ComboAM4v2PI 1.2.0.A, and the PBO tab now correctly displays the CO values from the BIOS. The 0x48 also returns...
It works for me in Thunderbird 68.10.0 Win x64, but I have to manually enable the Quick Filter Toolbar in the "View" menu setting. It doesn't automatically show up anymore.
Huh, that's a weird one. The code block mentioned there is importing some C#/.NET code to try to prevent a shutdown while the script is running, and while importing that...
Did you figure this one out?
Apparently you did. 🙃
I've now created a pull request, which should fix this issue: https://github.com/jmarucha/FanControl.Liquidctl/pull/36
Ok, after digging further, the new liquidctl version returns a string value for a status entry (_"Fan x control mode"_), whereas the DLL only expects float values there: `Log entry`:...
I fixed this issue by replacing `public float? value { get; set; }` with `public dynamic value { get; set; }` There are other issues however, the current plugin can't...
I also just noticed that the link to the AMD thread further down links to the one for Intel and vice versa.
Huh. You could try to disable the update check in the config.ini by setting `enableUpdateCheck = 0` within the `[Update]` section. Do you maybe need a proxy/VPN to access Github?...