Contribute
Register

[SUCCESS] Gigabyte Designare Z390 (Thunderbolt 3) + i7-9700K + AMD RX 580

It’s the other way around, but with some other caveats:
  • We start with the original firmware, modify a few bytes, and flash it back. Only the original firmware can provide the best compatibility. The firmware contains both (a) Intel Thunderbolt firmware and (b) Texas Instruments Power Delivery (PD) firmware. This is why we must modify the original firmware and flash it back.
  • For the Designare Z390 we only needed to compare the first 0x400 bytes of the active partition, which are all the bytes starting at active partition and stopping just before the DROM section.
  • Whether this will work in all cases is uncertain.
  • So how do we know what to modify? Well, one approach is to look at the closest Apple firmware.
  • Another approach is to determine what those bytes represent and make changes based on ‘first principles’.
  • When @Elias64Fr wakes up, I’ll ask him which approach he took. :)

Thank you @CaseySJ.
@Elias64Fr - Can you help modify the attached firmware please ? I tried modifying it on my own but failed. I can flash it onto the chip with a CH341A programmer.

ASRock z390 itx with Alpine Ridge JHL6240 Thunderbolt 3 chip and TPS65982 controller. Thunderbolt version is stock from ASRock NVM 14


P.S - I asked ASRock for a newer firmware version but haven't heard back from them
 

Attachments

  • ASRock_z390_itx_new.bin.zip
    105.8 KB · Views: 81
Last edited:
It’s the other way around, but with some other caveats:
  • We start with the original firmware, modify a few bytes, and flash it back. Only the original firmware can provide the best compatibility. The firmware contains both (a) Intel Thunderbolt firmware and (b) Texas Instruments Power Delivery (PD) firmware. This is why we must modify the original firmware and flash it back.
  • For the Designare Z390 we only needed to compare the first 0x400 bytes of the active partition, which are all the bytes starting at active partition and stopping just before the DROM section.
  • Whether this will work in all cases is uncertain.
  • So how do we know what to modify? Well, one approach is to look at the closest Apple firmware.
  • Another approach is to determine what those bytes represent and make changes based on ‘first principles’.
  • When @Elias64Fr wakes up, I’ll ask him which approach he took. :)
Take care !! Don't put Covid 19 into your firmware...
 
Here are the results.
I don't have force Power option on the thunderbolt section of the BIOS. I'll see if I can modify the BIOS using modified Grub shell.
I had changed the SSDT to RP21.

Edit: After examining the BIOS (4.40) using UEFITool and ifrextract I can see an option for GPI03 Force Pwr (at offset 0x4F0). I will set it to enable using the modified Grub and report back.Tried after setting up GPI03 Force Pwr to 0x01 in BIOS and same result as above.

Edit2: ASRock z390 itx with Alpine Ridge JHL6240 Thunderbolt 3 chip and TPS65982 controller. Thunderbolt version is stock from ASRock NVM 14 - Attached.
@mango1122 I can see your SSDT hasn't loaded because you've missed the attached settings in your config.plist. You'll have to change RP05 to RP21 in the first setting, use http://bmwtools.info/translator/ to do it (paste the data into the hex box, decode, change the text string in the text box then encode back to hex)
 

Attachments

  • config.plist
    2.2 KB · Views: 106
Last edited:
@mango1122 I can see your SSDT hasn't loaded because you've missed the attached settings in your config.plist. You'll have to change RP05 to RP21 in the first setting, use http://bmwtools.info/translator/ to do it (paste the data into the hex box, decode, change the text string in the text box then encode back to hex)

I should have provided more information. I had completed the step earlier. See attached.
<dict> <key>Comment</key> <string>change RP21._INI to RP21.XINI for ICM disable</string> <key>Enabled</key> <true/> <key>Find</key> <data>UlAyMQhMVFJaAAhPQkZaAAhMTVNMAAhMTlNMABQqX0lOSQ==</data> <key>Replace</key> <data>UlAyMQhMVFJaAAhPQkZaAAhMTVNMAAhMTlNMABQqWElOSQ==</data> </dict>

