VirtualBox

Ticket #16779 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by varunramesh

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

comment:2 Changed 6 years ago by frank

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

comment:3 Changed 6 years ago by frank

  • Status changed from new to closed
  • Resolution set to fixed

Fix is part of 5.1.24.

Note: See TracTickets for help on using tickets.

www.oracle.com
ContactPrivacy policyTerms of Use