5T33Z0 / OC-Little-Translated

ACPI Hotpatches and Guides for the OpenCore Bootmanager. Enhance and fine-tune your Hackintosh by adding devices and enabling additional features not covered in the OpenCore Install Guide. Only place that covers how to use OpenCore Legacy Patcher on PCs.
BSD 3-Clause "New" or "Revised" License
524 stars 71 forks source link

Kernel Panic #42

Closed james090500 closed 2 years ago

james090500 commented 2 years ago

Hi,

After trying to apply a new Layout ID 18 for ALC 280 I am getting a Kernel Panic. I am able to successfully build and use a vanilla version of AppleALC, but with my changes it goes wrong. Do you have any ideas?

https://github.com/acidanthera/AppleALC/compare/master...james090500:AppleALC:master

5T33Z0 commented 2 years ago

No idea. Never had this issue. There nust be an error somewhere in your Layout-ID.

james090500 commented 2 years ago

If you think that's the likely problem I will go through again, thank you.

james090500 commented 2 years ago

As an update. If I remove the configuration from PinConfigs > info.plist it doesn't panic... will see if thats wrong

james090500 commented 2 years ago

This was resolved. When duplicating an entry in Resources/PinConfigs.kext/Contents/Info.plist xcode changes the CodecID to <real> instead of <integer>

5T33Z0 commented 2 years ago

Don't use a plist editor when working with this file. It messes the whole file up. Use VS Studio instead