Changeset 34683 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Dec 3, 2010 10:24:46 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68485
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r34326 r34683 333 333 "CPUs to one"); 334 334 #endif 335 break; 336 337 case VERR_PDM_DEVICE_NOT_FOUND: 338 pszError = N_("A virtual device is configured in the VM settings but the device " 339 "implementation is missing.\n" 340 "A possible reason for this error is a missing extension pack. Note " 341 "that as of VirtualBox 4.0, certain features (for example USB 2.0 " 342 "support and remote desktop) are only available from an 'extension " 343 "pack' which must be downloaded and installed separately"); 335 344 break; 336 345
Note:
See TracChangeset
for help on using the changeset viewer.