From RP21LTRZOBFZLMSLLNSL*_INI to RP21LTRZOBFZLMSLLNSL*XINI
 

Attachments

  • Screenshot 2020-03-17 at 5.15.14 PM.png
    Screenshot 2020-03-17 at 5.15.14 PM.png
    91.1 KB · Views: 96
  • Screenshot 2020-03-17 at 5.17.10 PM.png
    Screenshot 2020-03-17 at 5.17.10 PM.png
    344.8 KB · Views: 102
Last edited:
@CaseySJ

I just start DROM analysis for ThunderboltDROM improvement, This screen shot might help us. I have extracted these data from PciThunderbolt.efi driver :

View attachment 455018
  • Thunderbolt Support: enabled
  • Thunderbolt Usb support: enabled or disabled, up to you
  • Thunderbolt Boot support: disabled
  • Wake from Thunderbolt devices: try either enabled or disabled
  • GIPIO3 force pwr: enabled
  • Thunderbolt Security: No Security
We recommend the above settings for Thunderbolt on Designare Z390. UAD Apollo devices work quite well on this system.
  • Are you facing any problems with your Apollo Twin X?
  • Did you use this build guide for your Designare Z390?
Hello @CaseySJ

For now, I have the following and it seem the be functional :
  • Thunderbolt Support: enabled
  • Thunderbolt Usb support: disabled
  • Thunderbolt Boot support: disabled
  • Wake from Thunderbolt devices: disabled
  • GIPIO3 force pwr: enabled
  • Thunderbolt Security: User admin
 
@mango1122 Hmm, something's stopping the SSDT from loading. Do a system log search in Hackintool for 'ACPI' and it might show you what's stopping this from happening.
 
Thank you @CaseySJ.
@Elias64Fr - Can you help modify the attached firmware please ? I tried modifying it on my own but failed. I can flash it onto the chip with a CH341A programmer.

ASRock z390 itx with Alpine Ridge JHL6240 Thunderbolt 3 chip and TPS65982 controller. Thunderbolt version is stock from ASRock NVM 14


P.S - I asked ASRock for a newer firmware version but haven't heard back from them
Hi @mango1122

Could you try this file, I don't know if it will work because of many differencies from what I has been done for Titan ridge Designare ?
Don't forget to first time, don't use previous SSDT-TbtOnPch with many unadapted register configuration (It don't matter if you have PXSX and no other sub devices naming) and USE the GPIO3FrPwr to Enable :)

And Let me know results Plz :)
 

Attachments

  • ASRock_z390_itx_Patched.bin.zip
    106 KB · Views: 73
** Quick Comparative Analysis of Thunderbolt DROM and Thunderbolt Config **

When a real Mac contains more than one Thunderbolt controller, it provides an opportunity to compare ThunderboltDROM and ThunderboltConfig in a manner that facilities some amount of deciphering. In other words, comparative analysis can reveal the meaning of some of the bytes. The more Thunderbolt controllers a Mac has, the better our ability to draw conclusions.

How fortunate then that the 2019 Mac Pro 7,1 contains six Thunderbolt controllers. Yes six of the darn things! Thanks to @S1lla we are given an opportunity to study the differences.
...
@CaseySJ

Nice analysis and Let have a look to my previous post about CRC8 (1 byte) and CRC32 that include 5bytes
 
@mango1122 Hmm, something's stopping the SSDT from loading. Do a system log search in Hackintool for 'ACPI' and it might show you what's stopping this from happening.
Nothing in there - there are no debug calls in the SSDT to log.
@mango1122 Hmm, something's stopping the SSDT from loading. Do a system log search in Hackintool for 'ACPI' and it might show you what's stopping this from happening.

You are right there seems to be some error.

