Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 8 simulator doesn't work

The Windows 8 simulator which comes with Visual Studio 2012 does not launch either via debugging in Visual Studio or by running it directly.

As the simulator used remote desktop (RDP) and the issue occurs within Visual Studio & if I start it directly. I have identified that if my VPN is NOT enabled, then the simulator works fine. Thus I believe the issue is between VPN & RDP.

In the event log for RDP (Application and service logs - Microsoft - Windows - TerminalServices-RDPClient) I see the following message:

RDP ClientActiveX has been disconnected (Reason= 5639)

Reason 5639 is The policy does not support delegation of credentials to the target server.

Are there any policies in group policy that I can change to enable delegation of credentials?

I have also tried turning off the firewall, setting RDP to all users and running the simulator as administrator but none of those options have helped.

like image 719
Antonio Bakula Avatar asked Oct 14 '12 10:10

Antonio Bakula


2 Answers

The Solution was to set the checkbox Automatically use my Windows logon name and password (and domain, if any) in the VPN security properties, as shown below.

Screen shot of the VPN properties dialog with the checkbox described in the answer highlighted

like image 193
Antonio Bakula Avatar answered Dec 13 '22 20:12

Antonio Bakula


I got same issue, and it's also due to a VPN connection. As my computer is not on the office domain, I cannot check "Automatically use ..." option.

If you have same problem, you just have to disconnect from VPN on first simulator launch, then reconnect and continue to work!

like image 20
Dr.Rx Avatar answered Dec 13 '22 19:12

Dr.Rx