Index: /trunk/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp	(revision 105964)
+++ /trunk/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp	(revision 105965)
@@ -5075,6 +5075,5 @@
 
         BOOL f3DEnabled = FALSE;
-        ptrGraphicsAdapter->IsFeatureEnabled(GraphicsFeature_Acceleration3D, &f3DEnabled);
-        /* Note: Might return VBOX_E_NOT_SUPPORTED if feature is not supported. */
+        hrc = ptrGraphicsAdapter->IsFeatureEnabled(GraphicsFeature_Acceleration3D, &f3DEnabled);    H();
         InsertConfigInteger(pCfg,  "3DEnabled",            f3DEnabled);
 
