Opened 6 years ago
Closed 6 years ago
#18494 closed defect (fixed)
VBoxManage modifyvm --recording ... : Crash, Documentation wrong -> fixed after 6.0.4
Reported by: | HaukeH | Owned by: | pentagonik |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.0.4 |
Keywords: | VBoxManage recording capture | Cc: | |
Guest type: | other | Host type: | other |
Description
Hi,
I'm running VBox 6.0.4 on Ubuntu 18.04 amd64.
Recording video by using VBoxManage doesn't work for several reasons:
- The options shown in the help screen (VBoxManage --help) don't exist and aren't accepted by VBoxManage (eg. "--recording filename").
- By playing with spelling variants of the options I figured out, that eg. "--recordingfile" is accepted by VBoxManage.
- In my tests I used the options like in the following example:
VBoxManage modifyvm "myVM" --recording on --recordingfile="/tmp/test.webm" --recordingvideores="1024x756" --recordingvideorate=1024 --recordingvideofps=25
After modifying a (turned off) VM with these options the following happens:
- The VM will crash on next start attempt. This can only be fixed by turning off recording (VBoxManage modifyvm "myVM" --recording off).
- The CPU will jump to 100% for a few seconds.
- All VMs aren't available via the VBox GUI. Something like "No information available" is shown where the VM settings are shown usually.
Maybe there are combinations of options that enable recording, but I couldn't find any.
Thank you for your previous work on VirtualBox :-)
Hauke
Change History (9)
comment:1 by , 6 years ago
- It's usually better and faster, if issues get first addressed in the VirtualBox forums, a lot more eyes there. More than 95% of the issues are resolved in the forums, which keeps the developers focusing on the bug fixes and enhancements, and there is no need for another ticket to keep track of.
- You were supposed to follow these steps when you filed the bug, and provide a VBox.log:
comment:2 by , 6 years ago
Hi,
thanks for the answer.
- I will post it to the forum.
- There is no log created. The VM and the VirtualBox GUI are freezing when trying to start the VM. To get the GUI back to work the process "VirtualBoxVM" has to be killed by hand.
Hauke
comment:3 by , 6 years ago
Related discussion in the forums: https://forums.virtualbox.org/viewtopic.php?f=7&t=92414
comment:4 by , 6 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:5 by , 6 years ago
I already fixed points 1. and 2. of the initial report, now having a look at the remaining ones.
comment:7 by , 6 years ago
Found and fixed the issue -- the bugfix will available in the next upcoming maintenance version.
comment:8 by , 6 years ago
Summary: | VBoxManage modifyvm --recording ... : Crash, Documentation wrong → VBoxManage modifyvm --recording ... : Crash, Documentation wrong -> fixed after 6.0.4 |
---|
comment:9 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |