Page 1 of 1

Documentation errors in "run" and "start" of "VBoxManage guestcontrol" (#16831)

Posted: 13. Jun 2017, 20:56
by robpats
Host: Windows 7 64-bit
Guest: Windows XP 32-bit / Windows 7 32-bit

1. If the window of VM Manager has been maximized and then restored, VM Manager does not remember its restored window size between restarts.
VirtualBox.xml stores the bounds of maximized window instead of the restored window in ExtraDataItem "GUI/LastWindowPosition".

[Mod edit: Split into a different topic, VM Manager does not remember its restored window size (#16830)]

2. Cannot ping between host and guest through bridged network with NDIS6 driver
https://www.virtualbox.org/ticket/14457
Reinstalling VirtualBox with NDIS5 driver resolves this issue.

3. "--target-directory" option of "VBoxManage guestcontrol" requires file path instead of directory path.
https://www.virtualbox.org/ticket/14336

4. Documentation errors in subcommands "run" and "start" of "VBoxManage guestcontrol".
https://www.virtualbox.org/manual/ch08. ... estcontrol
"--exe <path to executable>" is not compulsory.
Examples are wrong.
"start Executes a guest program until it completes." is wrong.
"start" subcommand executes a guest program and returns before it completes.
[Mod edit: Related ticket: https://www.virtualbox.org/ticket/16831]

Should I reply to existing tickets and create new tickets for non-reported issues?

Re: Several issues found after upgrading from 4.3.40 to 5.1.22

Posted: 13. Jun 2017, 22:41
by socratis
robpats wrote:Should I reply to existing tickets and create new tickets for non-reported issues?
1. I haven't tested that one, but if you think it's reproducible, go for it.

2, 3. The tickets are still open, you could add yourself to the notification list by posting a "me too", unless you have something to add.

4. I haven't tested that one, but if you think it's reproducible, go for it.

Kudos for the legwork and for finding the existing tickets!

Re: Documentation errors in "run" and "start" of "VBoxManage guestcontrol" (#16831)

Posted: 15. Jun 2017, 10:11
by socratis
• Topic split in two, as it should have been from the beginning. In the future, one topic per thread please.
• Changed title, added related ticket information.