VirtualBox

Changeset 105477 in vbox


Ignore:
Timestamp:
Jul 24, 2024 12:01:23 PM (6 months ago)
Author:
vboxsync
Message:

Main/Console: Add error message when trying to run x86 platform architecture VMs on ARM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r105455 r105477  
    575575                        if (FAILED(hrc) || !bstrEnableX86OnArm.equals("1"))
    576576                        {
    577                             hrc = VBOX_E_PLATFORM_ARCH_NOT_SUPPORTED;
     577                            hrc = setError(VBOX_E_PLATFORM_ARCH_NOT_SUPPORTED,
     578                                           tr("Cannot run the machine because its platform architecture %s is not supported on %s"),
     579                                           Global::stringifyPlatformArchitecture(platformArch),
     580                                           Global::stringifyPlatformArchitecture(PlatformArchitecture_ARM));
    578581                            break;
    579582                        }
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