VirtualBox

vbox的更動 62135 路徑 trunk/src/VBox/Additions


忽略:
時間撮記:
2016-7-8 上午11:33:34 (8 年 以前)
作者:
vboxsync
訊息:

VBoxTray: prevent crash and failure to start with old Windows guests.

位置:
trunk/src/VBox/Additions/WINNT/VBoxTray
檔案:
修改 3 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp

    r58307 r62135  
    110110{
    111111    LogFlowFuncEnter();
     112
     113    if (!pInstance)
     114        return;
    112115
    113116    PVBOXSEAMLESSCONTEXT pCtx = (PVBOXSEAMLESSCONTEXT)pInstance;
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp

    r60531 r62135  
    303303        if (RT_FAILURE(rc2))
    304304        {
    305             LogRel(("Failed to initialize service '%s', rc=%Rrc\n", pSvc->pDesc->pszName, rc));
     305            LogRel(("Failed to initialize service '%s', rc=%Rrc\n", pSvc->pDesc->pszName, rc2));
    306306            if (rc2 == VERR_NOT_SUPPORTED)
    307307            {
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.cpp

    r58307 r62135  
    300300        g_Ctx.pfnIsThemeActive = NULL;
    301301    }
     302
     303    /* Tell the caller that the service does not work but it is OK to continue. */
     304    if (RT_FAILURE(rc))
     305        rc = VERR_NOT_SUPPORTED;
    302306
    303307    LogFlowFuncLeaveRC(rc);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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