VirtualBox

Changeset 34683 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Dec 3, 2010 10:24:46 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68485
Message:

VM: better error message about a missing device implementation

File:
1 edited

Legend:

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

    r34326 r34683  
    333333                                  "CPUs to one");
    334334#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");
    335344                    break;
    336345
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