Problem:  Unable to start CityEngine via remote desktop connection because of OpenGL error

相关信息
Article ID: 42894
Bug Id: N/A
Software:
Esri CityEngine 2011.1, 2011.2, 2012.1, 2013.1, 2014.0
Platforms: N/A

问题描述
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.



This occurs even when the physical machine that CityEngine is installed on has an acceptable version of OpenGL.
已邀请:

EsriSupport

赞同来自:

解决方案
There are two possible approaches to resolve this problem.


Solution A

Start CityEngine on the machine prior to initiating a remote desktop connection.


Solution B

Create a batch file to disconnect the remote desktop session and automatically start City Engine on the computer.

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.




    其它相关参考
    1. ArcGIS Help: CityEngine 2013 system requirements


    创建及修改时间
    Created: 7/23/2014

    Last Modified: 8/19/2014
    原文链接
    http://support.esri.com/en/kno ... 42894

    要回复问题请先登录注册