Index: /trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic2.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic2.cpp	(revision 79751)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic2.cpp	(revision 79752)
@@ -163,5 +163,12 @@
     /* Try to create cloud VM: */
     if (fResult)
+    {
         fResult = qobject_cast<UIWizardNewCloudVM*>(wizard())->createCloudVM();
+
+        /* If the final step failed we could try
+         * sugest user more valid form this time: */
+        if (!fResult)
+            sltInitShortWizardForm();
+    }
 
     /* Unlock finish button: */
Index: /trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp	(revision 79751)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp	(revision 79752)
@@ -281,5 +281,12 @@
     /* Try to create cloud VM: */
     if (fResult)
+    {
         fResult = qobject_cast<UIWizardNewCloudVM*>(wizard())->createCloudVM();
+
+        /* If the final step failed we could try
+         * sugest user more valid form this time: */
+        if (!fResult)
+            sltInitShortWizardForm();
+    }
 
     /* Unlock finish button: */
