ArcMap 10.2 crashes during Loading Document launch stage

本文介绍了一种情况,即ArcMap在启动时遇到问题,在LoadingDocument...阶段异常退出,且无错误代码显示。此问题源于升级到Python 2.7.11版本后的一个特定注册表键缺失。文章提供了详细的解决方案,包括如何修改注册表来解决该问题。

问题描述:

ArcMap unexpectedly exits during the "Loading Document..." stage on startup. No error code is displayed.

ArcMap在启动“Loading Document...”阶段异常退出。无错误代码显示。

 

原因:

This can result from an upgrade to Python 2.7.11, which was released on December 12, 2015. 
In the newly released version, there is a line in the code that makes the following statement, where 'PyWin_DLLVersionString' now is "2.7-32". 
This statement searches for the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.7-32\PythonPath, which does not exist.

导致该问题的原因为升级到Python 2.7.11版本,发布于2015年12月12号。

在新的发布版本中,有一行代码使用了如下语句: 'PyWin_DLLVersionString' 现在是 "2.7-32"。

该语句搜索注册表键:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.7-32\PythonPath,不存在。

 

解决方案:

修改注册表中关于Python目录的设置的根键的名称:从“2.7”==》“2.7-32”,方法步骤如下:

1. Click Start > Run, and type 'regedit'. Navigate to 

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.7

2. Right-click the 2.7 folder and select Rename. Rename the '2.7' folder to '2.7-32'. 
3. When this is completed, the path must look like this: 

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.7-32

4. Close the Registry Editor and open ArcMap.

 

详见:

http://support.esri.com/cn/knowledgebase/techarticles/detail/45924

转载于:https://www.cnblogs.com/dadream/p/5309608.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值