Timestamp (process)[PID]
2020-03-17 18:32:46.538692+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.538692+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.539843+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.539843+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.541739+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.541739+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.579103+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.579104+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.581026+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.581027+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.581895+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.581895+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.583761+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.583761+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.585634+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.585634+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.587498+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.587499+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.600119+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.600120+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.602378+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.602378+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.604272+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.604273+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.606860+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.606860+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.612529+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.612530+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.614394+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.614394+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.616860+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.616861+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.618721+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.618721+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.620589+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.620590+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.622820+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.622821+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.624685+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.624686+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.626568+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.626569+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.628815+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.628815+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.630688+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.630689+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.632575+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.632576+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.640711+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.640712+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.648854+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.648854+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.656942+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.656942+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.665024+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.665024+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.673071+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.673071+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.681109+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.681109+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.739080+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.739080+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.739217+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> 13 ACPI AML tables successfully acquired and loaded
2020-03-17 18:32:46.739217+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> 13 ACPI AML tables successfully acquired and loaded
2020-03-17 18:32:46.749220+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
2020-03-17 18:32:46.756326+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
2020-03-17 18:32:46.763865+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
2020-03-17 18:32:46.770780+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
2020-03-17 18:32:46.777540+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=5 LocalApicId=8 Enabled
2020-03-17 18:32:46.784208+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=6 LocalApicId=10 Enabled
2020-03-17 18:32:46.790859+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=7 LocalApicId=12 Enabled
2020-03-17 18:32:46.797439+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=8 LocalApicId=14 Enabled
2020-03-17 18:32:46.803962+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=9 LocalApicId=1 Enabled
2020-03-17 18:32:46.810421+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=10 LocalApicId=3 Enabled
2020-03-17 18:32:46.816905+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=11 LocalApicId=5 Enabled
2020-03-17 18:32:46.823264+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=12 LocalApicId=7 Enabled
2020-03-17 18:32:46.829524+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=13 LocalApicId=9 Enabled
2020-03-17 18:32:46.835669+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=14 LocalApicId=11 Enabled
2020-03-17 18:32:46.841796+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=15 LocalApicId=13 Enabled
2020-03-17 18:32:46.847864+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=16 LocalApicId=15 Enabled
2020-03-17 18:32:47.045958+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:47.045959+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:47.130454+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPIPlatformExpert::resolveSystemStateSupport()> ACPI: sleep states S3 S4 S5
2020-03-17 18:32:47.148051+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14
2020-03-17 18:32:47.148673+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14
2020-03-17 18:32:47.148678+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14
2020-03-17 18:32:47.148696+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14
2020-03-17 18:32:47.148701+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14
2020-03-17 18:32:47.148722+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14
2020-03-17 18:32:47.148727+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14
2020-03-17 18:32:47.155594+0800 localhost kernel[0]: PMRD: PMTrace found PCI host bridge PCI0->AppleACPIPCI
2020-03-17 18:33:09.129237+0800 localhost kernel[0]: (AppleGraphicsDeviceControl) <AppleGraphicsDeviceControl`AppleGraphicsDeviceControlClient::authorizeTask(AppleGraphicsDeviceControl*, task*, unsigned int)> AGDCC: Unauthorized client 'PerfPowerService' (IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2/AppleIntelFramebufferController/IntelFBClientControl)

Code:
Timestamp                       (process)[PID]   


2020-03-17 18:23:04.541258+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.541258+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.542408+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.542409+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.544303+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.544304+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.581659+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.581659+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.583583+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.583584+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.584451+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.584452+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.586318+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.586318+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.588190+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.588191+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.590055+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.590056+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.602674+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.602674+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.604931+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.604932+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.606827+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.606827+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.609414+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.609415+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.615076+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.615076+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.616944+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.616944+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.619410+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.619411+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.621272+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.621272+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.623141+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.623141+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.625379+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.625380+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.627240+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.627240+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.629123+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.629124+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.631369+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.631369+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.633243+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.633244+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.635131+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.635131+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.643282+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.643283+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.651429+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.651430+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.660450+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.660450+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.668560+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.668560+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.676640+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.676640+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.684716+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.684716+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.692673+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.692673+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.749759+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Error:


2020-03-17 18:23:04.749760+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Error:


2020-03-17 18:23:04.757727+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Exception: AE_ALREADY_EXISTS,


2020-03-17 18:23:04.757727+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Exception: AE_ALREADY_EXISTS,


2020-03-17 18:23:04.765816+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Exception: AE_ALREADY_EXISTS,


2020-03-17 18:23:04.765816+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Exception: AE_ALREADY_EXISTS,


2020-03-17 18:23:04.774455+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Error:


2020-03-17 18:23:04.774455+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Error:


2020-03-17 18:23:04.785001+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled


2020-03-17 18:23:04.792163+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled


2020-03-17 18:23:04.799766+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled


2020-03-17 18:23:04.806797+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled


2020-03-17 18:23:04.813764+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=5 LocalApicId=8 Enabled


2020-03-17 18:23:04.820680+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=6 LocalApicId=10 Enabled


2020-03-17 18:23:04.827613+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=7 LocalApicId=12 Enabled


2020-03-17 18:23:04.834414+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=8 LocalApicId=14 Enabled


2020-03-17 18:23:04.841125+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=9 LocalApicId=1 Enabled


2020-03-17 18:23:04.847705+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=10 LocalApicId=3 Enabled


2020-03-17 18:23:04.854289+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=11 LocalApicId=5 Enabled


2020-03-17 18:23:04.860801+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=12 LocalApicId=7 Enabled


2020-03-17 18:23:04.867243+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=13 LocalApicId=9 Enabled


2020-03-17 18:23:04.873626+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=14 LocalApicId=11 Enabled


2020-03-17 18:23:04.880016+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=15 LocalApicId=13 Enabled


2020-03-17 18:23:04.886138+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=16 LocalApicId=15 Enabled


2020-03-17 18:23:05.074706+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:05.074706+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:05.159195+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPIPlatformExpert::resolveSystemStateSupport()> ACPI: sleep states S3 S4 S5


2020-03-17 18:23:05.176804+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14


2020-03-17 18:23:05.177431+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14


2020-03-17 18:23:05.177437+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14


2020-03-17 18:23:05.177456+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14


2020-03-17 18:23:05.177461+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14


2020-03-17 18:23:05.177484+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14


2020-03-17 18:23:05.177489+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14


2020-03-17 18:23:05.184233+0800  localhost kernel[0]: PMRD: PMTrace found PCI host bridge PCI0->AppleACPIPCI


2020-03-17 18:23:26.847624+0800  localhost kernel[0]: (AppleGraphicsDeviceControl) <AppleGraphicsDeviceControl`AppleGraphicsDeviceControlClient::authorizeTask(AppleGraphicsDeviceControl*, task*, unsigned int)> AGDCC: Unauthorized client 'PerfPowerService' (IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2/AppleIntelFramebufferController/IntelFBClientControl)


