SuperMegaMau
02-12-2006 19:56:30
hi,
I'm trying to use the MapSplitter tool in order to create default pages based on the demo files. I didn't change any of the default cfg files or gen.cfg, just added some resources to my resources.cfg file.
The problem is that I can't run MapSplitter tool without getting a Segmentation Fault. I put some couts in MapUtil.cpp and found that the crash is at this point:
my maptool.cfg
I believe all resources are correctly defines in resources.cfg, so what could be the problem?
I'm trying to use the MapSplitter tool in order to create default pages based on the demo files. I didn't change any of the default cfg files or gen.cfg, just added some resources to my resources.cfg file.
The problem is that I can't run MapSplitter tool without getting a Segmentation Fault. I put some couts in MapUtil.cpp and found that the crash is at this point:
mOptions->load(String("maptool.cfg"));
my maptool.cfg
DefaultMap=European_Alpes
European_Alpes=Alpes.gen
TSMTerrain=TsmTerrain.gen
hf_129_3=hf_129_3.gen
# need to download datasrc.zip from http://tuan.kuranes.free.fr/ogre.html for those
#puget_sound=puget_1k.gen
#grand_canyon=gcanyon_height_4k2k.gen
#terragen_genrated=terragen16bits.gen
# resource group name
GroupName=PLSM2
#do you want to run it on all maps listed here
BatchMode=no
I believe all resources are correctly defines in resources.cfg, so what could be the problem?