Skip to content

Instantly share code, notes, and snippets.

@Nicd
Last active December 27, 2015 00:29
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 Nicd/7238099 to your computer and use it in GitHub Desktop.
Save Nicd/7238099 to your computer and use it in GitHub Desktop.
SailfishOS upgrade error
The upgrade goes fine and "show details" shows the following (I truncated some rows):
Downloading packages...
Downloading archive hash for ...
Downloading archive for component ...
Installing component SailfishOS emulator
/Users/nicd/SailfishOS/emulator/sailfishos.vdi
/Users/nicd/SailfishOS/emulator
After that I get an error saying the following and with the options ignore, cancel, retry:
Error during installation process (org.merproject.emulator):
Execution failed(Unexpected exit code: 1): "/usr/bin/VBoxManage createvm --name SailfishOS Emulator --register --basefolder /Users/nicd/SailfishOS/emulator"
Retrying doesn't work.
I tried running the command in the terminal in /Users/nicd/SailfishOS with the following results:
diesel:SailfishOS nicd$ /usr/bin/VBoxManage createvm --name SailfishOS Emulator --register --basefolder /Users/nicd/SailfishOS/emulator
Oracle VM VirtualBox Command Line Management Interface Version 4.2.6
(C) 2005-2012 Oracle Corporation
All rights reserved.
Usage:
VBoxManage createvm --name <name>
[--groups <group>, ...]
[--ostype <ostype>]
[--register]
[--basefolder <path>]
[--uuid <uuid>]
VBoxManage: error: Invalid parameter 'Emulator'
diesel:SailfishOS nicd$ /usr/bin/VBoxManage createvm --name 'SailfishOS Emulator' --register --basefolder /Users/nicd/SailfishOS/emulator
VBoxManage: error: Machine settings file '/Users/nicd/SailfishOS/emulator/SailfishOS Emulator/SailfishOS Emulator.vbox' already exists
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment