after carefully followed the compile and building instructions on
this page, launching CrystalCore I got this:
$>.start_crystalcore.sh
pure virtual method called
terminate called without an active exception
./start_crystalcore.sh: line 3: 11826 Aborted? ? ? ? ? ? ? ? ?$CEL/celstart //this/crystalcore.cfg
watching out the instruction I've guessed an error on the "Running Crystal Core" section at this line:
export CRYSTAL=../cel
so then I tried to export it to:
export CRYSTAL=../CS
and this is what I gotten:
$>./start_crystalcore.sh
Start realpath='' path='//this/crystalcore.cfg' configname='//this/crystalcore.cfg/celstart.cfg'
ERROR: Can't initialize config from '//this/crystalcore.cfg/celstart.cfg'!
Error saving configuration '//this/crystalcore.cfg/celstart.cfg'.so I'm stucked here - any suggestions?
PS: for the records I'm on a patched Ubuntu 6.06 dapper;
the walktests on cel and on CS works pretty good (well the soundsys not quite but that's not an actual concern)