Jump to content
1699 posts in this topic

Recommended Posts

9 minutes ago, Hervé said:

@chris1111 Put the SSD inside the laptop, booted Monterey (of course SIP is disabled with 0xFEF) and ran your package:

 

 

I am not surprise of your post :trumpet: Considering your Hackintosh running like Beast :hysterical:

anyway your the best :P

Edited by chris1111
11 hours ago, 5T33Z0 said:

@jsl2000 Yes, Firefox insta-crashes when trying to close windows or tabs. Safari works fine, though.

A suggestion to avoid crashes.

 

If you have more than one install of mac OS, such as Big Sur and Monterey you may want to save space and update time with firefox by putting it on a read/write (for instance: NTFS) partition and using an alias to launch it from the dock.   This way firefox is one installation common to all of your OS's and version updates are done once for all OSs.

 

For mac OS's you will have to have the Application Support info in each distro under your user name, but this also allows you to customize firefox for each OS.

 

If you don't use ntfs-3g and macFUSE to automount NTFS partitions you can use these:

 

From terminal make a mount point of your choice for each ntfs volume.  Example: sudo mkdir ~/ntfs
Unmount the target read-only ntfs volume where x is disk number and y is slice: sudo umount /dev/diskxsy
Mount ntfs volume as read-write: sudo mount -t ntfs -o rw,auto,nobrowse /dev/diskxsy ~/ntfs
Link to desktop: sudo ln -s ~/ntfs ~/Desktop/whatever_name_you_choose
Make sure finder is configured to show mounted volumes on the desktop.

 

or use Automator to make an app to do the same.

 

 

Edited by HenryV
  • Like 1
9 hours ago, Stefanalmare said:

I have Probook 4540s. None of the symptoms you have on your laptop happen to mine. Unless safari, when I write in google page no letters appear. Until now...........

With OLPC 0.2.2 no more letters trouble in Safari Google page and Firefox doesn't crash anymore.

  • Like 1
15 hours ago, 5T33Z0 said:

Lenovo T530 with IntelHD4000 running Monterey with Dual Screen Support.How I did it (took less than an hour and 2 boot attempts):

  • If you can, use a working PC and install Monterey on an extra SSD
  • Download Chris1111's Monterey Patcher https://github.com/chris1111/Patch-HD4000-Monterey to patch in Intel HD4000 Support and run it. Many Thanks for this great tool.
  • Get the EFI from your Laptop on a USB Stick and modify it:
    • For Broadcom BT users: disable BrcmBluetoothInjector.kext, add BlueToolFixup.kext (can be found in this thread), update config with ProperTree
    • Modify config.plist with SMBIOS infos (I am using macBookPro11,4) and add additional necessary boot-args mentioned in Chris' Repo
  • Shutdown your PC
  • Take out the disk and the USB drive
  • Put the disk in your Lapotop
  • Boot from the Stick
  • Bingo! Monterey on a Laptop from 2013 :D

 

EFI available on my github repo:  https://github.com/5T33Z0/Lenovo-T530-Hackinosh-OpenCore

 

Screenshot 2021-06-23 at 08.31.08.png

20210623_081829_HDR.jpg

Thanks to report and using in the right way :thumbsup_anim: Nice  machine Lenovo T530

I see your release on Github Great job

 

Edited by chris1111
  • Like 1
  • Haha 1
8 hours ago, chris1111 said:

It run smooth here on HP Probook 6570b 

Untitled.png.0b482bae31cc9e9744ff253e62a4f7e5.png

Samsung NP350V5C-S06FR

 

intel i3-3110M
intel HD4000 (Radeon disabled by DSDT)
8 Go Memory
SSD
Clover r5137


Chris1111 Kext Patch

 

very correct processor management

 

Thanks Chris1111 and the rest of the team (clover and OCLP)

 

Spoiler

283259246_Capturedecran2021-06-24a01_51_16.thumb.png.f535ca0ba5c837cc791306d44bd385a4.png1808851520_Capturedecran2021-06-24a01_50_59.thumb.png.8216741ea07dee248183d963c0dfac27.png

Spoiler

1921974062_Capturedecran2021-06-24a01_56_41.thumb.png.d2046b7382e8599ee82998569704773d.png1535566244_Capturedecran2021-06-24a01_56_16.thumb.png.c69be472b2154df36e50d051e9b0314b.png

Spoiler

975967930_Capturedecran2021-06-24a01_56_51.thumb.png.66bef4fd88609c9174f2458dca820590.png

 

  • Like 3
1 hour ago, PG7 said:

Samsung NP350V5C-S06FR

 

intel i3-3110M
intel HD4000 (Radeon disabled by DSDT)
8 Go Memory
SSD
Clover r5137


Chris1111 Kext Patch

 

very correct processor management

 

Thanks Chris1111 and the rest of the team (clover and OCLP)

 

  Reveal hidden contents

283259246_Capturedecran2021-06-24a01_51_16.thumb.png.f535ca0ba5c837cc791306d44bd385a4.png1808851520_Capturedecran2021-06-24a01_50_59.thumb.png.8216741ea07dee248183d963c0dfac27.png

  Reveal hidden contents

1921974062_Capturedecran2021-06-24a01_56_41.thumb.png.d2046b7382e8599ee82998569704773d.png1535566244_Capturedecran2021-06-24a01_56_16.thumb.png.c69be472b2154df36e50d051e9b0314b.png

  Reveal hidden contents

975967930_Capturedecran2021-06-24a01_56_51.thumb.png.66bef4fd88609c9174f2458dca820590.png

 

Great Job :guitar: :thumbsup_anim:Thanks :D

 

I have commit on Github add all disk Number 10 to 0 on the list

Spoiler

if (tName contains "10:" or tName contains "9:" or tName contains "8:" or tName contains "7:" or tName contains "6:" or tName contains "5:" or tName contains "4:" or tName contains "3:" or tName contains "2:" or tName contains "1:" or tName contains "0:") and tName contains "APFS" and (tName does not contain "VM" and tName does not contain "- D" and tName does not contain "Update" and tName does not contain "Preboot" and tName does not contain "Recovery" and tName does not contain "Container" and tName does not contain "Snapshot") then

 

Edited by chris1111
  • Like 1
  • Thanks 1
8 hours ago, chris1111 said:

Great Job :guitar: :thumbsup_anim:Thanks :D

 

I have commit on Github add all disk Number 10 to 0 on the list

  Hide contents

if (tName contains "10:" or tName contains "9:" or tName contains "8:" or tName contains "7:" or tName contains "6:" or tName contains "5:" or tName contains "4:" or tName contains "3:" or tName contains "2:" or tName contains "1:" or tName contains "0:") and tName contains "APFS" and (tName does not contain "VM" and tName does not contain "- D" and tName does not contain "Update" and tName does not contain "Preboot" and tName does not contain "Recovery" and tName does not contain "Container" and tName does not contain "Snapshot") then

 

Thanks Chris

 

on mine I put from 1 to 12 for my tests

if (tName contains "1:" or tName contains "2:" or tName contains "3:" or tName contains "4:" or tName contains "5:" or tName contains "6:" or tName contains "7:" or tName contains "8:" or tName contains "9:" or tName contains "10:" or tName contains "11:" or tName contains "12:") and tName contains "APFS" and (tName does not contain "VM" and tName does not contain "- D" and tName does not contain "Update" and tName does not contain "Preboot" and tName does not contain "Recovery" and tName does not contain "Container" and tName does not contain "Snapshot") then
Spoiler

232265964_Capturedecran2021-06-24a11_13_02.png.57492c9971f953f0cc3d28ce3f6319f3.png

in any case it is a very good tool that helps a lot of people
now goo for the other two app

don't forget I'm testing on my Hackintosh

 

rename MonteRey

set theName to "MonteRey"



thanks good job

 

 

 

  • Like 2

Anyone have this installed on a Rocket Lake system. I did a full new install on a drive running Big Sur. The installation went thru fin and Monterey boots up perfectly but after a few minutes it gets frozen and I have to reboot. this happens every time. Im using OC 0.70. I turned of the bluetoothinj kext and bluetoothfirmware kext and still same, turned of my ethernet connection in settings, still same. Something is causing it to freeze up. 

  • Like 1
3 hours ago, surenmunoo said:

Anyone have this installed on a Rocket Lake system. I did a full new install on a drive running Big Sur. The installation went thru fin and Monterey boots up perfectly but after a few minutes it gets frozen and I have to reboot. this happens every time. Im using OC 0.70. I turned of the bluetoothinj kext and bluetoothfirmware kext and still same, turned of my ethernet connection in settings, still same. Something is causing it to freeze up. 

