Changeset 24491 in vbox for trunk/src/VBox/HostServices/SharedOpenGL
- Timestamp:
- Nov 9, 2009 11:24:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp
r23694 r24491 242 242 { 243 243 VMSetRuntimeError(g_pVM, VMSETRTERR_FLAGS_NO_WAIT, "3DSupportIncompatibleAdditions", 244 "Guest application attempt to use hardware 3D acceleration failed, because "245 " guest additions version doesn't match VirtualBox host version."244 "Guest application attempt to use hardware 3D acceleration failed, because " 245 "guest additions version doesn't match VirtualBox host version. " 246 246 "Please install appropriate guest additions to fix this issue"); 247 247 shown = 1;
Note:
See TracChangeset
for help on using the changeset viewer.