System and dmg info:
Text of error message of the attached screen shot:macOS Mojave Version 10.14.2 (18C54) $ shasum dmg/VirtualBox-6.0.0-127566-OSX.dmg 6655317818947e478762e56a43e18851635949c7 dmg/VirtualBox-6.0.0-127566-OSX.dmg
Code: Select all
Callee RC: NS_BASE_STREAM_WOULD_BLOCK (0x80470007)What I did:Jan 4 15:50:24 My-iMac VirtualBox[1192]: DEPRECATED USE in libdispatch client: dispatch source activated with no event handler set; set a breakpoint on _dispatch_bug_deprecated to debug Jan 4 15:51:05 My-iMac Spotlight[406]: assertion failed: 18C54: libxpc.dylib + 92321 [DC50F33E-C47D-3256-BFE0-F8E9B5AEBE17]: 0x89 Jan 4 15:51:06 My-iMac screencaptureui[1201]: DEPRECATED USE in libdispatch client: dispatch source activated with no event handler set; set a breakpoint on _dispatch_bug_deprecated to debug Jan 4 15:51:31 My-iMac com.apple.xpc.launchd[1] (com.apple.quicklook[1205]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.quicklook Jan 4 15:52:27 My-iMac com.apple.xpc.launchd[1] (org.virtualbox.app.VirtualBox.6120[1192]): Service exited with abnormal code: 1
- D/L the dmg
- Ran the installer -> failed
- Went to System Preferences > Security and Privacy > General and enabled the vbox kernel extension
- Re-ran the installer -> success
- Started VirtualBox -> failed (see attachment)
- Uninstalled (including support files as found by Hazel)
- Reinstalled -> success
- Started VirtualBox -> failed (see attachment)
After the reboot:
- Started VirtualBox -> failed (see attachment)
- Re-ran the installer -> success
- Went to System Preferences > Security and Privacy > General - nothing to enable
- Started VirtualBox -> failed (see attachment)
I found Fixing Virtualbox and Vagrant in macOS Mojave 10.14 Public Beta 3, which suggested some greppery in the various org.virtualbox.kext.* Info.plist files and much worse besides.
I can see my kexts are loaded.
But my AppleKextExcludeList.kext is not up to date.sh-3.2# kextstat |grep -i vbox 179 3 0xffffff7f83e35000 0xef000 0xef000 org.virtualbox.kext.VBoxDrv (6.0.0) 90C5538D-EAA4-3EE0-AFF7-C60B469DCC90 <8 6 5 3 1> 180 0 0xffffff7f84c63000 0x8000 0x8000 org.virtualbox.kext.VBoxUSB (6.0.0) 05696B73-790D-3AEA-A761-D596A8594380 <179 158 53 8 6 5 3 1> 181 0 0xffffff7f84b89000 0x5000 0x5000 org.virtualbox.kext.VBoxNetFlt (6.0.0) B6345263-C6EB-3365-BC16-7594E4B9870A <179 8 6 5 3 1> 182 0 0xffffff7f84cf6000 0x6000 0x6000 org.virtualbox.kext.VBoxNetAdp (6.0.0) C12A4634-55F8-39C2-848D-7E358A29E174 <179 6 5 1> sh-3.2#
sh-3.2# grep -i vbox -A 1 /System/Library/Extensions/AppleKextExcludeList.kext/Contents/Info.plist <key>org.virtualbox.kext.VBoxDrv</key> <string>LT 5.2.14</string> sh-3.2# ls -l /System/Library/Extensions/AppleKextExcludeList.kext/Contents/Info.plist -rw-r--r-- 1 root wheel 1029992 Aug 18 02:00 /System/Library/Extensions/AppleKextExcludeList.kext/Contents/Info.plist