在线咨询 切换到宽版
eetop公众号 创芯大讲堂 创芯人才网

 找回密码
 注册

手机号码,快捷登录

手机号码,快捷登录

搜帖子
查看: 10695|回复: 21

求助:TECplot画图区域呈雪花状,看不见图形

[复制链接]
发表于 2014-2-3 07:17:11 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
本帖最后由 yankang84 于 2014-2-3 07:24 编辑

如题,有哪位大牛能给点意见吗?
 楼主| 发表于 2014-2-3 07:18:26 | 显示全部楼层
本帖最后由 yankang84 于 2014-2-3 07:27 编辑

为什么没有图片?再传一次。
Screenshot from 2014-02-02 17:07:25.png
回复 支持 反对

使用道具 举报

 楼主| 发表于 2014-2-3 08:54:20 | 显示全部楼层
貌似找到问题所在:libGL error: failed to load driver: r600 和 libGL error: failed to load driver: swrast,意思是没有找到这两个驱动,造成无法渲染。本机上这些驱动是有的,在/usr/lib/dri下,初步判断是因为不同版本的linux下驱动安装位置不一样造成的。
请哪位TECplot能够正常运行的好心人帮我看看你机器上的r600_dri.so和swrast_dri.so的具体路径,麻烦在这里留下你机器上这两个文件的路径。不胜感激之至!!!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2014-2-4 01:36:22 | 显示全部楼层
本帖最后由 yankang84 于 2014-2-4 01:38 编辑

问题解决,不是路径的问题,是gcc的版本问题。重装gcc后果然好使了。


Screenshot from 2014-02-03 10:19:47.png
回复 支持 反对

使用道具 举报

发表于 2014-3-29 00:34:58 | 显示全部楼层
回复 4# yankang84
Hello, I've got the same problem in Fedora 20, could you give some details about how to reinstall gcc, which version?

Thanks.
回复 支持 反对

使用道具 举报

发表于 2014-3-29 09:15:45 | 显示全部楼层
回复 4# yankang84 你好,能否告知重装gcc什么版本,原来的版本要卸载吗?FC20,谢谢
回复 支持 反对

使用道具 举报

 楼主| 发表于 2014-4-1 01:31:22 | 显示全部楼层
回复 6# sjsware
I'm so sorry for that i didn't give you a respond earlier for the reason that i was busy with other things.  you should use the command "string /usr/lib/libstdc++.so.6|grep GIBC++" to see what kinds of GLIBC++ versions this lib contains. And then use the same command to see the contents of the lib of libstdc++.so.6 in your directory in which sentaurus installed (in my computer,it is "/home/myname/sentaurus2012/tcad/G-2012-sp2/linux/lib/libstdc++.so.6") .you will find some difference, and then you can install the  version which the lib in sentaurus directory contains. hopping all of these could help you!!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2014-4-1 01:36:40 | 显示全部楼层
回复 6# sjsware


    I'm so sorry for that i didn't give you a respond earlier for the reason that i was busy with other things.  you should use the command "string /usr/lib/libstdc++.so.6|grep GIBC++" to see what kinds of GLIBC++ versions this lib contains. And then use the same command to see the contents of the lib of libstdc++.so.6 in your directory in which sentaurus installed (in my computer,it is "/home/myname/sentaurus2012/tcad/G-2012-sp2/linux/lib/libstdc++.so.6") .you will find some difference, and then you can install the  version which the lib in sentaurus directory contains. hopping all of these could help you!!
回复 支持 反对

使用道具 举报

发表于 2014-4-1 12:24:49 | 显示全部楼层
回复 8# yankang84

Oh my gosh,I wiLL TRY LATER.
Thanks.
回复 支持 反对

使用道具 举报

发表于 2014-4-2 15:07:31 | 显示全部楼层
回复 8# yankang84
I found some differences between these two commands:

[root@jinshan ~]# strings /usr/lib64/libstdc++.so.6 |grep GLIBC
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBC_2.3
GLIBC_2.2.5
GLIBC_2.14
GLIBC_2.4
GLIBC_2.3.2
GLIBCXX_DEBUG_MESSAGE_LENGTH

[root@jinshan ~]# strings /home/alain/synopsys/sentaurus/tcad/H-2013.03-SP2/amd64/lib/libstdc++.so.6 |grep GLIBC
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBC_2.2.5
GLIBC_2.3
GLIBC_2.3.2
GLIBCXX_FORCE_NEW
GLIBCXX_DEBUG_MESSAGE_LENGTH

What should I do next? Installer the absent version?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

手机版| 小黑屋| 关于我们| 联系我们| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2025-8-17 05:36 , Processed in 0.027588 second(s), 6 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表