Site icon EfmSoft

What does macOS kernel return 0xDC00800E (kOSKextReturnDependencies) mean?

 
Previous Next
kOSKextReturnAuthentication kOSKextReturnArchNotFound

kOSKextReturnDependencies

Resolution covers more than finding a file

kOSKextReturnDependencies means that the loader could not assemble a usable dependency graph for the requested kext. XNU defines OSBundleLibraries as the bundle property that declares library dependencies. A dependency can be absent, the wrong compatible version, unsuitable for the required architecture, or itself rejected during validation or authentication.

Apple’s kextload sources also show that the loader searches system repositories, explicitly named extensions, additional repository directories, and supplied dependencies. A same-named bundle found in a different search location can therefore be relevant; the filesystem layout alone is not proof of the graph selected by the loader.

What to compare

References


Looking for a different code? Search another status or error code.

Exit mobile version