AppleIntelInfo icon indicating copy to clipboard operation
AppleIntelInfo copied to clipboard

Problem with reporting Intel registers, v1.8e

Open ahmed-ais opened this issue 9 years ago • 2 comments

For some reason, REPORT_INTEL_REGS is set to 0 in AppleIntelInfo.h rendering the logIntelRegs setting in Info.plist useless. Overriding this value allow dumping the registers but with wrong values (0xffffffff). I've seen your words about this issue for Skylake but I'm running on Haswell and have the issue under both 10.11 and 10.12.

ahmed-ais avatar Oct 12 '16 08:10 ahmed-ais

Yes. To stop it from reporting errors/useless data.

If you want it, then you need to change the value in the header file and compile the kext yourself. Problem solved. I think. No?

Piker-Alpha avatar Oct 21 '16 20:10 Piker-Alpha

Thanks but I was able to figure this out and I got 0xffffffff registers problem mentioned in the issue post above. The weird thing is that even older versions of the kext that used to return correct registers values (back to v1.0) now fail to return anything but 0xffffffff. So I believe it's not something in your code that cases it but rather a problem with graphic driver maybe. Thanks for the support.

ahmed-ais avatar Oct 22 '16 04:10 ahmed-ais