stevezheng Posted June 23, 2025 Share Posted June 23, 2025 Kext org.tw.CodecCommander - library kext com.apple.iokit.IOAudioFamily not found. Can't load kext org.tw.CodecCommander - failed to resolve library dependencies. Kext org.tw.CodecCommander failed to load (0xdc00800e). Failed to load kext org.tw.CodecCommander (error 0xdc00800e) Couldn't allocate class "CodecCommanderResidency By running kextstat | grep "IOAudioFamily" we can still find out that iokit.IOAudioFamily is loaded. A probable reason of com.apple.iokit.IOAudioFamily not found is that Apple made IOAudioFamily APIs private starts from macOS12.3 (maybe). Reference: Apple - Deprecated Kernel Extensions and System Extension Alternatives Link to comment https://www.insanelymac.com/forum/topic/361229-codeccommander-no-longer-supports-macos123-kext-orgtwcodeccommander-library-kext-comappleiokitioaudiofamily-not-found/ Share on other sites More sharing options...
LockDown Posted June 23, 2025 Share Posted June 23, 2025 It is safe to remove iokit.IOAudioFamily inside the plist. This is to be able to load in clover kext folder Link to comment https://www.insanelymac.com/forum/topic/361229-codeccommander-no-longer-supports-macos123-kext-orgtwcodeccommander-library-kext-comappleiokitioaudiofamily-not-found/#findComment-2834503 Share on other sites More sharing options...
stevezheng Posted June 23, 2025 Author Share Posted June 23, 2025 9 hours ago, LockDown said: It is safe to remove iokit.IOAudioFamily inside the plist. This is to be able to load in clover kext folder But in the source code, for example, CodecCommander.cpp, there are multiple places use IOAudioDevice which are from IOAudioFamily APIs. Does the removal of the dependency of iokit.IOAudioFamily not affect the functionality of the kext? Link to comment https://www.insanelymac.com/forum/topic/361229-codeccommander-no-longer-supports-macos123-kext-orgtwcodeccommander-library-kext-comappleiokitioaudiofamily-not-found/#findComment-2834569 Share on other sites More sharing options...
LockDown Posted June 23, 2025 Share Posted June 23, 2025 (edited) 9 minutes ago, stevezheng said: Does the removal of the dependency of iokit.IOAudioFamily not affect the functionality of the kext? It works as it should. IOAudioFamily will still load w/o the error. Rehabman mentioned this before but didnt have time to update the source i guess Edited June 23, 2025 by LockDown 1 Link to comment https://www.insanelymac.com/forum/topic/361229-codeccommander-no-longer-supports-macos123-kext-orgtwcodeccommander-library-kext-comappleiokitioaudiofamily-not-found/#findComment-2834570 Share on other sites More sharing options...
Slice Posted July 30, 2025 Share Posted July 30, 2025 Is it the same problem as I had with VoodooHDA? I resolve it. Link to comment https://www.insanelymac.com/forum/topic/361229-codeccommander-no-longer-supports-macos123-kext-orgtwcodeccommander-library-kext-comappleiokitioaudiofamily-not-found/#findComment-2838144 Share on other sites More sharing options...
Recommended Posts