2020-03-17 18:24:23.181047+0800  localhost kernel[0]: (fileprotector) <fileprotector`FileProtectorKauthFilter::eek:nFileOpen(ucred*, vnode*, char const*)> [FilePFilter] Data for /Users/deeppurple/Downloads/MaciASL.app/Contents/Library/Spotlight/ACPI.mdimporter/Contents/Info.plist captured (amount 1930), sent to userspace


2020-03-17 18:24:23.181376+0800  localhost kernel[0]: (fileprotector) <fileprotector`FileProtectorKauthFilter::eek:nFileOpen(ucred*, vnode*, char const*)> [FilePFilter] Data for /Users/deeppurple/Downloads/MaciASL.app/Contents/Library/Spotlight/ACPI.mdimporter/Contents/Info.plist captured (amount 1930), sent to userspace


2020-03-17 18:24:23.184046+0800  localhost kernel[0]: (fileprotector) <fileprotector`FileProtectorKauthFilter::eek:nFileOpen(ucred*, vnode*, char const*)> [FilePFilter] Data for /Users/deeppurple/Downloads/MaciASL.app/Contents/Library/Spotlight/ACPI.mdimporter/Contents/MacOS/ACPI captured (amount 17176), sent to userspace


2020-03-17 18:24:23.184219+0800  localhost kernel[0]: (fileprotector) <fileprotector`FileProtectorKauthFilter::eek:nFileOpen(ucred*, vnode*, char const*)> [FilePFilter] Data for /Users/deeppurple/Downloads/MaciASL.app/Contents/Library/Spotlight/ACPI.mdimporter/Contents/Info.plist captured (amount 1930), sent to userspace


