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

FATAL ERROR: Could not set the affinity to Core 8 (CPU 16) #63

Closed AlmighalX closed 4 months ago

AlmighalX commented 4 months ago

Hi, I get this error only in core 8, with prime95 and also ycruncher

FATAL ERROR: Could not set the affinity to Core 8 (CPU 16)

I have a 7800x3d and msi x670e motherboard

Why? how do I solve it?

sp00n commented 4 months ago

Can you post your config and the log file?

AlmighalX commented 4 months ago

sure

CoreCycler_2024-02-29_23-06-29_YCRUNCHER_00-X86.log

config.ini.txt

sp00n commented 4 months ago

Ah. The core / CPU numbering starts with 0, to match the ordering in the BIOS and Task Manager. You've started with 1 up 8, which of course is then one core too much for an 8 core CPU. You would need to go from 0 to 7.

Note that it's also mentioned in the config file:

The enumeration of cores starts with 0

AlmighalX commented 4 months ago

so in the config for example do I have to put 0, 1, 2, 3, 4, 5, 6, 7 to get them all in order?

sp00n commented 4 months ago

Yes. Also for this order you could use the Sequential shortcut, which will do the same. The other shortcuts would be Default, Alternate, and Random. The explanation is in the config file.

AlmighalX commented 4 months ago

Thank you so much