Results 144 comments of sp00n

For some mysterious reason scrolling is working for me in the local developer version again. But I have no idea why, because I haven't even touched this. 😵

Can you also upload the log file?

Looking at that reminds me that I should add back in the actual CPU being used as well. So which CPU was this with? Normally your modification should work, but...

Ok, that shouldn't have happened then. You can try to run with your modification, but it might throw an error when setting the CO values as well. Additionally you could...

Ok, so it's an error message from [ZenStates-Core](https://github.com/irusanov/ZenStates-Core/blob/master/AOD.cs#L171). It apparently can't find the [RSDP signature](https://wiki.osdev.org/RSDP), whatever that means exactly. Maybe open an issue on [ZenStates-Core](https://github.com/irusanov/ZenStates-Core/issues) itself and provide information about...

Yes, I've thought about that as well. It does need some careful thought so that it doesn't run into an infinite loop between two values though. Basically it needs to...

Part of that issue is being addressed with the new `setVoltageOnlyForTestedCore` setting, which will set the negative CO value only for the currently tested core. So at least other cores...

The new 0.11 alpha already has this setting, it will set all the other cores to 0 CO while the core currently being tested is set to whatever was defined...

Hm. Does it work with a different stress test program like Prime95 or Linpack? Also, does it work if you run it from a different directory not on your desktop,...

Yes, it seems that Microsoft has now finally decided to drop the hammer on the old WinRing0 driver. CoreCycler uses the [ZenStates-Core](https://github.com/irusanov/ZenStates-Core) library from [irusanov](https://github.com/irusanov) (which is also used in...