I have a issue when the app try to create a local machine
here is the log
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/index] Existing Pressmatic data does not exist.
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/check-system] Check System: Docker Machine:
{ stdout: ‘’,
stderr: ‘error getting state for host local-by-flywheel: machine does not exist\n’ }
Jun 5, 2017, 6:12 PM GMT-3 - info: [renderer/CheckEnvPage] Check system promise response: [ undefined, ‘machine-does-not-exist’ ] machine-does-not-exist
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] Starting Docker Machine Creation…
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] Attempting to delete existing Local host machine.
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] USING IP: 192.168.95.1/24
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] Removing existing Docker Machine
Jun 5, 2017, 6:12 PM GMT-3 - 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’
Jun 5, 2017, 6:12 PM GMT-3 - 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
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] Creating machine with
{ ‘0’: ‘create’,
‘1’: ‘–driver=virtualbox’,
‘2’: ‘–virtualbox-hostonly-cidr’,
‘3’: ‘192.168.95.1/24’,
‘4’: ‘–virtualbox-boot2docker-url=file:///Applications/Local by Flywheel.app/Contents/Resources/extraResources/virtual-machine/vendor/docker/boot2docker.iso’,
‘5’: ‘–virtualbox-disk-size’,
‘6’: ‘120000’,
‘7’: ‘local-by-flywheel’ }
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] Running pre-create checks…
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] Creating machine…
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] (local-by-flywheel) Downloading /Users/jorgejunior/.docker/machine/cache/boot2docker.iso from file:///Applications/Local by Flywheel.app/Contents/Resources/extraResources/virtual-machine/vendor/docker/boot2docker.iso…
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] (local-by-flywheel) Creating VirtualBox VM…
Jun 5, 2017, 6:12 PM GMT-3 - info: [main/docker-create-machine] (local-by-flywheel) Creating SSH key…