VirtualBox

Ignore:
Timestamp:
Nov 8, 2024 11:09:12 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165808
Message:

Additions/VBoxTray: Give a better clue to the user when VBoxTray is unable to start if unable to open a connection to the VBoxGuest driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp

    r106685 r106887  
    12651265    }
    12661266    else
    1267         VBoxTrayShowError("VbglR3Init failed: %Rrc\n", rc);
     1267    {
     1268        if (rc == VERR_OPEN_FAILED)
     1269            VBoxTrayShowError("Error opening a connection to the VBoxGuest.sys driver.\n\n"
     1270                              "This might be due to not having the Windows Guest Additions installed\n"
     1271                              "or that something went wrong when installing those.\n\n"
     1272                              "Re-installing the Guest Additions might resolve the issue.\n");
     1273        else
     1274            VBoxTrayShowError("VbglR3Init failed: %Rrc\n", rc);
     1275    }
    12681276
    12691277    vboxTrayDestroy();
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