Index: /trunk/src/VBox/Main/src-server/ProgressProxyImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/ProgressProxyImpl.cpp	(revision 35517)
+++ /trunk/src/VBox/Main/src-server/ProgressProxyImpl.cpp	(revision 35518)
@@ -355,5 +355,5 @@
                     ComPtr<IVirtualBoxErrorInfo> ptrErrorInfo;
                     hrc = pOtherProgress->COMGETTER(ErrorInfo)(ptrErrorInfo.asOutParam());
-                    if (SUCCEEDED(hrc))
+                    if (SUCCEEDED(hrc) && !ptrErrorInfo.isNull())
                     {
                         Bstr bstrIID;
