VirtualBox

Changeset 35794 in vbox


Ignore:
Timestamp:
Jan 31, 2011 4:38:00 PM (14 years ago)
Author:
vboxsync
Message:

VMM: Improved error message for PDM interface mismatches. Might also happen if an older extension pack is installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VM.cpp

    r35346 r35794  
    301301
    302302                case VERR_VERSION_MISMATCH:
    303                     pszError = N_("VMMR0 driver version mismatch. Please terminate all VMs, make sure that "
     303                    pszError = N_("VMMR0 driver version mismatch:\n"
     304                                  "Either there is an older extension package installed which does not "
     305                                  "fit to this version of VirtualBox. In that case update the extension "
     306                                  "pack. Make sure to terminate all VMs before.\n"
     307                                  "Or VirtualBox was recently upgraded and there is still some process "
     308                                  "of the older version active. Please terminate all VMs, make sure that "
    304309                                  "VBoxNetDHCP is not running and try again. If you still get this error, "
    305310                                  "re-install VirtualBox");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette