ProENGINEER 错误——RAISING SIGNAL

Problem Statement:
std.err states "RAISING SIGNAL : Signal number : 11"

Problem Analysis:
This problem is normally caused by the graphic card driver. ProE is not compatible with all the drivers. Especially, OpenGL functions on some cards are not supported by ProE.

Solution:
Try one of the following, until ProE works.
1. Change the graphic driver to the latest version or campatible version
2. Close OpenGL acceleration in graphic card configuration
3. Add the following line in config.pro
graphics win32_gdi

错误现象:
std.err中出现“RAISING SIGNAL : Signal number : 11”错误

问题分析:
这个问题是由显卡驱动造成的。ProE并不能兼容所有的显卡驱动,尤其是一些显卡的OpenGL功能。

解决方法:
尝试以下任意一种方法,直到ProE正常工作为止
1、将显卡驱动程序升级到最新版或者可以兼容工作的版本
2、关闭显卡的OpenGL加速
3、将下面一行加入config.pro
graphics win32_gdi

添加新评论