VirtualBox

Changeset 4758 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 13, 2007 8:37:47 AM (17 years ago)
Author:
vboxsync
Message:

Do not fail the video if VBoxGuest is not loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp

    r4071 r4758  
    109109    {
    110110        dprintf(("VBoxVideo::vboxLikesVideoMode: ERROR allocating request, rc = %Vrc\n", rc));
     111        /* Most likely the VBoxGuest driver is not loaded.
     112         * To get at least the video working, report the mode as supported.
     113         */
     114        bRC = TRUE;
    111115    }
    112116    else
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