VirtualBox

Changeset 26908 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 1, 2010 12:49:28 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58192
Message:

Main/MachineImpl+Frontends/VirtualBox: disable showing VM start errors in the VM window if it was started by VirtualBox::openRemoteSession.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r26768 r26908  
    49374937        Utf8Str idStr = mData->mUuid.toString();
    49384938# ifdef RT_OS_WINDOWS /** @todo drop this once the RTProcCreate bug has been fixed */
    4939         const char * args[] = {szPath, "--startvm", idStr.c_str(), 0 };
     4939        const char * args[] = {szPath, "--startvm", idStr.c_str(), "--no-startvm-errormsgbox", 0 };
    49404940# else
    49414941        Utf8Str strName = mUserData->mName;
    4942         const char * args[] = {szPath, "--comment", strName.c_str(), "--startvm", idStr.c_str(), 0 };
     4942        const char * args[] = {szPath, "--comment", strName.c_str(), "--startvm", idStr.c_str(), "--no-startvm-errormsgbox", 0 };
    49434943# endif
    49444944        vrc = RTProcCreate(szPath, args, env, 0, &pid);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette