Results 144 comments of sp00n

A Linux distro would be too much, there are quite a few Windows specific routines that I query during the runtime of the script. While PowerShell itself seems to run...

It seems that your chip may just need a higher voltage for the PBO to work correctly. Since PBO is considered overclocking and technically voids your warranty, AFAIK it's not...

Huh. The error message `Internal performance counter API call failed.` is nothing generated by CoreCycler itself, apparently there was an error while querying the performance counter for checking the CPU...

Did you execute the `enable_performance_counter.bat` in the /troubleshooting folder? If yes, can you paste the output when you execute this code in a Powershell terminal? ```powershell function Get-PerformanceCounterIDs { param...

Hm. It doesn't find the localized string for `% Processor Time` with the performance counter ID 6268. The other two are identified fine. It does find the English string within...

I may have a possible fix for this issue. Can you run this script: ```powershell function Get-PerformanceCounterIDs { param ( [Parameter(Mandatory=$true)] [Array] $englishCounterNames ) $key = 'Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\009' $allCounters =...

> > > Sorry to reopen this issue. But it seems like I have a very similar problem. > ![grafik](https://user-images.githubusercontent.com/10552053/126384546-48f2b9e9-598a-4659-b70b-1c5a6f5b79f3.png) > I tried the manual approach to enable the counter...

@boucz The English registry key contains French strings? That sounds really weird, `Perflib\009` should always contain the English strings. I can only test this by installing language packs, so it's...

What is the option for the output file? The v8 branch has support for y-cruncher, but I couldn't find a way to generate a log file for it.