Skip to content

Releases: sp00n/corecycler

v0.9.1.0

07 Sep 11:39
Compare
Choose a tag to compare

The previous release had problems with 2 threads, fixed these.

v0.9.0.0

09 May 13:20
Compare
Choose a tag to compare

Added support for Prime95 versions 30.7 and above.
Also updated the included Prime95 version to 30.8b15.
For more recent Prime95 versions the FFT size where an error happened is provided in the log file (it wasn't before), so this information is now used if available. No more guesstimating.

v0.8.2.5

30 Apr 19:39
Compare
Choose a tag to compare

Bugfix release:
Some languages like Turkish converted some letters (like the i in "PRIME95") to their localized counterparts when converting to lower case (i.e. "prıme95" instead of "prime95"), which resulted in errors. This is hopefully fixed now.

v0.8.2.4

10 May 23:57
Compare
Choose a tag to compare

Fixed the check if the stress test program is supported.
Also fixed the check if the selected test mode is supported.

v0.8.2.2

08 May 20:14
Compare
Choose a tag to compare

No functional changes, but more detailed information when a Process Performance Counter error has occurred.

v0.8.2.1

06 May 15:40
Compare
Choose a tag to compare
  • Fixed a problem when the script was inside a directory path that contained a space
  • Also fixed errors when the logs directory didn't exist (it is now automatically created)

v0.8.2.0

03 May 21:25
Compare
Choose a tag to compare
  • Apparently there was a bug in Prime v30.4 & 30.5 that could lead to incorrect fatal errors. Updated to Prime 30.6 build 4, which should have fixed this issue according to the developer (see here: https://www.mersenneforum.org/showpost.php?p=577388&postcount=274)
  • Added a final summary when terminating the script
  • The script now prevents sleep/hibernate/standby while it is running

v0.8.1.0

25 Apr 18:10
Compare
Choose a tag to compare
  • Added an auto option for the runtimePerCore setting. With this option all FFT sizes of the selected preset will be tested for one core before it continues to the next core, where it will also test all the FFT sizes, etc.
    For y-Cruncher and Aida64 the "auto" mode uses a fixed runtime of 10 minutes per core due to the lack of detectable progress.
  • You can now also enter a custom FFT range for the FFTSize setting in the Prime95 section, e.g. something like 36-1344. This eliminates the need to use the CUSTOM mode to define a custom FFT range (although you can still use the CUSTOM mode of course).
  • The verbosityMode setting has been renamed to logLevel
  • The script should now also work if started as an administrator
  • Fixed a couple of bugs with case sensitivity and trailing spaces in the config file
  • Rewrote the error detection for Prime95 log files, hopefully with more accurate detection
  • Improved error detection when CPU usage was too low

v0.8.1.0 RC5

18 Apr 21:21
Compare
Choose a tag to compare
v0.8.1.0 RC5 Pre-release
Pre-release

The script should now also work when started as an administrator.
Fixed a bug with the name of the log file.

This should be the final release before v0.8.1.0, i.e. if no other bugs are found, no changes will be made.

v0.8.1.0 RC4

15 Apr 21:44
Compare
Choose a tag to compare
v0.8.1.0 RC4 Pre-release
Pre-release

Fixed a problem when settings in the config.ini had trailing white spaces.