Installation: stuck on host machine

Hi, I’ve looked at some similar topics but still need help.

I was running Local fine on a previous computer. Migrated to new computer and Local does not run. Tried to reinstall and it gets stuck on the host machine. It gives me this error

but I am already running virtualbox 5.2.12.

I am running OsX High Sierra. Tried reinstalling, deleting local entry in virtualbox, upgrading virtualbox to latest version, restarting computer… please help

First entry in log looks like this

Jul 12, 2018, 10:26 AM GMT+2 - info: [main/index] Existing Pressmatic data does not exist.
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/check-system] Check System: Docker Machine:
{ stdout: ‘’,
stderr: ‘Host does not exist: “local-by-flywheel”\n’ }
Jul 12, 2018, 10:26 AM GMT+2 - info: [renderer/CheckEnvPage] Check system promise response:
[ undefined, ‘machine-does-not-exist’ ]
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/docker-create-machine] Starting Docker Machine Creation…
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/docker-create-machine] USING IP: 192.168.95.1/24
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/docker-create-machine] Removing existing Docker Machine
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/docker-create-machine] null ‘About to remove local-by-flywheel\nWARNING: This action will delete both local reference and remote instance.\n’ ‘Error removing host “local-by-flywheel”: Host does not exist: “local-by-flywheel”\nCan't remove “local-by-flywheel”\n’
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/docker-create-machine] Creating Docker Machine… --virtualbox-boot2docker-url=file:///Applications/Local by Flywheel.app/Contents/Resources/extraResources/virtual-machine/vendor/docker/boot2docker.iso
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/docker-create-machine] Creating machine with
[ ‘create’,
‘–driver=virtualbox’,
‘–virtualbox-hostonly-cidr’,
‘192.168.95.1/24’,
‘–virtualbox-boot2docker-url=file:///Applications/Local by Flywheel.app/Contents/Resources/extraResources/virtual-machine/vendor/docker/boot2docker.iso’,
‘–virtualbox-disk-size’,
‘120000’,
‘local-by-flywheel’ ]
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/docker-create-machine] Creating CA: /Users/cw/.docker/machine/certs/ca.pem
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/docker-create-machine] Creating client certificate: /Users/cw/.docker/machine/certs/cert.pem
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/docker-create-machine] Running pre-create checks…
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel) Image cache directory does not exist, creating it at /Users/cw/.docker/machine/cache…
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/docker-create-machine] Creating machine…
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel) Downloading /Users/cw/.docker/machine/cache/boot2docker.iso from file:///Applications/Local by Flywheel.app/Contents/Resources/extraResources/virtual-machine/vendor/docker/boot2docker.iso…
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel) Creating VirtualBox VM…
Jul 12, 2018, 10:26 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel) Creating SSH key…
Jul 12, 2018, 10:27 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel) Starting the VM…
Jul 12, 2018, 10:27 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel) Check network to re-create if needed…
Jul 12, 2018, 10:27 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel) Creating a new host-only adapter produced an error: /usr/local/bin/VBoxManage hostonlyif create failed:
Jul 12, 2018, 10:27 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel) 0%…
Jul 12, 2018, 10:27 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel) Progress state: NS_ERROR_FAILURE
Jul 12, 2018, 10:27 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel) VBoxManage: error: Failed to create the host-only adapter
Jul 12, 2018, 10:27 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel) VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory
Jul 12, 2018, 10:27 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface
Jul 12, 2018, 10:27 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel) VBoxManage: error: Context: “RTEXITCODE handleCreate(HandlerArg *)” at line 94 of file VBoxManageHostonly.cpp
Jul 12, 2018, 10:27 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel)
Jul 12, 2018, 10:27 AM GMT+2 - info: [main/docker-create-machine] (local-by-flywheel) This is a known VirtualBox bug. Let’s try to recover anyway…
Jul 12, 2018, 10:27 AM GMT+2 - error: [main/docker-create-machine] Error creating machine: Error in driver during machine creation: Error setting up host only network on machine start: The host-only adapter we just created is not visible. This is a well known VirtualBox bug. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue
Jul 12, 2018, 12:47 PM GMT+2 - info: [main/docker-create-machine] Unable to create Docker Machine.