VirtualBox

Ignore:
Timestamp:
Dec 8, 2017 1:40:09 PM (7 years ago)
Author:
vboxsync
Message:

VBoxSDS: ​bugref:3300: ignore VBoxSDS errors in VBoxSVC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/win/svcmain.cpp

    r69803 r70028  
    432432                        if (SUCCEEDED(hrc) && pOtherVirtualBox)
    433433                            m_pObj = pOtherVirtualBox;
    434                         else if (SUCCEEDED(hrc))
     434                        else
    435435                        {
     436                            /*
     437                            *  Create the instance of VirtualBox if it is primary VBoxSvc.
     438                            *  Also do it if the VBoxSDS failed.
     439                            *  In this case the VBoxSVC should work as usual.
     440                            */
     441                            if(FAILED(hrc))
     442                                LogRel(("Warning: registration in VBoxSDS failed with error: %Rhra. "
     443                                        "This VBoxSVC instance will continue to work without VBoxSDS support.\n", hrc));
    436444                            ATL::_pAtlModule->Lock();
    437445                            ATL::CComObjectCached<VirtualBox> *p;
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