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
Added a new "skipOnError" setting, which defaults to 1. If set, will skip the core that has thrown an error during the following iterations. If not set, it will display the amount of errors each core has thrown so far.
Added a "verbosityMode" setting which displays additional information either in the log file or also in the terminal.
Added a "delayBetweenCycles" setting, which will set the CPU to idle for the specified time during core tests. Only works in conjunction with "restartPrimeForEachCore = 1".
Improved the detection of the correct Prime95 window instance if more than one window with the same name ("Prime95") is open (e.g. an Explorer window within a folder labeled "Prime95").
Reworked how the error decetion works. The check interval is now 10 seconds, and the script checks the results.txt file for an error in the last 3 lines. Only if it finds no error it will proceed to check the CPU usage. Also increased the delay between the first CPU power check and the second one to 2000ms instead of 1000.
Fixed an FFT size detection error when the results.txt had no "passed" entry yet.