UG出现“Fatal error detected unable to continue”的解决方法
一旦安装Internet Explorer 7.0, NX 4 及 NX 3 启动不了
问题:
一旦安装了 IE 7.0 ,启动NX4或是NX3会报告如下错误:
Fatal Error
Fatal error detected unable to continue
补救措施:
有两种方法:
方法一、卸载 IE 7.0
当你使用Windows XP 或是Windows Serer 2003时,你可以按如下方
式卸载 Internet Explorer 7 代之以 Internet Explorer 6
􀂾 按 Start, 进入 Control Panel.
􀂾 按Add or Remoe Programs.
􀂾 找到 Windows Internet Explorer 7, 选中, 按 Change/Remoe.
万一你用Add or Remoe Programs找不到 Internet Explorer 7 i,你可以
按 Start, 选择Run, 输入 %windir%\ie7\spuninst\spuninst.exe, 按 ENTER.
注意: %windir% 指的是你的 Windows 目录,通常为 C:\Windows。要
这么做, 你先得 使得 "iew hidden folders" 为enable
方法二、 在NX 4 or the NX 3下注释掉 UGII_BACKGROUND_URL
修改文件: %UGII_BASE_DIR%\ugii\ugii_en.dat
将:
#if FILE ${UGII_BASE_DIR}\UGTIPS\${UGII_LANG}\background.html
UGII_BACKGROUND_URL=${UGII_BASE_DIR}\UGTIPS\${UGII_LANG}\backgroun
d.html
#else
UGII_BACKGROUND_URL=${UGII_BASE_DIR}\UGII\HTML_FILES\backgro
und.html
#endif
#
改为:
#if FILE ${UGII_BASE_DIR}\UGTIPS\${UGII_LANG}\background.html
#UGII_BACKGROUND_URL=${UGII_BASE_DIR}\UGTIPS\${UGII_LANG}\backgrou
nd.html
#else
#UGII_BACKGROUND_URL=${UGII_BASE_DIR}\UGII\HTML_FILES\backgr
ound.html |