Skip to content

Releases: sp00n/CoreCycler

v0.8.0.0 RC2

25 Mar 14:42

Choose a tag to compare

v0.8.0.0 RC2 Pre-release
Pre-release

Pre-release for version 0.8.0.0, only intended for beta testing.

v0.7.9.2

16 Mar 23:54

Choose a tag to compare

Some more bug fixing.

v0.7.9.1

16 Mar 22:33

Choose a tag to compare

Fixed a bug with the localized process counters

v0.7.9.0

12 Mar 23:54

Choose a tag to compare

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.

v0.7.8.9

12 Mar 00:09

Choose a tag to compare

Hopefully fixed the Performance Counter detection for good now.
Added a new "Huge" FFT size preset, which is now the default (8192K to max).

v0.7.8.6

09 Mar 18:32

Choose a tag to compare

Fixed a bug with the numberOfThreads setting not working

v0.7.8.5

09 Mar 16:03

Choose a tag to compare

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.

v0.7.8.1

08 Mar 15:34

Choose a tag to compare

Small bug fix, one of the error messages when the Performance Process Counter isn't available is now more informative.

v0.7.7

08 Mar 11:50

Choose a tag to compare

  • Fixed problems with non-english Windows versions
  • Checks if the Process Counter is available
  • Added a batch file which should re-enable the required Process Counter

v0.7.8

08 Mar 14:14

Choose a tag to compare

Removed the unnecessary restriction to .NET 3.5.
Added a check for .NET 3.5+.