VirtualBox Exits straight away with "Service exited with abnormal code: 1"

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
IBMRob
Posts: 1
Joined: 29. Aug 2017, 22:53

VirtualBox Exits straight away with "Service exited with abnormal code: 1"

Post by IBMRob »

I've been suffering a problem where by as soon as I start up virtualbox it exits straight away. I have suffered this over multiple versions of osX and also VirtualBox. My current versions are:

MacOS: 10.12.6
VirtualBox: 5.1.26

The error in the syslog is

Code: Select all

Aug 29 21:43:52 Bergkamp com.apple.xpc.launchd[1] (org.virtualbox.app.VirtualBox.45084[14118]): Service exited with abnormal code: 1
If I look at the error in /Users/<user>/Library/VirtualBox/VBoxSVC.log it has the following in it

Code: Select all

VirtualBox XPCOM Server 5.1.26 r117224 darwin.amd64 (Jul 27 2017 14:04:15) release log
00:00:00.011088 main     Log opened 2017-08-29T13:55:15.881835000Z
00:00:00.011089 main     Build Type: release
00:00:00.011108 main     OS Product: Darwin
00:00:00.011113 main     OS Release: 16.7.0
00:00:00.011117 main     OS Version: Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64
00:00:00.011351 main     DMI Product Name: MacBookPro11,5
00:00:00.011393 main     DMI Product Version: 1.0
00:00:00.011417 main     Host RAM: 16384MB (16.0GB) total, 4779MB (4.6GB) available
00:00:00.011421 main     Executable: /Applications/VirtualBox.app/Contents/MacOS/VBoxSVC
00:00:00.011422 main     Process ID: 14174
00:00:00.011422 main     Package type: DARWIN_64BITS_GENERIC
00:00:00.014523 main     IPC socket path: /tmp/.vbox-convery-ipc/ipcd
00:00:00.118462 nspr-2   VirtualBox: object creation starts
00:00:00.118876 nspr-2   Home directory: '/Users/convery/Library/VirtualBox'
00:00:00.165731 nspr-2   HostDnsMonitor: old information
00:00:00.165747 nspr-2     no server entries
00:00:00.165750 nspr-2     no domain set
00:00:00.165751 nspr-2     no search string entries
00:00:00.165753 nspr-2   HostDnsMonitor: new information
00:00:00.165755 nspr-2     server 1 (removed as I could not post with the values)
00:00:00.165757 nspr-2     server 2: (removed as I could not post with the values)
00:00:00.165759 nspr-2     server 3: (removed as I could not post with the values)
00:00:00.165761 nspr-2     server 4: (removed as I could not post with the values)
00:00:00.165763 nspr-2     domain: (removed as I could not post with the values)
00:00:00.165765 nspr-2     search string 1: (removed as I could not post with the values)
00:00:00.165767 nspr-2     search string 2: (removed as I could not post with the values)
00:00:00.165768 nspr-2     search string 3: (removed as I could not post with the nvalues)
00:00:00.165772 nspr-2   HostDnsMonitorProxy::notify
00:00:00.169075 nspr-2   VD: VDInit finished
00:00:00.171502 nspr-2   VirtualBox: object created
00:00:00.176383 nspr-2   ERROR [COM]: aRC=VBOX_E_OBJECT_NOT_FOUND (0x80bb0001) aIID={0169423f-46b4-cde9-91af-1e9d5b6cd945} aComponent={VirtualBoxWrap} aText={Could not find a registered machine named 'default'}, preserve=false aResultDetail=0
00:00:00.220503 nspr-2   ERROR [COM]: aRC=VBOX_E_OBJECT_NOT_FOUND (0x80bb0001) aIID={0169423f-46b4-cde9-91af-1e9d5b6cd945} aComponent={VirtualBoxWrap} aText={Could not find a registered machine named 'default'}, preserve=false aResultDetail=0
00:00:00.284818 nspr-2   ERROR [COM]: aRC=VBOX_E_OBJECT_NOT_FOUND (0x80bb0001) aIID={0169423f-46b4-cde9-91af-1e9d5b6cd945} aComponent={VirtualBoxWrap} aText={Could not find a registered machine named 'default'}, preserve=false aResultDetail=0
00:00:05.287240 main     VirtualBox: object deletion starts
00:00:05.290891 Watcher  ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={0169423f-46b4-cde9-91af-1e9d5b6cd945} aComponent={VirtualBoxWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:00:05.291048 main     VirtualBox: object deleted
I have tried totally removing everything and reinstalling.
I have tried the fix mentioned on github:

Code: Select all

for bin in VirtualBox VirtualBoxVM VBoxNetAdpCtl VBoxNetDHCP VBoxNetNAT VBoxHeadless; do
   sudo chmod u+s "/Applications/VirtualBox.app/Contents/MacOS/${bin}"
done
I've not found anything that has worked. I know some others that are also suffering the same problem
Post Reply