Comment 2 for bug 1249676

Revision history for this message
TJ (tj) wrote :

This is caused because the parallaxtest is missing:

/usr/share/crystalspace-2.0/data/maps/parallaxtest/

but several configuration files refer to it:

$ dpkg -L crystalspace-data | while read p; do [ -f $p ] && if grep -H 'parallaxtest' $p; then echo $p; fi; done

/usr/share/crystalspace-2.0/data/config-app/walktest.cfg:Walktest.Settings.WorldFile = parallaxtest
/usr/share/crystalspace-2.0/data/config-app/walktest.cfg
/usr/share/crystalspace-2.0/data/config-app/startme.cfg:StartMe.0.name = parallaxtest
/usr/share/crystalspace-2.0/data/config-app/startme.cfg:StartMe.0.args = -silent parallaxtest -mode=800x600
/usr/share/crystalspace-2.0/data/config-app/startme.cfg:StartMe.0.desc.0 = This is WalkTest with the parallaxtest map. It shows parallax
/usr/share/crystalspace-2.0/data/config-app/startme.cfg:StartMe.0.image = startme_parallaxtest.jpg
/usr/share/crystalspace-2.0/data/config-app/startme.cfg
/etc/crystalspace-2.0/vfs.cfg:VFS.Mount.lev/parallaxtest = $(CS_MAPDIR)$/parallaxtest$/
/etc/crystalspace-2.0/vfs.cfg