Originally posted by Diamondcite
Check your cal3d and CS installations... was the LD_LIBRARY_PATH set?
i made this startup script and the same error is still there:
#!/bin/sh
CRYSTAL=/home/test/games/planeshift/CS
CEL=/home/test/games/planeshift/cel
CSCONFPATH=/home/test/games/planeshift/cel
LD_LIBRARY_PATH=/home/test/games/planeshift/cal3d/lib:/home/test/games/planeshift/CS:$LD_LIBRARY_PATH
export CRYSTAL
export CEL
export CSCONFPATH
export LD_LIBRARY_PATH
cd planeshift
./psclient
cd -