Host machine configuration stuck

Hi there!
The first instalation of local-by-flywheel is never ends. It stuck on host machine configuration. Here is a last string with error from log file:

Mar 9, 2019, 4:10 PM GMT+3 - error: [main/index]  
{ message:
   'spawnSync C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe ENOENT',
  stack:
   'Error: spawnSync C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe ENOENT\n    at Object.spawnSync (internal/child_process.js:981:20)\n    at spawnSync (child_process.js:600:24)\n    at Object.execFileSync (child_process.js:628:13)\n    at Object.module.(anonymous function) [as execFileSync] (ELECTRON_ASAR.js:166:20)\n    at _0x371b6d (S:\\Users\\Okboy\\AppData\\Local\\Programs\\local-by-flywheel\\resources\\app.asar\\main\\actions-docker\\docker-create-machine.js:1:3598)\n    at _child_process2.(anonymous function).exec (S:\\Users\\Okboy\\AppData\\Local\\Programs\\local-by-flywheel\\resources\\app.asar\\main\\actions-docker\\docker-create-machine.js:1:8885)\n    at ChildProcess.exithandler (child_process.js:294:7)\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 Process.ChildProcess._handle.onexit (internal/child_process.js:248:5)',
  errno: 'ENOENT',
  code: 'ENOENT',
  syscall:
   'spawnSync C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe',
  path: 'C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe',
  spawnargs: [ 'list', 'hostonlyifs' ],
  error:
   { errno: 'ENOENT',
     code: 'ENOENT',
     syscall:
      'spawnSync C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe',
     path: 'C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe',
     spawnargs: { '$ref': '$["spawnargs"]' },
     error: { '$ref': '$["error"]' },
     status: null,
     signal: null,
     output: null,
     pid: 0,
     stdout: null,
     stderr: null },
  status: null,
  signal: null,
  output: null,
  pid: 0,
  stdout: null,
  stderr: null }

local-by-flywheel.log (41.9 KB)

@genuus

Sorry about the troubles here and thanks for posting the log file. It looks like Virtual Box is not installed. Please refer to this link to get it back going again: How can I manually update VirtualBox?.

Let us know how it goes and if you have further questions.