╔══════════════════════════════════════════════════════════════════╗
║ An Error Occurred ║
╚══════════════════════════════════════════════════════════════════╝
Traceback (most recent call last):
File "C:\OpCore\OpCore-Simplify.py", line 477, in
o.main()
~~~~~~^^
File "C:\OpCore\OpCore-Simplify.py", line 417, in main
self.ac.select_acpi_patches(customized_hardware, disabled_devices)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\OpCore\Scripts\acpi_guru.py", line 3241, in select_acpi_patches
"Integrated GPU" in list(hardware_report.get("GPU").items())[-1][-1].get("Device Type") and
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'items'
Press Enter to continue...
why?
This error occurs when I select macOS Tahoe.
Then, the script forces me to repeat "Select Hardware Report".
And it does the same thing over and over again.
I don't understand.
╔══════════════════════════════════════════════════════════════════╗
║ An Error Occurred ║
╚══════════════════════════════════════════════════════════════════╝
Traceback (most recent call last):
File "C:\OpCore\OpCore-Simplify.py", line 477, in
o.main()
~~~~~~^^
File "C:\OpCore\OpCore-Simplify.py", line 417, in main
self.ac.select_acpi_patches(customized_hardware, disabled_devices)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\OpCore\Scripts\acpi_guru.py", line 3241, in select_acpi_patches
"Integrated GPU" in list(hardware_report.get("GPU").items())[-1][-1].get("Device Type") and
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'items'
Press Enter to continue...
why?
This error occurs when I select macOS Tahoe.
Then, the script forces me to repeat "Select Hardware Report".
And it does the same thing over and over again.
I don't understand.