VirtualBox

Opened 7 years ago

Closed 7 years ago

#16779 closed defect (fixed)

VBoxManage > controlvm > videocapfile doesn't work due to typo in code.

Reported by: varunramesh Owned by:
Component: other Version: VirtualBox 5.1.22
Keywords: VBoxManage videocapfile Cc:
Guest type: all Host type: all

Description

VBoxManage controlvm <VM_NAME> videocapfile <FILENAME> doesn't work, printing out

VBoxManage.exe: error: Video capture file name '' is not absolute

This seems to be due to a typo in a single line (L1796) in VBoxManageControlVM.cpp

a->argv[3] should probably read a->argv[2], as the capture filename is supposed to be the second argument.

Change History (3)

comment:1 by varunramesh, 7 years ago

Meant to say that the capture filename should be in the third argument slot, thus the index should be argv[2].

comment:2 by Frank Mehnert, 7 years ago

Fixed. Fix will be available with the next 5.1.x maintenance release. Thanks!

comment:3 by Frank Mehnert, 7 years ago

Resolution: fixed
Status: newclosed

Fix is part of 5.1.24.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use