您的位置:首页 > 运维架构 > Linux

[血泪]一个 Linux Gamer 的日记

2005-11-19 15:19 387 查看
$ /opt/games/glest/glest
/opt/games/glest/glest: line 89:  3199 Segmentation fault      ./$GAME_BINARY $CMD_ARGS "$@"
$ XIM=xim /opt/games/glest/glest
/opt/games/glest/glest: line 89:  3205 Segmentation fault      ./$GAME_BINARY $CMD_ARGS "$@"
 $ env -i /opt/games/glest/glest
Couldn't initialize SDL: Unable to open a console terminal
/opt/games/glest/glest: line 93: setxkbmap: command not found
$ env -u XIM -u XIM_PROGRAM -u XIM_ARGS -u GTK_IM_MODULE /opt/games/glest/glest
/opt/games/glest/glest: line 89:  3222 Segmentation fault      ./$GAME_BINARY $CMD_ARGS "$@"
$ less /opt/games/glest/glest
$ /opt/games/glest/glest.bin
/opt/games/glest/glest.bin: error while loading shared libraries: libxerces-c.so.23: cannot open shared object file: No such file or directory
$ LD_LIBRARY_PATH=/opt/games/glest/lib /opt/games/glest/glest.bin
Segmentation fault
$ ulimit -c unlimited
$ LD_LIBRARY_PATH=/opt/games/glest/lib /opt/games/glest/glest.bin
Segmentation fault (core dumped)
 $ env LD_LIBRARY_PATH=/opt/games/glest/lib gdb /opt/games/glest/glest.bin -c core.3246
(此处省略 200K 输出)
$ export SDL_AUDIODRIVER=esd
$  /opt/games/glest/glest
open /dev/[sound/]dsp: Device or resource busy
OpenAL Vendor: J. Valenzuela
OpenAL Version: 0.0.7
OpenAL Renderer: Software
OpenAl Extensions: Software
Exception: Couldn't open audio device.
$ export SDL_AUDIODRIVER=alsa
$  /opt/games/glest/glest
open /dev/[sound/]dsp: Device or resource busy
OpenAL Vendor: J. Valenzuela
OpenAL Version: 0.0.7
OpenAL Renderer: Software
OpenAl Extensions: Software
Exception: Couldn't open audio device.
$ export SDL_AUDIODRIVER=null
$  /opt/games/glest/glest
Couldn't process event: Your system doesn't support 3 texture units, required for shadows
Couldn't process event: Mouse Button > 3 not handled.
Couldn't process event: Mouse Button > 3 not handled.

-------------
补记:这里算是进去了,没有声音,看到菜单。进入游戏之后灰白一片,图像有问题……懒得折腾了,pkill ; rm -rf
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息