Custom Query (16363 matches)
Results (1486 - 1488 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #17410 | worksforme | USB does not work on 64bits Guests | ||
| Description |
Hi I have on the same computer, separate partitions:
each of them as the 5.2.2 VB, same build 119230, first in 32 bits, the other one 64. They share (obviously not at the same time) the same VM's situated in a third partition. The 32 bits one works perfectly ans shows the usb devices available. On the 64 bits one, impossible to have USB ports working, they don't even show up in the menu. |
|||
| #17409 | fixed | MODIFYVM_AUDIOOUT in VBoxManageModifyVM.cpp, a copy of MODIFYVM_AUDIOIN -> fixed in 5.2.12 | ||
| 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. |
|||
| #17408 | wontfix | "Check for Updates..." is (still) taking liberties with the truth | ||
| Description |
"Check for Updates..." from VirtualBox 5.1.30 on macOS generates a response that says: "You are already running the most recent version of Virtualbox." However, https://www.virtualbox.org has a big blue "Download VirtualBox 5.2" button, and even an announcement of a 5.2.4 maintenance release, so something is not quite right there... If you want to spread out updates, for whatever reason, please don't do that by lying to your users! I suggest a message like the following instead: "We do not yet generally recommend updating from your currently installed version of VirtualBox." |
|||

