Custom Query (16363 matches)
Results (1429 - 1431 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #6733 | fixed | OS X 10.6.3 64bit guest CPU usage 100% | ||
| Description |
CPU usage stays 100% on OS X 10.6.3 64bit guest. Host is 10.6.3 64bit. 2.4GHz, 2GB RAM MacBook |
|||
| #15831 | fixed | vm state corupted because failed snapshot deletion | ||
| Description |
Hi, i tryed to delete a snapshot in switched out state but than i couldnt start the vm anymore because it says that some file is missing. as i looked into dmesg i saw: [362393.820323] DeleteSnap[29354]: segfault at 70 ip 000000000070a181 sp 00007fe4b6837940 error 4 in VBoxSVC[400000+489000] so it looked like the process responsible for deleting a snapshot crashed. Could you please fix the problem that if this process crashes it is leading to a corrupt state where you cant start the vm anymore and thell me how to fix my corrupt vm now? thanks |
|||
| #13983 | fixed | Documentation Says "SaveState" in MachineShortcuts for Save State and Exit, should be "Save" | ||
| Description |
In the section on Host Key customization in the docs (9.19.7), it says a shortcut for Save State is set using a "SaveState=<shortcut>" value for GUI/Input/MachineShortcuts, but per the source (at VirtualBox 4.3.18 in UIActionPoolRuntime.cpp) the string should be "Save=<shortcut>". class UIActionSimplePerformSave : public UIActionSimple
{
Q_OBJECT;
public:
UIActionSimplePerformSave(UIActionPool *pParent)
: UIActionSimple(pParent, ":/vm_save_state_16px.png", ":/vm_save_state_disabled_16px.png")
{
retranslateUi();
}
protected:
QString shortcutExtraDataID() const
{
return QString("Save"); <<--- This is string matched for MachineShortcuts
}
void retranslateUi()
{
setName(QApplication::translate("UIActionPool", "Save State"));
setStatusTip(QApplication::translate("UIActionPool", "Save the machine state of the virtual m`
achine"));
}
};
|
|||

