﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
19310,VBoxManage --createvm --default fails => fixed in next 6.0.x maintenance release,Stefan Palme,,"Steps to reproduce my problem:

{{{
> VBoxManage createvm --name ""test2"" --ostype Archlinux_64 --register
}}}

works as expected.

{{{
> VBoxManage createvm --name ""test3"" --ostype Archlinux_64 --register --default
}}}

throws the following error message:

{{{
VBoxManage: error: The machine is not mutable (state is PoweredOff)
VBoxManage: error: Details: code VBOX_E_INVALID_VM_STATE (0x80bb0002), component MachineWrap, interface IMachine, callee nsISupports
VBoxManage: error: Context: ""ApplyDefaults(bstrDefaultFlags.raw())"" at line 290 of file VBoxManageMisc.cpp
}}}

Seems that the logic to apply OS-specific default settings to newly created VMs is somewhere broken (or I am making a stupid mistake).

Any help appreciated.
Thanks!
",defect,closed,other,VirtualBox 6.0.16,fixed,VBoxManage,,Linux,Mac OS X
