Opened 5 years ago
Closed 5 years ago
#18723 closed defect (fixed)
Error recording from CLI: "The machine is not mutable, saved or running" => fixed in SVN/next maintenance
Reported by: | taszilo | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.0.8 |
Keywords: | VBoxManage, controlvm, recording, commandline | Cc: | |
Guest type: | Windows | Host type: | Windows |
Description
Host: Win10 x64
Guest: Win10 x64
VirtualBox Version 6.0.8
VM is running in headless mode. I would like to start to record the display from command line. Earlier it was possible by executing this command:
VBoxManage controlvm <vm_name> videocap on
And when I wanted to stop the recording the following command was executed:
VBoxManage controlvm <vm_name> videocap off
If I know it well from VBox 6.0(?) this is the valid command for my purpose:
VBoxManage controlvm <vm_name> recording on
But now I got these error messages:
VBoxManage.exe: error: The machine is not mutable, saved or running (state is Running)
VBoxManage.exe: error: Details: code VBOX_E_INVALID_VM_STATE (0x80bb0002), component MachineWrap, interface IMachine, callee IUnknown
VBoxManage.exe: error: Context: "COMSETTER(Enabled)(TRUE)" at line 1879 of file VBoxManageControlVM.cpp
When the GUI of the VBox is used for starting/stopping records (Settings\Display\Recording\Enable Recording) the process is done well but executing from Command Prompt is getting me stuck...
Change History (5)
comment:2 by , 5 years ago
Fixed in 6.0.9r131597 and later. Just pick up the latest test build from the Testbuilds page.
comment:3 by , 5 years ago
Summary: | Error recording from CLI: "The machine is not mutable, saved or running" → Error recording from CLI: "The machine is not mutable, saved or running" => fixed in SVN/next maintenance |
---|
comment:4 by , 5 years ago
Confirmed as fixed with 6.0.9 r131597 and 6.0.97 r131601.
I have other issues with the recording, but that's a story for another ticket...
comment:5 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Confirmed on an OSX 10.11.6 host.
Related discussion in the forums: https://forums.virtualbox.org/viewtopic.php?f=2&t=93612