VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2095 - 2097 of 16363)

Ticket Resolution Summary Owner Reporter
#17409 fixed MODIFYVM_AUDIOOUT in VBoxManageModifyVM.cpp, a copy of MODIFYVM_AUDIOIN -> fixed in 5.2.12 Socratis
Description

This was brought to my attention from an IRC user (jerryaldrichiii) that when setting "--audioout on", it wasn't working. I verified it that the wrong setting was written in the .vbox file. I was also pointed to a forums topic, "5.2.0 r118431 Sound Problem" which was talking about the same thing.

Digging a little bit more, I found out that the two cases MODIFYVM_AUDIOOUT and MODIFYVM_AUDIOIN in "VBoxManageModifyVM.cpp", seem to be a copy/paste. The line:

CHECK_ERROR(audioAdapter, COMSETTER(EnabledIn)(ValueUnion.f));
                                           ^^

in the MODIFYVM_AUDIOOUT case should be:

CHECK_ERROR(audioAdapter, COMSETTER(EnabledOut)(ValueUnion.f));
                                           ^^^

I put the version as 5.2.0, since according to the forum post, this must have been going on since the 5.2.0 days.

#18177 fixed GUI: Create new disk should round to sector size (divisible by 512) -> fixed in 6.0.6 Socratis
Description

Create a new VM. When creating the matching VDI, the slider and the numeric control for the file size allow you to select any number. In many cases where a decimal number is used (27.87 GB for example), the VDI creation fails with:

Could not create the medium storage unit '/Users/Shared/VirtualBox/Machines/1/1.vdi'.

VD: The given disk size 29925184634 is not aligned on a sector boundary (512 bytes) (VERR_VD_INVALID_SIZE).


which is true; 29925184634 is not evenly divisible by 512 (29925184634/512=58447626.23828125).

But this can be confusing for a new user that doesn't know what 512 or sector stands for. It would be nice if the GUI would round the decimal number to the closest number that's divisible with 512. You could have it "stick" the values in the slider, and/or round them in the numeric control.

#18197 fixed OSX: Dbl-clicking on registered file types results in no action -> fixed after (not in) 6.0.2 gombara Socratis
Description

Double clicking on a ".vbox", ".ova | .ovf", or ".extpack" file should initiate an appropriate action from VirtualBox; adding/starting the VM, importing the appliance, installing the Extension Pack, respectively.

Unfortunately, nothing happens except VirtualBox launching if not running, or VirtualBox coming to the forefront if running.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy