sp00n / corecycler

Script to test single core stability, e.g. for PBO & Curve Optimizer on AMD Ryzen or overclocking/undervolting on Intel processors
Other
663 stars 30 forks source link

Core cycler not working at all #41

Closed Braveheart0707 closed 1 month ago

Braveheart0707 commented 1 year ago

I was using and running core cycler just fine yesterday after running it for few hours.

But today when i start it again, its just a blank CMD prompt screen with no error message at all.

I tried the reset performance counter bat file too, didn't help.

Could it be that i exited the program incorrectly last time?

What is the correct way to stop the test? i simply closed the program/prime 95 windows.

sp00n commented 1 year ago

You should be able to exit the script any way you want. I did add a CTRL+C command, but that's just a convenience, because it then also tries to automatically close the stress test program. Otherwise you have to exit it yourself, but it works just the same without corrupting anything.

Do you have a screenshot? Does it create any log file output?

Braveheart0707 commented 1 year ago

Nothing, no log file, just a blank CMD terminal screen.

Braveheart0707 commented 1 year ago

image

sp00n commented 1 year ago

No idea what's going on here. 😵 You could try to start the script-corecycler.ps1 file from a PowerShell command line terminal instead of executing the .bat file. Shift+Rightclick on an empty space in the directory should give you a "Open PowerShell here" menu option, otherwise you could simply start a PowerShell window from the Start Menu. Then you just enter the first few letters of the file name and hit tab, then hit Return.

You could also try to increase the log level for the output from 2 to 4 in the config.ini (the setting logLevel).

sp00n commented 1 month ago

Closing due to inactivity