分页: 1 / 1

realplay10不能用了。。。

发表于 : 2006-06-04 12:52
one_dust
我直接从real.com上面下载的RealPlayer10GOLD.bin安装程序, 先前在5.1.0上是可以用的, 现在执行.realplay的时候就提示:
line 75: 9117 Segmentation fault
就这一句提示, 请问是什么问题??

发表于 : 2006-06-05 16:08
yang_hui1986527
wget -c ftp://ftp.nerim.net/debian-marillat/poo ... 0_i386.deb

sudo apt-get install libstdc++5

sudo dpkg -i realplayer_10.0.6-0.0_i386.deb
这样安装试试

发表于 : 2006-06-05 23:06
uranus0206
我也有問題阿!!!雖然用apt安裝好了
可是::
~$ realplay
/usr/bin/realplay: line 75: 22970 程式記憶體區段錯誤 $REALPLAYBIN "$@"

发表于 : 2006-06-16 1:31
pstinghua
我也是这个问题,有解决方法了吗?

发表于 : 2006-06-17 2:22
aubrey
这个问题是由于SCIM和reaplay冲突,编辑realplay这个脚本

sudo gedit /usr/bin/realplay

在开头加入如下代码可以解决问题

#!/bin/sh

+++ export GTK_IM_MODULE=xim

# If you don't have readlink, fill in the path to hxplay.bin here.
HELIX_LIBS=/usr/lib/realplay-10.0.7 ; export HELIX_LIBS

发表于 : 2006-06-17 8:28
karron
同楼上,注意只需要加 export GTK_IM_MODULE=xim 即可。

发表于 : 2006-06-19 0:55
bruce_Q
上面的说的对,export GTK_IM_MODULE=xim就可以解决