CPUID Crash

Hi,
I'm not a c++ developer and I'm using this program
https://github.com/kohachiro/CPUID/blob/master/cpucount/CpuCount.cpp
To list information about the CPU in several servers.

Most of them work OK, but in some I'm getting a crash.

From one of the server I got the message expressed in line 92
// CPUID does not report leaf 4 information

And then the application crashes at line 162...

How can I solve this and How to change the code so it can handle these exceptions without crashing

Thank you.
Topic archived. No new replies allowed.