Changeset 24503 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserver
- Timestamp:
- Nov 9, 2009 1:29:40 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54596
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp
r24491 r24503 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."246 " Please install appropriate guest additions to fix this issue");244 "An attempt by the virtual machine to use hardware 3D acceleration failed. " 245 "The version of the Guest Additions installed in the virtual machine does not match the " 246 "version of VirtualBox on the host. Please install appropriate Guest Additions to fix this issue"); 247 247 shown = 1; 248 248 }
Note:
See TracChangeset
for help on using the changeset viewer.