Custom Query (16363 matches)
Results (2266 - 2268 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #10833 | obsolete | Snapshot restore corrupts VM disk config | ||
| Description |
When I restored a snapshot using the GUI it gave an error but didn't give an error message. It made the VM inaccessible. When I restarted the GUI the error message became visible: VBOX_E_OBJECT_NOT_FOUND. It turns out that it had broken the UUIDs of the disks. I had to remove them from the config file using a text editor then add them back using the GUI. This looks like bug numbers 8595 or 8648 or 8363 but they are all closed yet the problem remains. |
|||
| #10834 | obsolete | vboxmanage controlvm <vm> poweroff hangs | ||
| Description |
I start several XP guests via Headless, then "controlvm poweroff" and "snapshot <vm> restorecurrent" before repeating the sequence. About every 200-300 cycles, the vboxmanage controlvm <vm> poweroff will hang, and continually spit errors to the log per the attached. I read in an old forum that concurrently powering off multiple guests can cause a hang, so I've wrapped mine in a lock that ensures 2 second delays between poweroff's of different guests. That does not eliminate the problem. |
|||
| #10835 | obsolete | Installer parameter msiparam is not working | ||
| Description |
Whatever the value of -msiparam "X=Y", it is producing an error 'Unkown option "X=Y" ! Please refer to the command line help by specifying "/?" to get more information." When I look into the installer code (https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp, aound line 406), I can see that the option index "i" is not increased at the same time as the local index "a". Therefore the global command line parser will check next i (ie "X=Y") right after -msiparams -> increase "i" accordingly to "a" to go to the next parameter (see the same kind of behavior in "-path" treatment, 10 lines above) This will also solve defect #7789 |
|||

