dmarschal
Member
Code:
Error: could not open 'replays/rep1' (check the permissions)
replays/rep1 is a 20 byte long text file. Others are much larger and store car/track selection and float numbers.
Code:
$ cat replays/rep1
./cars/
./tracks/
$
In skunks.sh, it's not enough to include
Code:
export LD_LIBRARY_PATH=./lib
You have to set the full path to make sk-gl run and produce the replay error.
Code:
export LD_LIBRARY_PATH=/mnt/utmp/skunks/lib