Stuck on Checking System - Mac OS X 10.14.3

So, I’m trying to launch Local by Flywheel and it’s stuck on “Checking System”. Looking at my local-by-flywheel.log file, this is the only thing that looks like it could be the culprit:

Apr 12, 2019, 7:09 PM MDT - info: [main/check-system] Check System: Docker Machine:  
{ stdout: '',
  stderr:
   'error getting state for host local-by-flywheel: exit status 126\n' }
Apr 12, 2019, 7:09 PM MDT - info: [main/set-docker-env] Received Docker Machine env. 
Apr 12, 2019, 7:09 PM MDT - error: [main/index]  
{ message: 'Cannot read property \'forEach\' of null',
  stack:
   'TypeError: Cannot read property \'forEach\' of null\n    at exports.(anonymous function) (/Applications/Local by Flywheel.app/Contents/Resources/app.asar/helpers/process-exports-vars.js:1:737)\n    at _child_process2.(anonymous function).(anonymous function) (/Applications/Local by Flywheel.app/Contents/Resources/app.asar/main/actions-docker/set-docker-env.js:1:3305)\n    at ChildProcess.exithandler (child_process.js:310:5)\n    at ChildProcess.emit (events.js:182:13)\n    at ChildProcess.EventEmitter.emit (domain.js:442:20)\n    at maybeClose (internal/child_process.js:961:16)\n    at Socket.stream.socket.on (internal/child_process.js:380:11)\n    at Socket.emit (events.js:182:13)\n    at Socket.EventEmitter.emit (domain.js:442:20)\n    at Pipe._handle.close [as _onclose] (net.js:596:12)' }
Apr 12, 2019, 7:09 PM MDT - error: [main/index] TypeError: Cannot read property 'forEach' of null
    at exports.(anonymous function) (/Applications/Local by Flywheel.app/Contents/Resources/app.asar/helpers/process-exports-vars.js:1:737)
    at _child_process2.(anonymous function).(anonymous function) (/Applications/Local by Flywheel.app/Contents/Resources/app.asar/main/actions-docker/set-docker-env.js:1:3305)
    at ChildProcess.exithandler (child_process.js:310:5)
    at ChildProcess.emit (events.js:182:13)
    at ChildProcess.EventEmitter.emit (domain.js:442:20)
    at maybeClose (internal/child_process.js:961:16)
    at Socket.stream.socket.on (internal/child_process.js:380:11)
    at Socket.emit (events.js:182:13)
    at Socket.EventEmitter.emit (domain.js:442:20)
    at Pipe._handle.close [as _onclose] (net.js:596:12)

So, what do I do?

Hello @vero
I’m sorry about the issue you are seeing there. Could you try to restart the VM? You can do that by navigating to Help -> Restart VM. More details can be found here: How can I forcefully restart the Local by Flywheel VM?

Let us know how that helps.