VirtualBox

Changeset 18104 in vbox


Ignore:
Timestamp:
Mar 20, 2009 10:31:34 AM (16 years ago)
Author:
vboxsync
Message:

be more verbose on VERR_VERSION_MISMATCH

File:
1 edited

Legend:

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

    r17900 r18104  
    273273                    pszError = N_("VirtualBox can't operate in VMX root mode. Please close all other virtualization programs.");
    274274#endif
     275                    break;
     276
     277                case VERR_VERSION_MISMATCH:
     278                    pszError = N_("VMMR0 driver version mismatch. Please terminate all VMs, make sure that not "
     279                                  "VBoxNetDHCP is running and try again. If you still get this error, re-install "
     280                                  "VirtualBox");
    275281                    break;
    276282
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