Rem0o/FanControl.HWInfo

Value not parsed

Reveller500 opened this issue · 2 comments

Hi,

I get this error in the FanControl log when trying to fetch temperatures from HWinfo: "Value not parsed: 33,5". Values from HWinfo show as "NaN" in FanControl. If I change from comma decimal separator to dot in HWinfo setting the error disappears. But I wish to use comma decimal. Anything that can be solved in future update?
I'm on version 154 and HWinfo64 v7.42-5030 with "shared memory" disabled and gadget active.

Thanks for a fantastic software!
Kind regards

Rem0o commented

See

private static CultureInfo _format = new CultureInfo("en-us");

Thank you for the speedy reply. Could you please offer some guidance on how I can use this info?