Skip to content

Releases: integralfx/MemTestHelper

MemTestHelper v2.2.0

08 Nov 01:05
dc3da31
Compare
Choose a tag to compare
  • Update for HCI MemTest 6.4
  • Added 'Verbose logging' option
  • MemTests should now consistently minimise on startup
  • MemTest dimensions are now dynamically retrieved
    • The HCI MemTest window size can change depending on the user's locale
    • Thanks @Chicos123 for finding this
  • X/Y offsets now don't automatically centre when starting MemTestHelper or when changing the number of threads or rows
  • Added timeout input
    • Increase default timeout to 10 seconds
    • This means MemTestHelper will try to find the message boxes for 10 seconds before giving up
  • Update coverage after stopping
    • MemTest instances can take some time to stop causing the coverage to increase

MemTestHelper v2.1.0

03 Nov 03:52
6b1272e
Compare
Choose a tag to compare
  • Added a logger to make it easier to debug issues
  • Somehow fixed issue #3 in the process
    • Thanks sp3tan#3196 for helping out with this
  • To migrate your settings from v2.0.2, open v2.0.2's MemTestHelper2.exe.Config and copy paste all the values inside <appSettings> to inside v2.1.0's MemTestHelper2.exe.Config <appSettings>

MemTestHelper v2.0.2

27 Sep 05:49
Compare
Choose a tag to compare
  • Coverage is now the average coverage of all instances
  • Speed is now the average speed of all instances

MemTestHelper v2.0.1

27 Jul 12:07
Compare
Choose a tag to compare
  • Fixed a bug that caused MemTests to not start minimised
  • Hopefully automatically closes all nag message boxes now
  • Now uses a more robust config solution
  • Other minor bug fixes

MemTestHelper v2.0.0

09 May 06:26
5a573dd
Compare
Choose a tag to compare
  • Redesigned GUI
  • Cleaned up code
  • Some other changes I forgot

MemTestHelper v1.9.6

08 May 02:06
1e78567
Compare
Choose a tag to compare
  • Thread that caught an error will now be red
  • Clicks 'No' on the message box, when an error has been found
  • Centred contents on About tab

MemTestHelper v1.9.5

03 May 04:44
8db2d68
Compare
Choose a tag to compare
  • Now (only) works with official HCI MemTest 6.1
  • Fixed a bug that caused number of rows dropdown to display incorrect values

MemTest Helper v1.9.4

23 Mar 00:49
5fef3a7
Compare
Choose a tag to compare
  • Fixed a bug that would cause coverage to be misread on systems that use a comma as their decimal point (thanks QQ#9198)
  • Fixed a bug that would cause MemTest instances to not start when 'Start minimised' is unchecked
  • Reverted calculation of free RAM
  • Fixed flickering of coverage and error info list
  • Estimated now shows time to total coverage rather than average coverage

MemTest Helper v1.9.3

20 Feb 06:21
3276c37
Compare
Choose a tag to compare
  • Manually resizing MemTestHelper now also changes the window height control
  • Fixed an issue that would cause MemTestHelper to crash on startup (thanks Afya#8097)
  • Fixed calculation of free RAM (thanks Rimiu#6077)

MemTest Helper v1.9.2

07 Feb 05:37
57248f2
Compare
Choose a tag to compare
  • Fixed a bug where each row in the coverage info list didn't match up with its corresponding MemTest instance
  • Added a config file that is automatically loaded and saved
  • Height of MemTestHelper can now be adjusted to show all rows of the coverage info list (suggested by yazMo#8224)