sp00n / corecycler

Script to test single core stability, e.g. for PBO & Curve Optimizer on AMD Ryzen or overclocking/undervolting on Intel processors
Other
663 stars 30 forks source link

FATAL ERROR: A counter with a negative denominator value was detected. #44

Closed mooman219 closed 1 year ago

mooman219 commented 1 year ago
FATAL ERROR:
A counter with a negative denominator value was detected.
At D:\Programs\CoreCycler\script-corecycler.ps1:3477 char:53
+ ... h]::Round(((Get-Counter $processCounterPathTime -ErrorAction Ignore). ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidResult: (:) [Get-Counter], Exception
    + FullyQualifiedErrorId : CounterApiError,Microsoft.PowerShell.Commands.GetCounterCommand

Log + config: https://gist.github.com/mooman219/17ada5cea809bee49d1e353504b4edb5

sp00n commented 1 year ago

Fun with Windows Performance Counters! If it doesn't happen again, it was just a fluke. Otherwise you could try to run the enable_performance_counter.bat file.

mooman219 commented 1 year ago

Sounds good thanks for the info!