Walktest causes crystalspace to crash

Bug #1249676 reported by muahamad yanuar zico
14
This bug affects 1 person
Affects Status Importance Assigned to Milestone
crystalspace (Ubuntu)
Triaged
Low
Unassigned

Bug Description

run walktest in terminal then app crash and display error message lie below:
~$ walktest
or
~$ walktest-2.0
crystalspace.system: Error setting directory ‘parallaxtest’!
crystalspace.system: Error initializing system!

Revision history for this message
muahamad yanuar zico (yanzic101302) wrote :
Quinn Balazs (qbalazs)
summary: - run walktest then app crash
+ Walktest causes crystalspace to crash
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

Changed in crystalspace (Ubuntu):
status: New → Triaged
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.