红联Linux门户
Linux帮助

求助Fedora Core5下RealPlayer10GOLD.bin安装后无法使用

发布时间:2007-11-07 15:16:17来源:红联作者:newid
安装路径为:
/user/local/RealPlayer
后在命令行下运行:
# realplay
打开RealPlayer,之后导入任意rm文件后RealPlayer关闭,并获得以下信息:
The program 'realplay.bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 36 error_code 8 request_code 140 minor_code 13)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

后按照论坛里某些大侠的做法,将该路径下的realplay文件作了如下修改:
1)
加入:
export GTK_IM_MODULE=xim
2)
第33行的os.readlink("/usr/local/bin/hxplay")' | $PYTHON -`为 os.readlink("/usr/bin/hxplay")' | $PYTHON -`第33行的os.readlink("/usr/local/bin/hxplay")' | $PYTHON -`为 os.readlink("/usr/bin/hxplay")' | $PYTHON -`
3)yum install libstdc++.so.5

之后问题仍然存在。

还请大侠指教。

[ 本帖最后由 newid 于 2007-11-7 23:02 编辑 ]
文章评论

共有 2 条评论

  1. gxf 于 2007-11-07 23:24:10发表:

    就跟你装了驱动要重启一个道理

  2. newid 于 2007-11-07 23:03:26发表:

    虽然不知道怎么回事,不过重启之后就能用了,呵呵。