AppleIntelInfo
AppleIntelInfo copied to clipboard
Problem with reporting Intel registers, v1.8e
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.
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?
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.