2020-03-17 18:24:23.184558+0800  localhost kernel[0]: (fileprotector) <fileprotector`FileProtectorKauthFilter::eek:nFileOpen(ucred*, vnode*, char const*)> [FilePFilter] Data for /Users/deeppurple/Downloads/MaciASL.app/Contents/Library/Spotlight/ACPI.mdimporter/Contents/MacOS/ACPI captured (amount 17176), sent to userspace


2020-03-17 18:24:23.184604+0800  localhost kernel[0]: (fileprotector) <fileprotector`FileProtectorKauthFilter::eek:nFileOpen(ucred*, vnode*, char const*)> [FilePFilter] Data for /Users/deeppurple/Downloads/MaciASL.app/Contents/Library/Spotlight/ACPI.mdimporter/Contents/MacOS/ACPI captured (amount 17176), sent to userspace
 
Last edited:
Nothing in there - there are no debug calls in the SSDT to log.


You are right there seems to be some error.

Timestamp (process)[PID]
2020-03-17 18:32:46.538692+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.538692+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.539843+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.539843+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.541739+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.541739+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.579103+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.579104+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.581026+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.581027+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.581895+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.581895+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.583761+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.583761+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.585634+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.585634+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.587498+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.587499+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.600119+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.600120+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.602378+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.602378+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.604272+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.604273+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.606860+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.606860+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.612529+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.612530+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.614394+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.614394+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.616860+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.616861+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.618721+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.618721+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.620589+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.620590+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.622820+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.622821+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.624685+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.624686+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.626568+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.626569+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.628815+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.628815+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.630688+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.630689+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.632575+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.632576+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.640711+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.640712+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.648854+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.648854+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.656942+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.656942+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.665024+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.665024+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.673071+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.673071+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.681109+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.681109+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.739080+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.739080+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:46.739217+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> 13 ACPI AML tables successfully acquired and loaded
2020-03-17 18:32:46.739217+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> 13 ACPI AML tables successfully acquired and loaded
2020-03-17 18:32:46.749220+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
2020-03-17 18:32:46.756326+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
2020-03-17 18:32:46.763865+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
2020-03-17 18:32:46.770780+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
2020-03-17 18:32:46.777540+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=5 LocalApicId=8 Enabled
2020-03-17 18:32:46.784208+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=6 LocalApicId=10 Enabled
2020-03-17 18:32:46.790859+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=7 LocalApicId=12 Enabled
2020-03-17 18:32:46.797439+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=8 LocalApicId=14 Enabled
2020-03-17 18:32:46.803962+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=9 LocalApicId=1 Enabled
2020-03-17 18:32:46.810421+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=10 LocalApicId=3 Enabled
2020-03-17 18:32:46.816905+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=11 LocalApicId=5 Enabled
2020-03-17 18:32:46.823264+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=12 LocalApicId=7 Enabled
2020-03-17 18:32:46.829524+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=13 LocalApicId=9 Enabled
2020-03-17 18:32:46.835669+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=14 LocalApicId=11 Enabled
2020-03-17 18:32:46.841796+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=15 LocalApicId=13 Enabled
2020-03-17 18:32:46.847864+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=16 LocalApicId=15 Enabled
2020-03-17 18:32:47.045958+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:47.045959+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:
2020-03-17 18:32:47.130454+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPIPlatformExpert::resolveSystemStateSupport()> ACPI: sleep states S3 S4 S5
2020-03-17 18:32:47.148051+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14
2020-03-17 18:32:47.148673+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14
2020-03-17 18:32:47.148678+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14
2020-03-17 18:32:47.148696+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14
2020-03-17 18:32:47.148701+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14
2020-03-17 18:32:47.148722+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14
2020-03-17 18:32:47.148727+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14
2020-03-17 18:32:47.155594+0800 localhost kernel[0]: PMRD: PMTrace found PCI host bridge PCI0->AppleACPIPCI
2020-03-17 18:33:09.129237+0800 localhost kernel[0]: (AppleGraphicsDeviceControl) <AppleGraphicsDeviceControl`AppleGraphicsDeviceControlClient::authorizeTask(AppleGraphicsDeviceControl*, task*, unsigned int)> AGDCC: Unauthorized client 'PerfPowerService' (IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2/AppleIntelFramebufferController/IntelFBClientControl)

Timestamp (process)[PID]


2020-03-17 18:23:04.541258+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.541258+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.542408+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.542409+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.544303+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.544304+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.581659+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.581659+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.583583+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.583584+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.584451+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.584452+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.586318+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.586318+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.588190+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.588191+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.590055+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.590056+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.602674+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.602674+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.604931+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.604932+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.606827+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.606827+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.609414+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.609415+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.615076+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.615076+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.616944+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.616944+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.619410+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.619411+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.621272+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.621272+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.623141+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.623141+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.625379+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.625380+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.627240+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.627240+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.629123+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.629124+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.631369+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.631369+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.633243+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.633244+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.635131+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.635131+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.643282+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.643283+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.651429+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.651430+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.660450+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.660450+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.668560+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.668560+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.676640+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.676640+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.684716+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.684716+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.692673+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.692673+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:04.749759+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Error:


2020-03-17 18:23:04.749760+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Error:


2020-03-17 18:23:04.757727+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Exception: AE_ALREADY_EXISTS,


2020-03-17 18:23:04.757727+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Exception: AE_ALREADY_EXISTS,


2020-03-17 18:23:04.765816+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Exception: AE_ALREADY_EXISTS,


2020-03-17 18:23:04.765816+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Exception: AE_ALREADY_EXISTS,


2020-03-17 18:23:04.774455+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Error:


2020-03-17 18:23:04.774455+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI Error:


2020-03-17 18:23:04.785001+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled


2020-03-17 18:23:04.792163+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled


2020-03-17 18:23:04.799766+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled


2020-03-17 18:23:04.806797+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled


2020-03-17 18:23:04.813764+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=5 LocalApicId=8 Enabled


2020-03-17 18:23:04.820680+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=6 LocalApicId=10 Enabled


2020-03-17 18:23:04.827613+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=7 LocalApicId=12 Enabled


2020-03-17 18:23:04.834414+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=8 LocalApicId=14 Enabled


2020-03-17 18:23:04.841125+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=9 LocalApicId=1 Enabled


2020-03-17 18:23:04.847705+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=10 LocalApicId=3 Enabled


2020-03-17 18:23:04.854289+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=11 LocalApicId=5 Enabled


2020-03-17 18:23:04.860801+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=12 LocalApicId=7 Enabled


2020-03-17 18:23:04.867243+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=13 LocalApicId=9 Enabled


2020-03-17 18:23:04.873626+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=14 LocalApicId=11 Enabled


2020-03-17 18:23:04.880016+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=15 LocalApicId=13 Enabled


2020-03-17 18:23:04.886138+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPICPU::startSerialized(IOService*, unsigned int, unsigned int)> AppleACPICPU: ProcessorId=16 LocalApicId=15 Enabled


2020-03-17 18:23:05.074706+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:05.074706+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> ACPI:


2020-03-17 18:23:05.159195+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AppleACPIPlatformExpert::resolveSystemStateSupport()> ACPI: sleep states S3 S4 S5


2020-03-17 18:23:05.176804+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14


2020-03-17 18:23:05.177431+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14


2020-03-17 18:23:05.177437+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14


2020-03-17 18:23:05.177456+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14


2020-03-17 18:23:05.177461+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14


2020-03-17 18:23:05.177484+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14


2020-03-17 18:23:05.177489+0800 localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`newObjectFromACPIObject(acpi_object const*)> ACPI: cannot translate ACPI object 14


