hi,
Just tried the latest Forager code (cloned from github), as MegaMiner seems abandoned.. there are, however, some issues.
There are a couple error messages repeated before every new interval:
Cannot index into a null array.
At C:\miner\Forager\Include.ps1:425 char:17
+ ... $PnpDeviceProperties = ($PnpDevices | Where-Object {$Vend ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : NullArray
Doesn't seem to cause any problems, though.
However on two out of three systems I tested, one hard crashes, and one goes into an endless error loop, something like "cannot kill process "IDLE". Unfortunately the error is not written into the log, have to catch and copy it again.
This is all on Nvidia rigs where MegaMiner has been running fine and stable for many months.