Eduardo Araquel
posted this
10 September 2020
Unfortunately I get the following error when I run this line in Terminal...
Executing: /usr/bin/kmutil load -p /System/Library/Extensions/PromiseSTEX.kext
Error: Error Domain=KMErrorDomain Code=1 "Error occurred while building cache:
1: One or more binaries has an error which prevented linking. See other errors.
2: Could not use 'com.promise.r2p.icon' because: Cannot find symbol for metaclass pointed to by '__ZN13Pegasus2R2USB10superClassE'. Expected symbol '__ZN28IOSCSIPeripheralDeviceType0010gMetaClassE' to be defined in another kext
com.promise.r2p.icon specific:
1: Cannot find symbol for metaclass pointed to by '__ZN13Pegasus2R2USB10superClassE'. Expected symbol '__ZN28IOSCSIPeripheralDeviceType0010gMetaClassE' to be defined in another kext
" UserInfo={NSLocalizedDescription=Error occurred while building cache:
1: One or more binaries has an error which prevented linking. See other errors.
2: Could not use 'com.promise.r2p.icon' because: Cannot find symbol for metaclass pointed to by '__ZN13Pegasus2R2USB10superClassE'. Expected symbol '__ZN28IOSCSIPeripheralDeviceType0010gMetaClassE' to be defined in another kext
com.promise.r2p.icon specific:
1: Cannot find symbol for metaclass pointed to by '__ZN13Pegasus2R2USB10superClassE'. Expected symbol '__ZN28IOSCSIPeripheralDeviceType0010gMetaClassE' to be defined in another kext
}
Looks like it doesn't like the com.promise.r2p.icon extension that is installed on my system.