ecalder6 / azure-gaming

Cloud Gaming Made Easy
MIT License
268 stars 79 forks source link

SetupWithoutWindowsUpdate Failed #51

Open smo-ceteris opened 3 years ago

smo-ceteris commented 3 years ago

Deployment failed: CloudGaming/SetupWithoutWindowsUpdate

Tried with Update and without it, still not working. Location: North Europe -Standard_NV6_Promo

{ "status": "Failed", "error": { "code": "VMExtensionProvisioningError", "message": "VM has reported a failure when processing extension 'SetupWithoutWindowsUpdate'. Error message: \"Command execution finished, but failed because it returned a non-zero exit code of: '1'. Command execution may have been interrupted by a VM restart\"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/VMExtensionCSEWindowsTroubleshoot " } }

ecalder6 commented 3 years ago

Is everything installed (e.g. Steam)? It may be setup successfully despite this error message.

vicda164 commented 3 years ago

Same issue here, also with North Europe -Standard_NV6_Promo, Steam did not get installed.

vicda164 commented 3 years ago

I managed to get everything working by running the .ps1 script in powershell on the remote VM, by simply copy and paste. And then also changing the disconnect script as mentioned in the README to C:\Windows\System32\tscon.exe 2 /dest:console.

ping @smo-ceteris

smo-ceteris commented 3 years ago

@vicda164 Thank you !