If it got frozen every 4~5 minutes it's due to Network adapter such as 2.5Gb or 5/10Gb card most likely.

Try disable these cards to debug.

7 hours ago, surenmunoo said:

Anyone have this installed on a Rocket Lake system. I did a full new install on a drive running Big Sur. The installation went thru fin and Monterey boots up perfectly but after a few minutes it gets frozen and I have to reboot. this happens every time. Im using OC 0.70. I turned of the bluetoothinj kext and bluetoothfirmware kext and still same, turned of my ethernet connection in settings, still same. Something is causing it to freeze up. 

Try booting with recent clover.

5 hours ago, jsl2000 said:

If it got frozen every 4~5 minutes it's due to Network adapter such as 2.5Gb or 5/10Gb card most likely.

Try disable these cards to debug.

I disabled the network in settings but it still freezes up. is there another way 

2 hours ago, HenryV said:

Try booting with recent clover.

Im on Open Core. Clover does not seem to want to boot on my PC

53 minutes ago, surenmunoo said:

I disabled the network in settings but it still freezes up. is there another way 

Im on Open Core. Clover does not seem to want to boot on my PC

DIsconnect all non-essential peripheral devices, start with a minimum of kexts, drivers and boot flags and add them one at a time with 0x867 as your csr-active-config for clover.

 

You can look here to see if someone else has a booting EFI for your hardware:

https://github.com/topics/hackintosh?o=desc&s=updated

  • Like 1

not so bad for an HD4000 on MonteRey !!!
 

still some little worries:
 

- Apple TV = crash
- QuickTime Player = Crash
- Photo Booth = Crash
- Safari and Edge = No worries
this with the OCLP v0.1.9


*** cannot install versions v0.2.0 / v0.2.1 / v0.2.2 error!

 

* with Chris's intel HD4000 patch:
 

- AppleTV = reading bug
- QuickTime Player = Bug does not record the video!
- Photo Booth = OK
- Safari and Edge = frozen system on Facebook!

 

(I hope to test OCLP v0.2.2)

 

Spoiler

1175322235_Capturedecran2021-06-24a21_48_38.thumb.png.eced68439a2cc02fb8b78ba9476b35b6.png

 

  • Like 1
  • Thanks 1

Managed to successfully update from BigSur 11.5beta1 to Monterey 12.0beta1 on my legacy desktop (GA-P55aUD3 with unsupported/non metal ATI HD5770)...

 

Spoiler

396234143_MontereyonGAP55aUD3.thumb.png.0fd390d66a5a28745b9f78b8b7d6254c.png

 

