gamux 上的1.4.11
直接启动就是跳啊跳就没有然后了
终端下:
It looks like World of Goo crashed! If you need support, please include the
contents of the log file in your problem report.
The log file is stored at: /home/yang/.WorldOfGoo/WorldOfGoo.log WorldOfGoo.log (17.5 KB)
It looks like World of Goo crashed! If you need support, please include the
contents of the log file in your problem report.
The log file is stored at: /home/yang/.WorldOfGoo/WorldOfGoo.log
yang@linux-o5la:/opt/WorldOfGoo> WorldOfGoo
/usr/bin/WorldOfGoo: 行 30: 1754 段错误 $BIN $@
It looks like World of Goo crashed! If you need support, please include the
contents of the log file in your problem report.
The log file is stored at: /home/yang/.WorldOfGoo/WorldOfGoo.log
e=$?
if $e -ne 0 ]
then
echo “”
echo “It looks like World of Goo crashed! If you need support, please include the”
echo “contents of the log file in your problem report.”
LOGPATH="$HOME/.WorldOfGoo/WorldOfGoo.log"
if -f "$LOGPATH" ]
then
echo "The log file is stored at: $LOGPATH"
echo "" >> $LOGPATH
echo "Libraries used:" >> $LOGPATH
ldd $BIN >> $LOGPATH 2>&1
echo "" >> $LOGPATH
GLXINFO=`which glxinfo`
if -z "$GLXINFO" ]
then
echo "glxinfo not found!" >> $LOGPATH
else
echo "Output of glxinfo:" >>$LOGPATH
glxinfo >>$LOGPATH 2>&1
fi
else
echo "Unfortunately, no log file has been created!"
fi