Changeset 18104 in vbox
- Timestamp:
- Mar 20, 2009 10:31:34 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r17900 r18104 273 273 pszError = N_("VirtualBox can't operate in VMX root mode. Please close all other virtualization programs."); 274 274 #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"); 275 281 break; 276 282
Note:
See TracChangeset
for help on using the changeset viewer.