2020-03-17 18:23:05.184233+0800 localhost kernel[0]: PMRD: PMTrace found PCI host bridge PCI0->AppleACPIPCI


2020-03-17 18:23:26.847624+0800 localhost kernel[0]: (AppleGraphicsDeviceControl) <AppleGraphicsDeviceControl`AppleGraphicsDeviceControlClient::authorizeTask(AppleGraphicsDeviceControl*, task*, unsigned int)> AGDCC: Unauthorized client 'PerfPowerService' (IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2/AppleIntelFramebufferController/IntelFBClientControl)


2020-03-17 18:24:23.181047+0800 localhost kernel[0]: (fileprotector) <fileprotector`FileProtectorKauthFilter::eek:nFileOpen(ucred*, vnode*, char const*)> [FilePFilter] Data for /Users/deeppurple/Downloads/MaciASL.app/Contents/Library/Spotlight/ACPI.mdimporter/Contents/Info.plist captured (amount 1930), sent to userspace


2020-03-17 18:24:23.181376+0800 localhost kernel[0]: (fileprotector) <fileprotector`FileProtectorKauthFilter::eek:nFileOpen(ucred*, vnode*, char const*)> [FilePFilter] Data for /Users/deeppurple/Downloads/MaciASL.app/Contents/Library/Spotlight/ACPI.mdimporter/Contents/Info.plist captured (amount 1930), sent to userspace


2020-03-17 18:24:23.184046+0800 localhost kernel[0]: (fileprotector) <fileprotector`FileProtectorKauthFilter::eek:nFileOpen(ucred*, vnode*, char const*)> [FilePFilter] Data for /Users/deeppurple/Downloads/MaciASL.app/Contents/Library/Spotlight/ACPI.mdimporter/Contents/MacOS/ACPI captured (amount 17176), sent to userspace


