PROBLEM
CityEngine does not launch when accessed from a remote desktop connection.
This occurs because CityEngine requires OpenGL 2.x to render graphics. Remote Desktop (RDP) does not support OpenGL on client machines higher than 1.1. Therefore when CityEngine is started by a remote desktop connection, the display is emulated with OpenGL 1.x causing it to display the following error.
Open GL Version CityEngine requires at least OpenGL 2.0. Your current version (OpenGL 1.1.0, Microsoft Corporation GDI Generic) is not supported. Please update your drivers or contact support.
This occurs even when the physical machine that CityEngine is installed on has an acceptable version of OpenGL.
Example of the batch file:
#Use query session in cmd to determine session ID, usually 1 #User running RDP must be an admin. #This disconnects RDP tscon 1 /dest:console #This starts CityEngine start "CE" "C:\Program Files\ESRI\CityEngine\CityEngine.exe"
Connections can now be made through RDP and CityEngine starts.
Get help from ArcGIS experts
Download the Esri Support App