报警英文:
the graphics windows has detected an error and is mot able to initialize
英文解释:图形窗口已检测到错误,无法初始化。
ugraf:the graphics windows has detected an error 报警
推荐解决方法:
1.区分电脑的显卡是:A卡、N卡
2.ATI显卡操作:
打开C:\WINDOWS\system32\,
找到atioglxx.dll文件,更改名称
例如:更改成 atioglxx123.dll
修改atioglxx.dll文件
3.下载驱动精灵安装显卡驱动
http://www.dmsnx.com/thread-588-1-1.html
4.WIN7或者WIN8系统
找到:UGII.BAT批处理文件启动
参考路径:C:\Program Files\Siemens\NX 8.0\UGII\UGII.BAT
5.使用记事本写批处理启动文件
建立记事本文件,复制下面的代码粘贴上:
- @echo off
- set UG=C:\Program Files\NX 8.0\
- set
- UGII_LANGUAGE_FILE=%UG%\localization\ugii_ENGLISH.lng
- set
- UGII_MODL_DEMO=1
- start "Title" "%UG%"\ugii\ugraf.exe %*
- exit
复制代码
批处理使用与说明:
1):C:\Program Files\NX 8.0\ UG安装目录(根据自己的安装路径设置)
2):set UGII_LANGUAGE_FILE=%UG%\localization\ugii_ENGLISH.lng 启动英文界面
set UGII_LANGUAGE_FILE=%UG%\localization\ugii_simpl_chinese.lng 启动中文界面
3):保存好,把后缀名:.txt 改成 .bat
4):复制到安装目录中:C:\Program Files\Siemens\NX 8.0\
5):右键发送到桌面快捷键,正常启动UGNX8.0
报警ugraf:the graphics windows has detected an error其它解决方法:
UG安装报错:the graphics window has detected an error and is not adle
http://www.dmsnx.com/thread-595-1-1.html
UG启动错误ugraf:the graphics windows has detected
http://www.dmsnx.com/thread-3365-1-1.html
|