Skip to content

Instantly share code, notes, and snippets.

@otzoran
Created July 25, 2017 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otzoran/1cc5f3f22684056065d1fe705c86328e to your computer and use it in GitHub Desktop.
Save otzoran/1cc5f3f22684056065d1fe705c86328e to your computer and use it in GitHub Desktop.
virtualbox VM in Saved state fail start with NS_ERROR_FAILURE machinewrap

Problem

macOS Sierra 10.12.5
VBoxManage --version = 5.1.24r117012
Win VM paused, mac => sleep; on wakeup attaempt to rev the VM yields error:
The virtual machine '[name]' has terminated unexpectedly during startup because of signal 6.
NS_ERROR_FAILURE (0x80004005)

Googling

read this one comment there says:

Oh and look to see if there might be a VirtualBox.xml-prev file. If so rename it to VirtualBox.xml and see if it works.

This file is in ~/Library/VirtualBox, diffed - nothing significant.

Solution

Quit & Restart VirtualBox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment