马上注册,结交更多同行朋友,交流,分享,学习。
您需要 登录 才可以下载或查看,没有帐号?注册
x
. 一旦安装Internet Explorer V7.0, NX 4 及NX 3 启动不了
问题:
一旦安装了IE V7.0 ,启动NX4或是NX3会报告如下错误:
Fatal Error
Fatal error detected unable to continue
syslog 档中回出现如下栏位:
......
......
Daylight Time
+++ Unhandled operating system exception: e06d7363
[ 1 ] 7C812A5B
(kernel32)
[ 2] 202B908A
(libsyss)
[ 3 ] (libsyss)
[ 4] 202B7AD8
......
......
补救措施:
有两种方法:
方法一、卸载IE V7.0
当你使用Windows XP 或是Windows Server 2003时,你可以按如下方式卸载
Internet Explorer 7 代之以Internet Explorer 6
按Start, 进入Control Panel.
按Add or Remove Programs.
找到Windows Internet Explorer 7, 选中, 按Change/Remove.
万一你用Add or Remove Programs找不到Internet Explorer 7 i,你可以按Start, 选
择Run, 输入%windir%\ie7\spuninst\spuninst.exe, 按ENTER.
注意意: %windir% 指的是你的Windows 目录,通常为C:\Windows。要这么做, 你先
得使得"view hidden folders" 为enable
方法二、在NX 4 or the NX 3下注释掉UGII_BACKGROUND_URL
修改: %UGII_BASE_DIR%\ugii\ugii_env.dat
将:
#if FILE ${UGII_BASE_DIR}\UGTIPS\${UGII_LANG}\background.html
UGII_BACKGROUND_URL=${UGII_BASE_DIR}\UGTIPS\${UGII_LANG}\background.html
#else
UGII_BACKGROUND_URL=${UGII_BASE_DIR}\UGII\HTML_FILES\background.html
#endif
#
改为为:
#if FILE ${UGII_BASE_DIR}\UGTIPS\${UGII_LANG}\background.html
#UGII_BACKGROUND_URL=${UGII_BASE_DIR}\UGTIPS\${UGII_LANG}\background.html
#else
#UGII_BACKGROUND_URL=${UGII_BASE_DIR}\UGII\HTML_FILES\background.html |