VirtualBox

Changeset 24758 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 18, 2009 12:57:48 PM (15 years ago)
Author:
vboxsync
Message:

netflt/win: better driver initialization (do NdisIMAssociateMiniport right after Protocol & Miniport registration), netadp/win: don't report connection status on cunstruction (not needed), 2d accel: better 2D support test logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp

    r24694 r24758  
    579579    rc = RTProcCreate(pszVBoxPath, papszArgs, RTENV_DEFAULT, 0, &Process);
    580580    if (RT_FAILURE(rc))
     581    {
     582        VBOXQGLLOGREL(("2D support test failed: failed to create a test process\n"));
    581583        return false;
     584    }
    582585
    583586    StartTS = RTTimeMilliTS();
     
    594597            RTThreadSleep(100);
    595598            RTProcWait(Process, RTPROCWAIT_FLAGS_NOBLOCK, &ProcStatus);
     599            VBOXQGLLOGREL(("2D support test failed: the test did not complete within 30 sec\n"));
    596600            return false;
    597601        }
     
    603607        if ((ProcStatus.enmReason==RTPROCEXITREASON_NORMAL) && (ProcStatus.iStatus==0))
    604608        {
     609            VBOXQGLLOGREL(("2D support test succeeded\n"));
    605610            return true;
    606611        }
    607612    }
     613
     614    VBOXQGLLOGREL(("2D support test failed: err code (%Rra)\n", rc));
    608615
    609616    return false;
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