Skip to content

Releases: sp00n/corecycler

v0.10.0.0alpha5 (Release Candidate)

02 Nov 14:57
Compare
Choose a tag to compare
Pre-release

alpha5:

  • Fixed a bug that prevented the automatic test mode to resume the test if the crash happened on core 0 (fixes #89)

alpha4:

  • Fixed a bug with Linpack's path AGAIN
  • The Automatic Test Mode unfortunately doesn't work with Ryzen 9000

alpha3:

  • Added config presets for Automatic Test Mode
  • Fixed a bug where Linpack wouldn't start from a directory including a space (fixes #84)
  • Fixed a bug where resuming after a crash with a "default" coresToTest order would result in an index out of bounds error (fixes #85)
  • Also it didn't resume on the crashed core
  • The config file's content is now put into the log file for easier debugging
  • Fixed a bug where the log file for y-cruncher was actually using the naming scheme for Linpack (under unclear circumstances, but it happened at least once)
  • Fixed a bug when the update check doesn't return any output at all (fixes #83)

alpha2:

  • Fixed a bug with the detection of the starting values (see #79)

alpha1:

  • Added an automated test mode with automatic Curve Optimizer / voltage offset adjustment on error
  • Added the possibility to automatically resume the script after a reboot via a Scheduled Task
  • A WHEA warning/error can now be treated as a "real" error if the APIC ID matches the tested core
  • See the default.config.ini for the new settings

v0.10.0.0alpha4

10 Sep 23:56
Compare
Choose a tag to compare
v0.10.0.0alpha4 Pre-release
Pre-release
  • Added an automated test mode with automatic Curve Optimizer / voltage offset adjustment on error
  • Added the possibility to automatically resume the script after a reboot via a Scheduled Task
  • A WHEA warning/error can now be treated as a "real" error if the APIC ID matches the tested core
  • See the default.config.ini for the new settings
  • Fixed a bug with the detection of the starting values (see #79)
  • Added config presets for Automatic Test Mode
  • Fixed a bug where Linpack wouldn't start from a directory including a space (fixes #84)
  • Fixed a bug where resuming after a crash with a "default" coresToTest order would result in an index out of bounds error (fixes #85)
  • Also it didn't resume on the crashed core
  • The config file's content is now put into the log file for easier debugging
  • Fixed a bug where the log file for y-cruncher was actually using the naming scheme for Linpack (under unclear circumstances, but it happened at least once)
  • Fixed a bug when the update check doesn't return any output at all (fixes #83)
  • Fixed a bug with Linpack's path AGAIN
  • The Automatic Test Mode unfortunately doesn't work with Ryzen 9000

v0.10.0.0alpha3

06 Sep 00:24
Compare
Choose a tag to compare
v0.10.0.0alpha3 Pre-release
Pre-release
  • Added an automated test mode with automatic Curve Optimizer / voltage offset adjustment on error
  • Added the possibility to automatically resume the script after a reboot via a Scheduled Task
  • A WHEA warning/error can now be treated as a "real" error if the APIC ID matches the tested core
  • See the default.config.ini for the new settings
  • Fixed a bug with the detection of the starting values (see #79)
  • Added config presets for Automatic Test Mode
  • Fixed a bug where Linpack wouldn't start from a directory including a space (fixes #84)
  • Fixed a bug where resuming after a crash with a "default" coresToTest order would result in an index out of bounds error (fixes #85)
  • Also it didn't resume on the crashed core
  • The config file's content is now put into the log file for easier debugging
  • Fixed a bug where the log file for y-cruncher was actually using the naming scheme for Linpack (under unclear circumstances, but it happened at least once)
  • Fixed a bug when the update check doesn't return any output at all (fixes #83)

v0.10.0.0alpha2

05 Aug 12:24
Compare
Choose a tag to compare
v0.10.0.0alpha2 Pre-release
Pre-release

Fixed a bug with the detection of the starting values (see #79)

v0.10.0.0alpha1

05 Aug 00:41
Compare
Choose a tag to compare
v0.10.0.0alpha1 Pre-release
Pre-release
  • Added an automated test mode with automatic Curve Optimizer / voltage offset adjustment on error
  • Added the possibility to automatically resume the script after a reboot via a Scheduled Task
  • A WHEA warning/error can now be treated as a "real" error if the APIC ID matches the tested core
  • See the default.config.ini for the new settings

v0.9.6.2

28 Jul 01:05
Compare
Choose a tag to compare

Minor bug fixed when only a single core was selected and a random test order was chosen.
Also fixed a bug if no valid core to test could be selected.

v0.9.6.1

26 Jul 22:46
Compare
Choose a tag to compare
  • Added a new useConfigFile setting, which allows you to quickly change between various config files
    • Some predefined config files are available in the /configs/ directory
    • This also inlcudes the default.config.ini file, which has been moved there from the main directory
  • Updated y-cruncher to v0.8.5.9543, which includes the new Zen 5 (Ryzen 9000) optimizations
    • It also introduces two new tests (SFTv4 and FFTv4)
  • Included Linpack as a new stress test program. Use LINPACK in the stressTestProgram setting to activate it
    • Settings for it can be found in the [Linpack] section
    • Linpack includes four different versions (2018, 2019, 2021, 2024) and five different test modes (SLOWEST, SLOW, MEDIUM, FAST, FASTEST)
    • SLOW to MEDIUM modes are some variation of SSE and FMA instructions (unclear which exactly), while FAST uses AVX, and FASTEST AVX2 instructions
    • Only for version 2018 and 2019 you can set the mode, anything newer (2021 and 2024) automatically defaults to FASTEST without any way to change it
    • Version 2018 is the Linpack binary that is also used in Linpack Xtreme 1.1.5
  • There's now an update check, which will inform you if there's a new version available
    • It can be configured with the enableUpdateCheck and updateCheckFrequency settings in the [Update] section
  • Some additional debug output and new fancy boxes
  • General bug fixes
  • 0.9.6.0 included a debug exit for Linpack, which I forgot to remove

v0.9.5.3

15 Jul 14:10
Compare
Choose a tag to compare

Bugfix release:
Not all tests were correctly applied when you selected YCRUNCHER_OLD as the stress test. Fixed this.
Also added a dedicated error message when trying to use 00-x86 as the test mode for the new (default) y-Cruncher, informing the user that 04-P4P is now the new minimum test mode, and that the tests also need to be adjusted accordingly.

No other changes.

v0.9.5.2

30 Jun 13:41
Compare
Choose a tag to compare

Fixed a bug where languages others than English(?) caused the display of an error message when checking if the Windows Event Log Source for CoreCycler already exists

v0.9.5.1

30 Jun 01:53
Compare
Choose a tag to compare
  • Fixed a bug when only a single core was selected to being tested
  • Fixed a bug when one of the checked .NET installations registry keys couldn't be found
  • Added functionality to also add a Custom View to the Windows Event Log to more easily find the CoreCycler Event Log entries