Notes

  • Downloaded Monterey and directly ran full installer app from Apple Developer Software catalog (with @crazybirdy's installScript_110fullapp utility).
  • Changed SMBIOS temporarily from MacPro5,1 to iMac17,1 to allow installer app to proceed with the install (Clover r5137+latest kexts and SIP enabled).  Later switched back to MacPro5,1 SMBIOS with SIP disabled in Clover (CsrActiveConfig=0x0fef) to allow post install system volume patching.
  • Good idea if upgrading from earlier macOS to Monterey with unsupported non Metal graphics card to enable automatic login before the update.  If auto login is not enabled, you will get stuck in a black screen loop (gIOScreenLock error) before the login screen appears on first boot after install is completed.  I actually had to boot to recovery and delete /var/db/.applesetupdone ---> rerun setup of new admin user from scratch ---> enable auto login with the new admin user since I had omitted this step before the update.
  • cc @pico joe: Unfortunately kexts for my Atheros 9287 wireless card (HS80211Family.kext & AirPortAtheros40.kext from High Sierra) were incompatible with Monterey beta1 ---> kernel panics.  My EW-7811UTC USB wireless works OK though.
  • cc @ASentientBot: OCLP 0.1.9+ Terascale2 patching also needs updating for Monterey - patching failed so no openGL graphics acceleration...
Spoiler

##################################
# OpenCore Legacy Patcher v0.1.9 #
#   Selected Model: MacPro5,1    #
##################################

This model is supported

1.  Build OpenCore
2.  Install OpenCore to USB/internal drive
3.  Post-Install Volume Patch
4.  Change Model
5.  Patcher Settings
6.  Credits
Q.  Quit

Please select an option: 5

 

 

 


###########################
# Adjust Patcher Settings #
###########################

1.  Enable Verbose Mode:        Currently True
2.  Enable OpenCore DEBUG:        Currently False
3.  Enable Kext DEBUG:            Currently False
4.  Set ShowPicker Mode:        Currently True
5.  Set Vault Mode:            Currently False
6.  Allow FireWire Boot:        Currently False
7.  Allow NVMe Boot:            Currently False
8.  Enable TeraScale 2 Acceleration:    Currently False
9.  Disable AMFI:            Currently False
10.  Set SIP and SecureBootModel:    SIP: True SBM: False
11.  Allow OpenCore on native Models:    Currently False
12.  Advanced Patch Settings, for developers only
Q.  Quit

Please select an option: 8

 

 

###################################
# Enable TeraScale 2 Acceleration #
###################################

Currently TeraScale 2 graphics acceleration is in beta with
some unfortunate bugs on login including strobing colours
until the user forces Million Colours on the Display with
SwitchResX or resXtreme

Users sensitive to seizures should avoid using TeraScale 2
patches or ask someone to handle inital setup to ensure
no issues

Note: Acceleration only applies to macOS Big Sur
        
Enable TS2 Acceleration?(y/n): y

 

 

 


###########################
# Adjust Patcher Settings #
###########################

1.  Enable Verbose Mode:        Currently True
2.  Enable OpenCore DEBUG:        Currently False
3.  Enable Kext DEBUG:            Currently False
4.  Set ShowPicker Mode:        Currently True
5.  Set Vault Mode:            Currently False
6.  Allow FireWire Boot:        Currently False
7.  Allow NVMe Boot:            Currently False
8.  Enable TeraScale 2 Acceleration:    Currently True
9.  Disable AMFI:            Currently False
10.  Set SIP and SecureBootModel:    SIP: True SBM: False
11.  Allow OpenCore on native Models:    Currently False
12.  Advanced Patch Settings, for developers only
Q.  Quit

Please select an option: Q

 

 

##################################
# OpenCore Legacy Patcher v0.1.9 #
#   Selected Model: MacPro5,1    #
##################################

This model is supported

1.  Build OpenCore
2.  Install OpenCore to USB/internal drive
3.  Post-Install Volume Patch
4.  Change Model
5.  Patcher Settings
6.  Credits
Q.  Quit

Please select an option: 3

 

 

 


##########################
# Patching System Volume #
##########################
Patches Root volume to fix misc issues such as:

- Graphics Acceleration
  - Intel: Ivy Bridge (4000 series iGPUs)
- Basic Framebuffer and brightness Control (No acceleration)
  - Nvidia: Tesla - Fermi (8000-500 series)
  - Intel: Ironlake - Sandy Bridge
  - AMD: TeraScale 1 and 2 (2000-6000 series)
- Audio support for iMac7,1 and iMac8,1

WARNING: Root Volume Patching is still in active development, please
have all important user data backed up. Note when the system volume
is patched, you can no longer have Delta updates or have FileVault
enabled.

Supported Options:

1. Patch System Volume
2. Unpatch System Volume (Experimental)
B. Exit
        
Patch System Volume?: 1
- Starting Patch Process
- Determinging Required Patch set for Darwin 21
- No IOService entry found for IGPU (V)
- Found GFX0: 1002:68B8

The following patches will be applied:
- Add Legacy ATI TeraScale 2 Graphics Patch
Would you like to continue with Root Volume Patching?(y/n): y
- Continuing with Patching
- Verifying whether Root Patching possible
- Patcher is capable of patching
- Apple binaries missing

 

 

 

 

 

 

 

 

- Downloading Apple binaries
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   143  100   143    0     0    353      0 --:--:-- --:--:-- --:--:--   354

100  284k    0  284k    0     0   298k      0 --:--:-- --:--:-- --:--:--  298k
100 3457k    0 3457k    0     0  1771k      0 --:--:--  0:00:01 --:--:-- 3172k
100 6782k    0 6782k    0     0  2283k      0 --:--:--  0:00:02 --:--:-- 3219k
100 9928k    0 9928k    0     0  2511k      0 --:--:--  0:00:03 --:--:-- 3214k
100 12.7M    0 12.7M    0     0  2640k      0 --:--:--  0:00:04 --:--:-- 3198k
100 15.9M    0 15.9M    0     0  2736k      0 --:--:--  0:00:05 --:--:-- 3201k
100 18.9M    0 18.9M    0     0  2787k      0 --:--:--  0:00:06 --:--:-- 3184k
100 22.0M    0 22.0M    0     0  2833k      0 --:--:--  0:00:07 --:--:-- 3160k
100 25.0M    0 25.0M    0     0  2869k      0 --:--:--  0:00:08 --:--:-- 3153k
100 28.2M    0 28.2M    0     0  2906k      0 --:--:--  0:00:09 --:--:-- 3169k
100 31.3M    0 31.3M    0     0  2931k      0 --:--:--  0:00:10 --:--:-- 3163k
100 34.4M    0 34.4M    0     0  2952k      0 --:--:--  0:00:11 --:--:-- 3182k
100 37.5M    0 37.5M    0     0  2971k      0 --:--:--  0:00:12 --:--:-- 3191k
100 40.7M    0 40.7M    0     0  2990k      0 --:--:--  0:00:13 --:--:-- 3205k
100 43.7M    0 43.7M    0     0  2997k      0 --:--:--  0:00:14 --:--:-- 3178k
100 46.8M    0 46.8M    0     0  3005k      0 --:--:--  0:00:15 --:--:-- 3165k
100 49.9M    0 49.9M    0     0  3018k      0 --:--:--  0:00:16 --:--:-- 3176k
100 53.1M    0 53.1M    0     0  3030k      0 --:--:--  0:00:17 --:--:-- 3183k
100 56.1M    0 56.1M    0     0  3033k      0 --:--:--  0:00:18 --:--:-- 3152k
100 59.1M    0 59.1M    0     0  3035k      0 --:--:--  0:00:19 --:--:-- 3150k
100 62.3M    0 62.3M    0     0  3045k      0 --:--:--  0:00:20 --:--:-- 3175k
100 64.7M    0 64.7M    0     0  3018k      0 --:--:--  0:00:21 --:--:-- 3017k
100 67.7M    0 67.7M    0     0  3022k      0 --:--:--  0:00:22 --:--:-- 2991k
100 70.6M    0 70.6M    0     0  3022k      0 --:--:--  0:00:23 --:--:-- 2981k
100 73.8M    0 73.8M    0     0  3028k      0 --:--:--  0:00:24 --:--:-- 3002k
100 76.7M    0 76.7M    0     0  3029k      0 --:--:--  0:00:25 --:--:-- 2963k
100 79.7M    0 79.7M    0     0  3028k      0 --:--:--  0:00:26 --:--:-- 3072k
100 82.8M    0 82.8M    0     0  3035k      0 --:--:--  0:00:27 --:--:-- 3098k
100 86.0M    0 86.0M    0     0  3042k      0 --:--:--  0:00:28 --:--:-- 3138k
100 89.0M    0 89.0M    0     0  3045k      0 --:--:--  0:00:29 --:--:-- 3130k
100 92.2M    0 92.2M    0     0  3051k      0 --:--:--  0:00:30 --:--:-- 3165k
100 95.3M    0 95.3M    0     0  3056k      0 --:--:--  0:00:31 --:--:-- 3206k
100 98.5M    0 98.5M    0     0  3061k      0 --:--:--  0:00:32 --:--:-- 3206k
100  101M    0  101M    0     0  3066k      0 --:--:--  0:00:33 --:--:-- 3204k
100  104M    0  104M    0     0  3070k      0 --:--:--  0:00:34 --:--:-- 3219k
100  107M    0  107M    0     0  3075k      0 --:--:--  0:00:35 --:--:-- 3223k
100  111M    0  111M    0     0  3078k      0 --:--:--  0:00:36 --:--:-- 3220k
100  114M    0  114M    0     0  3079k      0 --:--:--  0:00:37 --:--:-- 3200k
100  117M    0  117M    0     0  3083k      0 --:--:--  0:00:38 --:--:-- 3197k
100  118M    0  118M    0     0  3084k      0 --:--:--  0:00:39 --:--:-- 3196k
- Download completed
- Unzipping download...
- Renaming folder
- Binaries downloaded to:
/private/var/folders/m0/pr6_hfp14gq87j7v3bzcpmsm0000gn/T/_MEIJRXVtv/payloads
Press [ENTER] to continue
- Found Root Volume at: disk3s1
- Mounting APFS Snapshot as writable
Password:
- Successfully mounted the Root Volume
- Running patches for MacPro5,1
- Installing legacy TeraScale 2 Patches
- Detected unsupported OS, installing Basic Framebuffer
- Adding AMD2400Controller.kext
- Adding AMD2600Controller.kext
- Adding AMD3800Controller.kext
- Adding AMD4600Controller.kext
- Adding AMD4800Controller.kext
- Adding AMD5000Controller.kext
- Adding AMD6000Controller.kext
- Adding AMDLegacyFramebuffer.kext
- Adding AMDLegacySupport.kext
- Found conflicting kext, Deleting Root Volume's AMDRadeonVADriver.bundle
- Adding AMDRadeonVADriver.bundle
- Found conflicting kext, Deleting Root Volume's AMDRadeonVADriver2.bundle
- Adding AMDRadeonVADriver2.bundle
- Found conflicting kext, Deleting Root Volume's AMDShared.bundle
- Adding AMDShared.bundle
- Adding ATIRadeonX2000.kext
- Adding ATIRadeonX2000GA.plugin
- Adding ATIRadeonX2000GLDriver.bundle
- Adding ATIRadeonX2000VADriver.bundle
- Found conflicting kext, Deleting Root Volume's IOSurface.kext
- Adding IOSurface.kext
Press [ENTER] to continue with cache rebuild:
- Rebuilding Kernel Cache (This may take some time)
- Unable to build new kernel cache

Please report this to Github
Reason for Patch Failure:
checking collections...
Warning: com.apple.driver.KextExcludeList was not found!
updated extension 'com.apple.ATIRadeonX2000' found on disk at '/System/Volumes/Update/mnt1/System/Library/Extensions/ATIRadeonX2000.kext' (mach-o UUID changed from <unknown> to 93503931-6F7F-3BE7-A3EB-4A04F6AAD869)
updated extension 'com.apple.kext.AMD4600Controller' found on disk at '/System/Volumes/Update/mnt1/System/Library/Extensions/AMD4600Controller.kext' (mach-o UUID changed from <unknown> to E70E0795-EEFA-303F-9222-2E8BD5EB7FE8)
updated extension 'com.apple.kext.AMD5000Controller' found on disk at '/System/Volumes/Update/mnt1/System/Library/Extensions/AMD5000Controller.kext' (mach-o UUID changed from <unknown> to 3C1EC01B-01EF-3DD9-818A-DDD8502EDA3C)
updated extension 'com.apple.kext.AMD2400Controller' found on disk at '/System/Volumes/Update/mnt1/System/Library/Extensions/AMD2400Controller.kext' (mach-o UUID changed from <unknown> to E0564A2D-E74C-3A35-BCE2-69DA35642A7B)
updated extension 'com.apple.kext.AMDLegacyFramebuffer' found on disk at '/System/Volumes/Update/mnt1/System/Library/Extensions/AMDLegacyFramebuffer.kext' (mach-o UUID changed from <unknown> to C17741E6-97E9-3F0B-8EF8-533036EADFFD)
updated extension 'com.apple.kext.AMD4800Controller' found on disk at '/System/Volumes/Update/mnt1/System/Library/Extensions/AMD4800Controller.kext' (mach-o UUID changed from <unknown> to B8F8AFC9-1D88-3F89-89CB-995FB65CF24F)
updated extension 'com.apple.kext.AMD2600Controller' found on disk at '/System/Volumes/Update/mnt1/System/Library/Extensions/AMD2600Controller.kext' (mach-o UUID changed from <unknown> to BCCB9C1A-9A51-394D-8542-2689735E18E6)
updated extension 'com.apple.driver.usb.AppleUSBVHCICommonRSM' found on disk at '/System/Volumes/Update/mnt1/System/Library/Extensions/AppleUSBCommon.kext/Contents/PlugIns/AppleUSBVHCICommonRSM.kext' (mach-o UUID changed from <unknown> to 69AE1BE0-8FF1-3051-8AA0-A8B7DE075269)
updated extension 'com.apple.kext.AMD6000Controller' found on disk at '/System/Volumes/Update/mnt1/System/Library/Extensions/AMD6000Controller.kext' (mach-o UUID changed from <unknown> to 774DEC5B-95D1-3A18-B4D7-0469DAB59E23)
updated extension 'com.apple.iokit.IOSurface' found on disk at '/System/Volumes/Update/mnt1/System/Library/Extensions/IOSurface.kext' (mach-o UUID changed from EE567EA9-4315-3793-A64F-8C8A12383590 to 263BDC28-38C8-3995-BB6B-AD419E41C2DC)
updated extension 'com.apple.kext.AMDLegacySupport' found on disk at '/System/Volumes/Update/mnt1/System/Library/Extensions/AMDLegacySupport.kext' (mach-o UUID changed from <unknown> to B7ED5B85-C76E-33EF-BB44-33CA9D9042BB)
updated extension 'com.apple.kext.AMD3800Controller' found on disk at '/System/Volumes/Update/mnt1/System/Library/Extensions/AMD3800Controller.kext' (mach-o UUID changed from <unknown> to 73C62AAC-EF04-376B-8A76-D3E2FFFD4F5A)
rebuilding release collections: boot, system
rebuilding release collections:
    boot kernel collection
    system kext collection
failed to build release collection:
    One or more binaries has an error which prevented linking.  See other errors.
    Could not use 'com.apple.GeForce' because: Failed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.GeForce' (at offset 0x5d0fb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.GeForce' (at offset 0x5d10c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.GeForce' (at offset 0x5d992 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.GeForce' (at offset 0x5daa6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.GeForce' (at offset 0x5dab4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.GeForce' (at offset 0x5dac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.GeForce' (at offset 0x5dae6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.GeForce' (at offset 0x5daf4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.GeForce' (at offset 0x5db02 in __TEXT, __text) as could not find a kext which exports this symbol
    Could not use 'com.apple.kext.AMDRadeonX6000' because: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x104b9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15a19 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15a7f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d43 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d4f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d5d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d72 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d82 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15dcb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15e84 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15e95 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15ea4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15f14 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15f26 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x161f7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16204 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16211 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1621e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16241 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16294 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162a1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162da in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162f3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16ac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16ad1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16adf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fb7e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fbb3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fbc5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bce3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bcf5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bdcf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bdd9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bde3 in __TEXT, __text) as could not find a kext which exports this symbol
    Could not use 'com.apple.iokit.IOGPUFamily' because: Failed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x2a21 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x2a2c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x4fda in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x501a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5815 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5888 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x58c2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x58cd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5a81 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5e58 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x6203 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x9abd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc3c8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc4fe in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface22getClientAlignedOffsetEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc5af in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc5bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc913 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc921 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc92c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc9c8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xcd30 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd0fb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd437 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd446 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd451 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd45e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN13IOSurfaceRoot38add_display_footprint_changed_callbackEPFvPvES0_' in 'com.apple.iokit.IOGPUFamily' (at offset 0xedc1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN13IOSurfaceRoot41remove_display_footprint_changed_callbackEPFvPvES0_' in 'com.apple.iokit.IOGPUFamily' (at offset 0xf2bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK13IOSurfaceRoot37get_current_display_surface_footprintEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x104ec in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x135c2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x18349 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bc06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bcaf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent17getCompletedValueEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bcbb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent13waitCompletedEyy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd10 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd60 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd68 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1be0d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1be15 in __TEXT, __text) as could not find a kext which exports this symbol
    Could not use 'com.apple.kext.AMDRadeonX4000' because: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX4000' (at offset 0xff75 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x156bd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15723 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x159e7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x159f3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a01 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a16 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a26 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a6f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b28 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b39 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15bb8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15bca in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15e9b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ea8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15eb5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ec2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ee5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f38 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f45 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f7e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16703 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16712 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16720 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f674 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f6a9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f6b8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x5722f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x57239 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x57243 in __TEXT, __text) as could not find a kext which exports this symbol
    Could not use 'com.apple.driver.AppleIntelSKLGraphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x57204 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b529 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b669 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7db in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7e9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7fa in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b808 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b816 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b907 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b915 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a0a5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a107 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a114 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a13d in __TEXT, __text) as could not find a kext which exports this symbol
    Could not use 'com.apple.driver.AppleIntelHD5000Graphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x3c945 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40206 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40213 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40221 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4022f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40256 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4027e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4028d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40372 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x49b95 in __TEXT, __text) as could not find a kext which exports this symbol
    Could not use 'com.apple.iokit.IOAcceleratorFamily2' because: Failed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0xc4fc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0xc508 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x100ee in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1012e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10a64 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10ade in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10b18 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10b23 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10cfb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10fac in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x113bb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1dab0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1dae4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x22496 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13isDisplayableEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x224d5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x22586 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x226bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface22getClientAlignedOffsetEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x227c7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x227d5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c01 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c0d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c30 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c41 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c5b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c6c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f1e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f2c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f3a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f49 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23fd9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23fe7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23ffa in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x240eb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24146 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24174 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24180 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x2508a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25a49 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25b47 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25b9a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25cf0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25d48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x277ca in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x2b70b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x37d5d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x37dd0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getClientRetainCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x3ef48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46bf1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent17getCompletedValueEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46bfd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c56 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c5e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent13waitCompletedEyy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c8e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46cdf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46ce7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46dac in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getIndexedTimestampEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4b967 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c6e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c70c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c78a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c792 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c7dc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c7e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4cce9 in __TEXT, __text) as could not find a kext which exports this symbol
    Could not use 'com.apple.driver.AppleParavirtGPU' because: Failed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xac1c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xad00 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc10d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc1d7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc229 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc238 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc24b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc298 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2bf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2ce in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2dd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2ec in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc30a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getBytesPerRowEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc535 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getAllocSizeEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc542 in __TEXT, __text) as could not find a kext which exports this symbol
    Could not use 'com.apple.driver.AppleIntelKBLGraphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x56810 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ab35 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ac75 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ade7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5adf5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae14 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae22 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5af13 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5af21 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x69682 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x69709 in __TEXT, __text) as could not find a kext which exports this symbol
    Could not use 'com.apple.driver.AppleCameraInterface' because: Failed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x10d8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x5f8d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x6035 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x604f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x71d6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x76e7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7723 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7770 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x784a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7885 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x78c7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x78e2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7909 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7922 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7979 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7ae9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7b06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x8cc0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9659 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x98e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9a0a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9a25 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9d1a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9e40 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9e5b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa1eb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa262 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa27b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa3a7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa426 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa43f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa541 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa748 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa797 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa7e1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa82a in __TEXT, __text) as could not find a kext which exports this symbol
    Could not use 'com.apple.driver.AppleIntelICLGraphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x69f98 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6eacd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ebe1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed5c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed6a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed7b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed89 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ee88 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ee96 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x7ce66 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x7cefe in __TEXT, __text) as could not find a kext which exports this symbol
    Could not use 'com.apple.driver.AppleIntelBDWGraphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x54510 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57a43 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57acc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57ad9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57ae6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57af3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b19 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b40 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b4d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57c24 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x63db5 in __TEXT, __text) as could not find a kext which exports this symbol
    Could not use 'com.apple.kext.AMDRadeonX5000' because: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x10531 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15a6d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ad3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15d97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15da3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15db1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15dc6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15dd6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15e1f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ed8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ee9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ef8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15f68 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15f7a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1624b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16258 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16265 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16272 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16295 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x162e8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x162f5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1632e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16347 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ab3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ad0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb04 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb39 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0a1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0ab in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0b5 in __TEXT, __text) as could not find a kext which exports this symbol
    com.apple.kext.AMDRadeonX4000:
        Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX4000' (at offset 0xff75 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x156bd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15723 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x159e7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x159f3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a01 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a16 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a26 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a6f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b28 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b39 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15bb8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15bca in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15e9b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ea8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15eb5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ec2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ee5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f38 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f45 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f7e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16703 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16712 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16720 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f674 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f6a9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f6b8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x5722f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x57239 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x57243 in __TEXT, __text) as could not find a kext which exports this symbol
    com.apple.driver.AppleIntelKBLGraphics:
        Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x56810 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ab35 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ac75 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ade7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5adf5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae14 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae22 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5af13 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5af21 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x69682 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x69709 in __TEXT, __text) as could not find a kext which exports this symbol
    com.apple.driver.AppleIntelSKLGraphics:
        Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x57204 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b529 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b669 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7db in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7e9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7fa in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b808 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b816 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b907 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b915 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a0a5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a107 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a114 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a13d in __TEXT, __text) as could not find a kext which exports this symbol
    com.apple.driver.AppleIntelBDWGraphics:
        Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x54510 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57a43 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57acc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57ad9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57ae6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57af3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b19 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b40 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b4d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57c24 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x63db5 in __TEXT, __text) as could not find a kext which exports this symbol
    com.apple.driver.AppleIntelICLGraphics:
        Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x69f98 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6eacd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ebe1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed5c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed6a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed7b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed89 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ee88 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ee96 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x7ce66 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x7cefe in __TEXT, __text) as could not find a kext which exports this symbol
    com.apple.iokit.IOGPUFamily:
        Failed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x2a21 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x2a2c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x4fda in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x501a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5815 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5888 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x58c2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x58cd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5a81 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5e58 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x6203 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x9abd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc3c8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc4fe in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface22getClientAlignedOffsetEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc5af in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc5bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc913 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc921 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc92c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc9c8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xcd30 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd0fb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd437 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd446 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd451 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd45e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN13IOSurfaceRoot38add_display_footprint_changed_callbackEPFvPvES0_' in 'com.apple.iokit.IOGPUFamily' (at offset 0xedc1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN13IOSurfaceRoot41remove_display_footprint_changed_callbackEPFvPvES0_' in 'com.apple.iokit.IOGPUFamily' (at offset 0xf2bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK13IOSurfaceRoot37get_current_display_surface_footprintEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x104ec in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x135c2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x18349 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bc06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bcaf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent17getCompletedValueEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bcbb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent13waitCompletedEyy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd10 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd60 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd68 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1be0d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1be15 in __TEXT, __text) as could not find a kext which exports this symbol
    com.apple.driver.AppleIntelHD5000Graphics:
        Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x3c945 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40206 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40213 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40221 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4022f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40256 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4027e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4028d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40372 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x49b95 in __TEXT, __text) as could not find a kext which exports this symbol
    com.apple.driver.AppleCameraInterface:
        Failed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x10d8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x5f8d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x6035 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x604f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x71d6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x76e7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7723 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7770 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x784a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7885 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x78c7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x78e2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7909 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7922 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7979 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7ae9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7b06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x8cc0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9659 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x98e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9a0a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9a25 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9d1a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9e40 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9e5b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa1eb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa262 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa27b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa3a7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa426 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa43f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa541 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa748 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa797 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa7e1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa82a in __TEXT, __text) as could not find a kext which exports this symbol
    com.apple.iokit.IOAcceleratorFamily2:
        Failed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0xc4fc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0xc508 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x100ee in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1012e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10a64 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10ade in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10b18 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10b23 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10cfb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10fac in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x113bb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1dab0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1dae4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x22496 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13isDisplayableEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x224d5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x22586 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x226bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface22getClientAlignedOffsetEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x227c7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x227d5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c01 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c0d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c30 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c41 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c5b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c6c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f1e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f2c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f3a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f49 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23fd9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23fe7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23ffa in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x240eb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24146 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24174 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24180 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x2508a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25a49 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25b47 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25b9a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25cf0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25d48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x277ca in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x2b70b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x37d5d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x37dd0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getClientRetainCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x3ef48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46bf1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent17getCompletedValueEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46bfd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c56 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c5e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent13waitCompletedEyy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c8e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46cdf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46ce7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46dac in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getIndexedTimestampEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4b967 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c6e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c70c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c78a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c792 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c7dc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c7e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4cce9 in __TEXT, __text) as could not find a kext which exports this symbol
    com.apple.kext.AMDRadeonX5000:
        Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x10531 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15a6d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ad3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15d97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15da3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15db1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15dc6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15dd6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15e1f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ed8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ee9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ef8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15f68 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15f7a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1624b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16258 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16265 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16272 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16295 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x162e8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x162f5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1632e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16347 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ab3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ad0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb04 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb39 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0a1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0ab in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0b5 in __TEXT, __text) as could not find a kext which exports this symbol
    com.apple.kext.AMDRadeonX6000:
        Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x104b9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15a19 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15a7f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d43 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d4f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d5d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d72 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d82 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15dcb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15e84 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15e95 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15ea4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15f14 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15f26 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x161f7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16204 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16211 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1621e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16241 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16294 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162a1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162da in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162f3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16ac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16ad1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16adf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fb7e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fbbError Domain=KMErrorDomain Code=31 "Error occurred while building a collection:
    1: One or more binaries has an error which prevented linking.  See other errors.
    2: Could not use 'com.apple.GeForce' because: Failed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.GeForce' (at offset 0x5d0fb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.GeForce' (at offset 0x5d10c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.GeForce' (at offset 0x5d992 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.GeForce' (at offset 0x5daa6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.GeForce' (at offset 0x5dab4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.GeForce' (at offset 0x5dac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.GeForce' (at offset 0x5dae6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.GeForce' (at offset 0x5daf4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.GeForce' (at offset 0x5db02 in __TEXT, __text) as could not find a kext which exports this symbol
    3: Could not use 'com.apple.kext.AMDRadeonX6000' because: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x104b9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15a19 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15a7f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d43 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d4f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d5d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d72 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d82 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15dcb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15e84 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15e95 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15ea4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15f14 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15f26 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x161f7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16204 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16211 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1621e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16241 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16294 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162a1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162da in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162f3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16ac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16ad1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16adf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fb7e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fbb3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fbc5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bce3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bcf5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bdcf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bdd9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bde3 in __TEXT, __text) as could not find a kext which exports this symbol
    4: Could not use 'com.apple.iokit.IOGPUFamily' because: Failed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x2a21 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x2a2c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x4fda in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x501a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5815 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5888 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x58c2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x58cd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5a81 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5e58 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x6203 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x9abd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc3c8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc4fe in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface22getClientAlignedOffsetEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc5af in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc5bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc913 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc921 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc92c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc9c8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xcd30 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd0fb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd437 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd446 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd451 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd45e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN13IOSurfaceRoot38add_display_footprint_changed_callbackEPFvPvES0_' in 'com.apple.iokit.IOGPUFamily' (at offset 0xedc1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN13IOSurfaceRoot41remove_display_footprint_changed_callbackEPFvPvES0_' in 'com.apple.iokit.IOGPUFamily' (at offset 0xf2bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK13IOSurfaceRoot37get_current_display_surface_footprintEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x104ec in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x135c2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x18349 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bc06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bcaf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent17getCompletedValueEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bcbb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent13waitCompletedEyy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd10 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd60 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd68 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1be0d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1be15 in __TEXT, __text) as could not find a kext which exports this symbol
    5: Could not use 'com.apple.kext.AMDRadeonX4000' because: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX4000' (at offset 0xff75 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x156bd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15723 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x159e7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x159f3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a01 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a16 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a26 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a6f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b28 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b39 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15bb8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15bca in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15e9b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ea8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15eb5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ec2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ee5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f38 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f45 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f7e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16703 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16712 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16720 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f674 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f6a9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f6b8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x5722f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x57239 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x57243 in __TEXT, __text) as could not find a kext which exports this symbol
    6: Could not use 'com.apple.driver.AppleIntelSKLGraphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x57204 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b529 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b669 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7db in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7e9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7fa in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b808 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b816 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b907 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b915 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a0a5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a107 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a114 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a13d in __TEXT, __text) as could not find a kext which exports this symbol
    7: Could not use 'com.apple.driver.AppleIntelHD5000Graphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x3c945 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40206 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40213 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40221 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4022f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40256 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4027e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4028d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40372 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x49b95 in __TEXT, __text) as could not find a kext which exports this symbol
    8: Could not use 'com.apple.iokit.IOAcceleratorFamily2' because: Failed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0xc4fc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0xc508 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x100ee in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1012e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10a64 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10ade in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10b18 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10b23 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10cfb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10fac in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x113bb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1dab0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1dae4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x22496 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13isDisplayableEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x224d5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x22586 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x226bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface22getClientAlignedOffsetEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x227c7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x227d5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c01 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c0d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c30 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c41 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c5b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c6c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f1e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f2c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f3a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f49 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23fd9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23fe7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23ffa in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x240eb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24146 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24174 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24180 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x2508a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25a49 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25b47 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25b9a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25cf0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25d48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x277ca in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x2b70b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x37d5d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x37dd0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getClientRetainCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x3ef48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46bf1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent17getCompletedValueEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46bfd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c56 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c5e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent13waitCompletedEyy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c8e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46cdf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46ce7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46dac in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getIndexedTimestampEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4b967 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c6e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c70c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c78a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c792 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c7dc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c7e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4cce9 in __TEXT, __text) as could not find a kext which exports this symbol
    9: Could not use 'com.apple.driver.AppleParavirtGPU' because: Failed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xac1c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xad00 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc10d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc1d7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc229 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc238 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc24b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc298 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2bf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2ce in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2dd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2ec in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc30a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getBytesPerRowEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc535 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getAllocSizeEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc542 in __TEXT, __text) as could not find a kext which exports this symbol
    10: Could not use 'com.apple.driver.AppleIntelKBLGraphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x56810 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ab35 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ac75 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ade7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5adf5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae14 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae22 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5af13 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5af21 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x69682 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x69709 in __TEXT, __text) as could not find a kext which exports this symbol
    11: Could not use 'com.apple.driver.AppleCameraInterface' because: Failed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x10d8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x5f8d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x6035 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x604f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x71d6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x76e7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7723 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7770 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x784a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7885 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x78c7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x78e2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7909 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7922 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7979 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7ae9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7b06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x8cc0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9659 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x98e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9a0a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9a25 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9d1a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9e40 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9e5b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa1eb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa262 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa27b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa3a7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa426 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa43f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa541 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa748 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa797 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa7e1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa82a in __TEXT, __text) as could not find a kext which exports this symbol
    12: Could not use 'com.apple.driver.AppleIntelICLGraphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x69f98 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6eacd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ebe1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed5c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed6a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed7b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed89 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ee88 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ee96 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x7ce66 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x7cefe in __TEXT, __text) as could not find a kext which exports this symbol
    13: Could not use 'com.apple.driver.AppleIntelBDWGraphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x54510 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57a43 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57acc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57ad9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57ae6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57af3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b19 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b40 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b4d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57c24 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x63db5 in __TEXT, __text) as could not find a kext which exports this symbol
    14: Could not use 'com.apple.kext.AMDRadeonX5000' because: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x10531 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15a6d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ad3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15d97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15da3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15db1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15dc6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15dd6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15e1f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ed8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ee9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ef8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15f68 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15f7a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1624b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16258 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16265 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16272 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16295 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x162e8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x162f5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1632e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16347 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ab3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ad0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb04 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb39 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0a1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0ab in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0b5 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.kext.AMDRadeonX4000 specific:
    1: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX4000' (at offset 0xff75 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x156bd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15723 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x159e7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x159f3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a01 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a16 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a26 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a6f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b28 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b39 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15bb8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15bca in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15e9b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ea8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15eb5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ec2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ee5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f38 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f45 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f7e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16703 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16712 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16720 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f674 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f6a9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f6b8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x5722f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x57239 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x57243 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.driver.AppleIntelKBLGraphics specific:
    1: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x56810 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ab35 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ac75 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ade7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5adf5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae14 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae22 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5af13 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5af21 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x69682 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x69709 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.driver.AppleIntelSKLGraphics specific:
    1: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x57204 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b529 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b669 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7db in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7e9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7fa in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b808 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b816 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b907 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b915 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a0a5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a107 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a114 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a13d in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.driver.AppleIntelBDWGraphics specific:
    1: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x54510 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57a43 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57acc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57ad9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57ae6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57af3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b19 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b40 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b4d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57c24 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x63db5 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.driver.AppleIntelICLGraphics specific:
    1: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x69f98 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6eacd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ebe1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed5c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed6a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed7b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed89 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ee88 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ee96 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x7ce66 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x7cefe in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.iokit.IOGPUFamily specific:
    1: Failed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x2a21 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x2a2c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x4fda in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x501a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5815 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5888 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x58c2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x58cd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5a81 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5e58 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x6203 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x9abd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc3c8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc4fe in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface22getClientAlignedOffsetEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc5af in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc5bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc913 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc921 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc92c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc9c8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xcd30 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd0fb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd437 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd446 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd451 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd45e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN13IOSurfaceRoot38add_display_footprint_changed_callbackEPFvPvES0_' in 'com.apple.iokit.IOGPUFamily' (at offset 0xedc1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN13IOSurfaceRoot41remove_display_footprint_changed_callbackEPFvPvES0_' in 'com.apple.iokit.IOGPUFamily' (at offset 0xf2bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK13IOSurfaceRoot37get_current_display_surface_footprintEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x104ec in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x135c2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x18349 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bc06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bcaf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent17getCompletedValueEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bcbb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent13waitCompletedEyy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd10 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd60 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd68 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1be0d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1be15 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.driver.AppleIntelHD5000Graphics specific:
    1: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x3c945 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40206 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40213 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40221 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4022f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40256 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4027e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4028d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40372 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x49b95 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.driver.AppleCameraInterface specific:
    1: Failed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x10d8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x5f8d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x6035 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x604f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x71d6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x76e7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7723 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7770 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x784a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7885 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x78c7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x78e2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7909 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7922 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7979 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7ae9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7b06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x8cc0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9659 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x98e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9a0a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9a25 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9d1a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9e40 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9e5b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa1eb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa262 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa27b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa3a7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa426 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa43f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa541 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa748 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa797 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa7e1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa82a in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.iokit.IOAcceleratorFamily2 specific:
    1: Failed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0xc4fc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0xc508 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x100ee in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1012e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10a64 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10ade in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10b18 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10b23 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10cfb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10fac in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x113bb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1dab0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1dae4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x22496 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13isDisplayableEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x224d5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x22586 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x226bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface22getClientAlignedOffsetEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x227c7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x227d5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c01 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c0d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c30 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c41 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c5b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c6c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f1e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f2c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f3a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f49 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23fd9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23fe7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23ffa in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x240eb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24146 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24174 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24180 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x2508a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25a49 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25b47 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25b9a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25cf0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25d48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x277ca in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x2b70b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x37d5d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x37dd0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getClientRetainCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x3ef48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46bf1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent17getCompletedValueEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46bfd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c56 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c5e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent13waitCompletedEyy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c8e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46cdf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46ce7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46dac in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getIndexedTimestampEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4b967 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c6e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c70c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c78a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c792 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c7dc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c7e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4cce9 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.kext.AMDRadeonX5000 specific:
    1: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x10531 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15a6d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ad3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15d97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15da3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15db1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15dc6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15dd6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15e1f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ed8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ee9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ef8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15f68 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15f7a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1624b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16258 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16265 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16272 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16295 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x162e8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x162f5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1632e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16347 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ab3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ad0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb04 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb39 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0a1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0ab in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0b5 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.kext.AMDRadeonX6000 specific:
    1: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x104b9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15a19 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15a7f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d43 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d4f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d5d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d72 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d82 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15dcb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15e84 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15e95 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15ea4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15f14 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15f26 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x161f7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16204 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16211 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1621e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16241 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16294 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162a1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162da in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162f3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16ac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16ad1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16adf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fb7e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fbb3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fbc5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bce3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bcf5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bdcf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bdd9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bde3 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.GeForce specific:
    1: Failed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.GeForce' (at offset 0x5d0fb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.GeForce' (at offset 0x5d10c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.GeForce' (at offset 0x5d992 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.GeForce' (at offset 0x5daa6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.GeForce' (at offset 0x5dab4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.GeForce' (at offset 0x5dac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.GeForce' (at offset 0x5dae6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.GeForce' (at offset 0x5daf4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.GeForce' (at offset 0x5db02 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.driver.AppleParavirtGPU specific:
    1: Failed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xac1c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xad00 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc10d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc1d7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc229 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc238 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc24b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc298 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2bf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2ce in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2dd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2ec in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc30a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getBytesPerRowEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc535 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getAllocSizeEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc542 in __TEXT, __text) as could not find a kext which exports this symbol
" UserInfo={NSLocalizedDescription=Error occurred while building a collection:
    1: One or more binaries has an error which prevented linking.  See other errors.
    2: Could not use 'com.apple.GeForce' because: Failed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.GeForce' (at offset 0x5d0fb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.GeForce' (at offset 0x5d10c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.GeForce' (at offset 0x5d992 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.GeForce' (at offset 0x5daa6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.GeForce' (at offset 0x5dab4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.GeForce' (at offset 0x5dac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.GeForce' (at offset 0x5dae6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.GeForce' (at offset 0x5daf4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.GeForce' (at offset 0x5db02 in __TEXT, __text) as could not find a kext which exports this symbol
    3: Could not use 'com.apple.kext.AMDRadeonX6000' because: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x104b9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15a19 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15a7f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d43 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d4f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d5d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d72 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d82 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15dcb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15e84 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15e95 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15ea4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15f14 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15f26 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x161f7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16204 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16211 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1621e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16241 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16294 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162a1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162da in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162f3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16ac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16ad1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16adf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fb7e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fbb3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fbc5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bce3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bcf5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bdcf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bdd9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bde3 in __TEXT, __text) as could not find a kext which exports this symbol
    4: Could not use 'com.apple.iokit.IOGPUFamily' because: Failed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x2a21 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x2a2c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x4fda in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x501a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5815 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5888 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x58c2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x58cd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5a81 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5e58 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x6203 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x9abd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc3c8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc4fe in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface22getClientAlignedOffsetEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc5af in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc5bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc913 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc921 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc92c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc9c8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xcd30 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd0fb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd437 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd446 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd451 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd45e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN13IOSurfaceRoot38add_display_footprint_changed_callbackEPFvPvES0_' in 'com.apple.iokit.IOGPUFamily' (at offset 0xedc1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN13IOSurfaceRoot41remove_display_footprint_changed_callbackEPFvPvES0_' in 'com.apple.iokit.IOGPUFamily' (at offset 0xf2bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK13IOSurfaceRoot37get_current_display_surface_footprintEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x104ec in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x135c2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x18349 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bc06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bcaf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent17getCompletedValueEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bcbb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent13waitCompletedEyy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd10 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd60 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd68 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1be0d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1be15 in __TEXT, __text) as could not find a kext which exports this symbol
    5: Could not use 'com.apple.kext.AMDRadeonX4000' because: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX4000' (at offset 0xff75 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x156bd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15723 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x159e7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x159f3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a01 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a16 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a26 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a6f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b28 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b39 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15bb8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15bca in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15e9b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ea8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15eb5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ec2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ee5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f38 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f45 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f7e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16703 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16712 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16720 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f674 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f6a9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f6b8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x5722f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x57239 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x57243 in __TEXT, __text) as could not find a kext which exports this symbol
    6: Could not use 'com.apple.driver.AppleIntelSKLGraphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x57204 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b529 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b669 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7db in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7e9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7fa in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b808 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b816 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b907 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b915 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a0a5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a107 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a114 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a13d in __TEXT, __text) as could not find a kext which exports this symbol
    7: Could not use 'com.apple.driver.AppleIntelHD5000Graphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x3c945 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40206 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40213 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40221 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4022f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40256 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4027e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4028d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40372 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x49b95 in __TEXT, __text) as could not find a kext which exports this symbol
    8: Could not use 'com.apple.iokit.IOAcceleratorFamily2' because: Failed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0xc4fc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0xc508 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x100ee in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1012e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10a64 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10ade in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10b18 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10b23 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10cfb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10fac in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x113bb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1dab0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1dae4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x22496 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13isDisplayableEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x224d5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x22586 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x226bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface22getClientAlignedOffsetEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x227c7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x227d5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c01 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c0d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c30 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c41 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c5b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c6c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f1e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f2c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f3a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f49 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23fd9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23fe7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23ffa in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x240eb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24146 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24174 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24180 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x2508a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25a49 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25b47 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25b9a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25cf0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25d48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x277ca in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x2b70b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x37d5d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x37dd0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getClientRetainCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x3ef48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46bf1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent17getCompletedValueEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46bfd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c56 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c5e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent13waitCompletedEyy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c8e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46cdf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46ce7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46dac in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getIndexedTimestampEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4b967 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c6e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c70c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c78a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c792 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c7dc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c7e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4cce9 in __TEXT, __text) as could not find a kext which exports this symbol
    9: Could not use 'com.apple.driver.AppleParavirtGPU' because: Failed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xac1c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xad00 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc10d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc1d7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc229 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc238 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc24b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc298 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2bf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2ce in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2dd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2ec in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc30a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getBytesPerRowEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc535 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getAllocSizeEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc542 in __TEXT, __text) as could not find a kext which exports this symbol
    10: Could not use 'com.apple.driver.AppleIntelKBLGraphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x56810 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ab35 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ac75 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ade7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5adf5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae14 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae22 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5af13 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5af21 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x69682 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x69709 in __TEXT, __text) as could not find a kext which exports this symbol
    11: Could not use 'com.apple.driver.AppleCameraInterface' because: Failed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x10d8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x5f8d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x6035 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x604f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x71d6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x76e7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7723 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7770 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x784a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7885 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x78c7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x78e2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7909 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7922 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7979 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7ae9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7b06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x8cc0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9659 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x98e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9a0a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9a25 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9d1a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9e40 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9e5b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa1eb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa262 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa27b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa3a7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa426 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa43f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa541 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa748 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa797 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa7e1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa82a in __TEXT, __text) as could not find a kext which exports this symbol
    12: Could not use 'com.apple.driver.AppleIntelICLGraphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x69f98 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6eacd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ebe1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed5c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed6a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed7b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed89 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ee88 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ee96 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x7ce66 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x7cefe in __TEXT, __text) as could not find a kext which exports this symbol
    13: Could not use 'com.apple.driver.AppleIntelBDWGraphics' because: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x54510 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57a43 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57acc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57ad9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57ae6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57af3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b19 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b40 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b4d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57c24 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x63db5 in __TEXT, __text) as could not find a kext which exports this symbol
    14: Could not use 'com.apple.kext.AMDRadeonX5000' because: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x10531 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15a6d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ad3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15d97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15da3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15db1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15dc6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15dd6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15e1f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ed8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ee9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ef8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15f68 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15f7a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1624b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16258 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16265 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16272 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16295 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x162e8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x162f5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1632e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16347 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ab3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ad0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb04 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb39 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0a1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0ab in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0b5 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.kext.AMDRadeonX4000 specific:
    1: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX4000' (at offset 0xff75 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x156bd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15723 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x159e7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x159f3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a01 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a16 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a26 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15a6f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b28 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b39 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15b48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15bb8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15bca in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15e9b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ea8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15eb5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ec2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15ee5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f38 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f45 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f7e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x15f97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16703 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16712 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x16720 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f674 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f6a9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x1f6b8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x5722f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x57239 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX4000' (at offset 0x57243 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.driver.AppleIntelKBLGraphics specific:
    1: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x56810 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ab35 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ac75 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ade7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5adf5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae14 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5ae22 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5af13 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x5af21 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x69682 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelKBLGraphics' (at offset 0x69709 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.driver.AppleIntelSKLGraphics specific:
    1: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x57204 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b529 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b669 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7db in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7e9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b7fa in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b808 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b816 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b907 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x5b915 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a0a5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a107 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a114 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelSKLGraphics' (at offset 0x6a13d in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.driver.AppleIntelBDWGraphics specific:
    1: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x54510 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57a43 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57acc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57ad9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57ae6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57af3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b19 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b40 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57b4d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x57c24 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelBDWGraphics' (at offset 0x63db5 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.driver.AppleIntelICLGraphics specific:
    1: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x69f98 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6eacd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ebe1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed5c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed6a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed7b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed89 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ed97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ee88 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x6ee96 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x7ce66 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.driver.AppleIntelICLGraphics' (at offset 0x7cefe in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.iokit.IOGPUFamily specific:
    1: Failed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x2a21 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x2a2c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x4fda in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x501a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5815 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5888 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x58c2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x58cd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5a81 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x5e58 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x6203 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x9abd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc3c8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc4fe in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface22getClientAlignedOffsetEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc5af in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc5bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc913 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc921 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc92c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xc9c8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xcd30 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd0fb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd437 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd446 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd451 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0xd45e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN13IOSurfaceRoot38add_display_footprint_changed_callbackEPFvPvES0_' in 'com.apple.iokit.IOGPUFamily' (at offset 0xedc1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN13IOSurfaceRoot41remove_display_footprint_changed_callbackEPFvPvES0_' in 'com.apple.iokit.IOGPUFamily' (at offset 0xf2bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK13IOSurfaceRoot37get_current_display_surface_footprintEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x104ec in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x135c2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x18349 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bc06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bcaf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent17getCompletedValueEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bcbb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent13waitCompletedEyy' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd10 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd60 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1bd68 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1be0d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOGPUFamily' (at offset 0x1be15 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.driver.AppleIntelHD5000Graphics specific:
    1: Failed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x3c945 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40206 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40213 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40221 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4022f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40256 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4027e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x4028d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x40372 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.driver.AppleIntelHD5000Graphics' (at offset 0x49b95 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.driver.AppleCameraInterface specific:
    1: Failed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x10d8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x5f8d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x6035 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x604f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x71d6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x76e7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7723 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7770 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x784a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7885 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x78c7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x78e2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7909 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7922 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7979 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7ae9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x7b06 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x8cc0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9659 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x98e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9a0a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9a25 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9d1a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9e40 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0x9e5b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa1eb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa262 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa27b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa3a7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa426 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa43f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa541 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa748 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa797 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa7e1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleCameraInterface' (at offset 0xa82a in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.iokit.IOAcceleratorFamily2 specific:
    1: Failed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0xc4fc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0xc508 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x100ee in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1012e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10a64 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10ade in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10b18 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10b23 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10cfb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getUnlockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x10fac in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x113bb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1dab0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x1dae4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x22496 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13isDisplayableEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x224d5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x22586 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x226bc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface22getClientAlignedOffsetEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x227c7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x227d5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c01 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c0d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c30 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c41 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c5b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23c6c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f1e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f2c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f3a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23f49 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23fd9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface8getWidthEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23fe7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9getHeightEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x23ffa in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x240eb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24146 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24174 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x24180 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getMemoryDescriptorEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x2508a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25a49 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25b47 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25b9a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25cf0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface11getLockSeedEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x25d48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x277ca in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x2b70b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x37d5d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent15signalCompletedEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x37dd0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getClientRetainCountEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x3ef48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46bf1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent17getCompletedValueEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46bfd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c56 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c5e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZN20IOSurfaceSharedEvent13waitCompletedEyy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46c8e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46cdf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK20IOSurfaceSharedEvent10getTraceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46ce7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK29IOSurfaceSharedEventReference14getSharedEventEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x46dac in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getIndexedTimestampEy' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4b967 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c6e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c70c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c78a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c792 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c7dc in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4c7e4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.iokit.IOAcceleratorFamily2' (at offset 0x4cce9 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.kext.AMDRadeonX5000 specific:
    1: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x10531 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15a6d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ad3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15d97 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15da3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15db1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15dc6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15dd6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15e1f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ed8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ee9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15ef8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15f68 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x15f7a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1624b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16258 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16265 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16272 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16295 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x162e8 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x162f5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1632e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16347 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ab3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x16ad0 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb04 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb39 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x1fb48 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0a1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0ab in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX5000' (at offset 0x3c0b5 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.kext.AMDRadeonX6000 specific:
    1: Failed to bind '__ZNK9IOSurface20getProtectionOptionsEv' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x104b9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15a19 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface9copyValueEPKcPj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15a7f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d43 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d4f in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d5d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d72 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15d82 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15dcb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15e84 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15e95 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15ea4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15f14 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x15f26 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x161f7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16204 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneBaseEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16211 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1621e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16241 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16294 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface21getPlaneElementHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162a1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162da in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x162f3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16ac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16ad1 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x16adf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fb7e in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fbb3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fbc5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bce3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bcf5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bdcf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bdd9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bde3 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.GeForce specific:
    1: Failed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.GeForce' (at offset 0x5d0fb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.GeForce' (at offset 0x5d10c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.GeForce' (at offset 0x5d992 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.GeForce' (at offset 0x5daa6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.GeForce' (at offset 0x5dab4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.GeForce' (at offset 0x5dac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.GeForce' (at offset 0x5dae6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.GeForce' (at offset 0x5daf4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.GeForce' (at offset 0x5db02 in __TEXT, __text) as could not find a kext which exports this symbol
com.apple.driver.AppleParavirtGPU specific:
    1: Failed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xac1c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xad00 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc10d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc1d7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc229 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc238 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc24b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc298 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2bf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2ce in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2dd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2ec in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc30a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getBytesPerRowEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc535 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getAllocSizeEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc542 in __TEXT, __text) as could not find a kext which exports this symbol
}
3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getPlaneSizeEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x1fbc5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bce3 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bcf5 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bdcf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bdd9 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.kext.AMDRadeonX6000' (at offset 0x3bde3 in __TEXT, __text) as could not find a kext which exports this symbol
    com.apple.GeForce:
        Failed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.GeForce' (at offset 0x5d0fb in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.GeForce' (at offset 0x5d10c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.GeForce' (at offset 0x5d992 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.GeForce' (at offset 0x5daa6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.GeForce' (at offset 0x5dab4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface20getPlaneElementWidthEj' in 'com.apple.GeForce' (at offset 0x5dac2 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.GeForce' (at offset 0x5dae6 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.GeForce' (at offset 0x5daf4 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.GeForce' (at offset 0x5db02 in __TEXT, __text) as could not find a kext which exports this symbol
    com.apple.driver.AppleParavirtGPU:
        Failed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xac1c in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xad00 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc10d in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc1d7 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getSurfaceIDEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc229 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc238 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneCountEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc24b in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPixelFormatEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc298 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneOffsetEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2bf in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface13getPlaneWidthEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2ce in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getPlaneHeightEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2dd in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface19getPlaneBytesPerRowEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc2ec in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface23getPlaneBytesPerElementEj' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc30a in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface14getBytesPerRowEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc535 in __TEXT, __text) as could not find a kext which exports this symbolFailed to bind '__ZNK9IOSurface12getAllocSizeEv' in 'com.apple.driver.AppleParavirtGPU' (at offset 0xc542 in __TEXT, __text) as could not find a kext which exports this symbol

 

Please reboot the machine to avoid potential issues rerunning the patcher
Press [ENTER] to continue

  • I was able to manually add the AMDLegacyFramebuffer and AMD5000Controller kexts from High Sierra to Monterey's /S/L/E - see writing to macOS system partition.  This enables the graphics card to be recognised and fan speed control to be restored.

 

 

9 hours ago, PG7 said:

this with the OCLP v0.1.9

*** cannot install versions v0.2.0 / v0.2.1 / v0.2.2 error!

 

 I think the newer versions of OCLP added hardware checks eg in my case, v0.2.2 wouldn't apply the post install graphics patches because an AirPort wireless card was not detected 😡.

  • Like 4
  • Thanks 2
On 6/24/2021 at 5:41 PM, surenmunoo said:

Anyone have this installed on a Rocket Lake system. I did a full new install on a drive running Big Sur. The installation went thru fin and Monterey boots up perfectly but after a few minutes it gets frozen and I have to reboot. this happens every time. Im using OC 0.70. I turned of the bluetoothinj kext and bluetoothfirmware kext and still same, turned of my ethernet connection in settings, still same. Something is causing it to freeze up. 

I have. Try to boot with SecureBoot disabled and use -lilubetaall -wegbeta -no_compat_check. Use EC060800 as the CPUID1Data and use USBInjectAll.kext with XHCIPortLimit enabled. Add the SMC plugins for processor and superio. Vit9696’s Intel I-225V kernel patch and also the FakePCIID Intel I225V needs to be disabled also because it is now natively supported. That could be the cause.

2 minutes ago, Middleman said:

I have. Try to boot with SecureBoot disabled and use -lilubetaall -wegbeta -no_compat_check. Use EC060800 as the CPUID1Data and use USBInjectAll.kext with XHCIPortLimit enabled. Add the SMC plugins for processor and superio. Vit9696’s Intel I-225V kernel patch and also the FakePCIID Intel I225V needs to be disabled also because it is now natively supported. That could be the cause.

Thanks mate, I will give this a go and let you know. So this actually makes sense by disabling the FakePCIID Intel I225V kext as a lot of places I searched named this as the culprit but I just thought by turning off the ethernet in settings and removing the cable it should work but guess I was wrong, thanks again Middleman.

 

These are the kexts I have in there now and the cpuidData/Mask I am using for Big Sur. 

The1024492542_ScreenShot2021-06-28at7_12_04PM.thumb.png.999bbc40d3ba71dcebac1b07723abe8e.png

30 minutes ago, Middleman said:

I have. Try to boot with SecureBoot disabled and use -lilubetaall -wegbeta -no_compat_check. Use EC060800 as the CPUID1Data and use USBInjectAll.kext with XHCIPortLimit enabled. Add the SMC plugins for processor and superio. Vit9696’s Intel I-225V kernel patch and also the FakePCIID Intel I225V needs to be disabled also because it is now natively supported. That could be the cause.

Okay so I have made the changes to the config file just that I cannot find this patch any where (Vit9696’s Intel) also do I need to remove Intelbluetoothinjector.kext and Intelbluetoothfirmware.kext? If yes what do I replace with? Any other kexts that you see there that needs removing disabling

Am running Monterey beta 1 on my hardware. When on Big Sur, bluetooth works by using IntelBluetoothFirmware.

 

However, In Monterey bluetooth is not working. I even used a usb bluetooth dongle but still bluetooth not working. Anyone know what i can do?

Guest
This topic is now closed to further replies.
×
×
  • Create New...