2020-03-17 18:24:23.184219+0800 localhost kernel[0]: (fileprotector) <fileprotector`FileProtectorKauthFilter::eek:nFileOpen(ucred*, vnode*, char const*)> [FilePFilter] Data for /Users/deeppurple/Downloads/MaciASL.app/Contents/Library/Spotlight/ACPI.mdimporter/Contents/Info.plist captured (amount 1930), sent to userspace


2020-03-17 18:24:23.184558+0800 localhost kernel[0]: (fileprotector) <fileprotector`FileProtectorKauthFilter::eek:nFileOpen(ucred*, vnode*, char const*)> [FilePFilter] Data for /Users/deeppurple/Downloads/MaciASL.app/Contents/Library/Spotlight/ACPI.mdimporter/Contents/MacOS/ACPI captured (amount 17176), sent to userspace


2020-03-17 18:24:23.184604+0800 localhost kernel[0]: (fileprotector) <fileprotector`FileProtectorKauthFilter::eek:nFileOpen(ucred*, vnode*, char const*)> [FilePFilter] Data for /Users/deeppurple/Downloads/MaciASL.app/Contents/Library/Spotlight/ACPI.mdimporter/Contents/MacOS/ACPI captured (amount 17176), sent to userspace
@mango1122
You should display all system log with hackintools and search for "ACPI Err"
 
Back
Top