Changeset 106887 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray
- Timestamp:
- Nov 8, 2024 11:09:12 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165808
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r106685 r106887 1265 1265 } 1266 1266 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 } 1268 1276 1269 1277 vboxTrayDestroy();
Note:
See TracChangeset
for help on using the changeset viewer.