mirror of https://github.com/BOINC/boinc.git
VBOX: Add some text to atderr about the incompatible version of VirtualBox.
This commit is contained in:
parent
b19d1ea85f
commit
2871721c90
|
@ -455,6 +455,11 @@ int main(int argc, char** argv) {
|
|||
// NOTE: Incompatible in this case means that VirtualBox 4.2.6 crashes during snapshot operations
|
||||
//
|
||||
if (vm.virtualbox_version.find("4.2.6r") != std::string::npos) {
|
||||
fprintf(
|
||||
stderr,
|
||||
"%s Incompatible version of VirtualBox detected. Please upgrade to a later version.\n",
|
||||
vboxwrapper_msg_prefix(buf, sizeof(buf))
|
||||
);
|
||||
boinc_temporary_exit(86400, "Incompatible version of VirtualBox detected.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue