VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1756 - 1758 of 16363)

Ticket Resolution Summary Owner Reporter
#16782 worksforme Cannot start vm triple10
Description

The virtual machine 'Ubuntu' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\User\VirtualBox VMs\Ubuntu\Logs\VBoxHardening.log'.

Код ошибки: 
E_FAIL (0x80004005)
Компонент: 
MachineWrap
Интерфейс: 
IMachine {b2547866-a0a1-4391-8b86-6952d82efaa0}

(removed pasted VBoxHardening.log)

#16780 invalid IEM IRET with VME cause #GP with TF set Yuhong Bao
Description

From https://www.virtualbox.org/svn/vbox/trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h :

        else if (   enmEffOpSize == IEMMODE_16BIT
                 && (   !(uNewFlags & X86_EFL_IF)
                     || !Efl.Bits.u1VIP )
                 && !(uNewFlags & X86_EFL_TF)   )

I don't remember IRET with TF set causing GP faults with VME, unlike POPF. This is documented in http://www.rcollins.org/ddj/May98/May98.html

#16779 fixed VBoxManage > controlvm > videocapfile doesn't work due to typo in code. varunramesh
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.

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