mapsplitter unexplained crash

Captain_Deathbeard

12-12-2005 18:10:37

I get a crash in the mapsplitter after the very first part eg.

......etc......
created : mapname.7.7.raw

I get a windows crash that tells me nothing. also mapsplitter.log tells me nothing:

17:54:14: *-*-* Version 1.0.6 (Azathoth)
17:54:14: Creating resource group Bootstrap
17:54:14: Added resource location '../../media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap'
17:54:14: Added resource location '../../media' of type 'FileSystem' to resource group 'General'
17:54:14: Added resource location '../../media/fonts' of type 'FileSystem' to resource group 'General'
17:54:14: Added resource location '../../media/materials/programs' of type 'FileSystem' to resource group 'General'
17:54:14: Added resource location '../../media/materials/scripts' of type 'FileSystem' to resource group 'General'
17:54:14: Added resource location '../../media/materials/textures' of type 'FileSystem' to resource group 'General'
17:54:14: Added resource location '../../media/models' of type 'FileSystem' to resource group 'General'
17:54:14: Added resource location '../../media/overlays' of type 'FileSystem' to resource group 'General'
17:54:14: Added resource location '../../media/particle' of type 'FileSystem' to resource group 'General'
17:54:14: Added resource location '../../media/gui' of type 'FileSystem' to resource group 'General'
17:54:14: Added resource location '../../media/packs/cubemap.zip' of type 'Zip' to resource group 'General'
17:54:14: Added resource location '../../media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General'
17:54:14: Added resource location '../../media/packs/dragon.zip' of type 'Zip' to resource group 'General'
17:54:14: Added resource location '../../media/packs/fresneldemo.zip' of type 'Zip' to resource group 'General'
17:54:14: Added resource location '../../media/packs/ogretestmap.zip' of type 'Zip' to resource group 'General'
17:54:14: Added resource location '../../media/packs/skybox.zip' of type 'Zip' to resource group 'General'
17:54:14: Creating resource group LAND
17:54:14: Added resource location '../../data/land/' of type 'FileSystem' to resource group 'LAND'
17:54:14: Added resource location '../../data/land/one' of type 'FileSystem' to resource group 'LAND'
17:54:14: Added resource location '../../data/land/datasrcs' of type 'FileSystem' to resource group 'LAND'
17:54:14: Creating resource group PLSM2
17:54:14: Added resource location '../../media/paginglandscape' of type 'FileSystem' to resource group 'PLSM2'
17:54:14: Added resource location '../../media/paginglandscape/terragen16bits' of type 'FileSystem' to resource group 'PLSM2'
17:54:14: Added resource location '../../media/paginglandscape/ps_height_1k' of type 'FileSystem' to resource group 'PLSM2'
17:54:14: Added resource location '../../media/paginglandscape/gcanyon_height_4k2k' of type 'FileSystem' to resource group 'PLSM2'
17:54:14: Added resource location '../../media/paginglandscape/alpes' of type 'FileSystem' to resource group 'PLSM2'
17:54:14: Added resource location '../../media/paginglandscape/datasrcs' of type 'FileSystem' to resource group 'PLSM2'
17:54:14: Added resource location '../../media/paginglandscape/TsmTerrain' of type 'FileSystem' to resource group 'PLSM2'
17:54:14: Added resource location '../../data/land/' of type 'FileSystem' to resource group 'PLSM2'
17:54:14: Added resource location '../../data/land/one' of type 'FileSystem' to resource group 'PLSM2'
17:54:14: Added resource location '../../data/land/datasrcs' of type 'FileSystem' to resource group 'PLSM2'


I am using a 4096x4096 16 bit raw file. It was made in terragen as a .r16 file, which gave a mapsplitter error so i renamed it to .raw.

.gen file is the same one I have used before and it worked, I have just changed sizes and use a raw instead of png:

GroupName=LAND

LandScapeFileName=one
LandScapeExtension=raw
RawWidth=4096
RawHeight=4096

LandScapeExportExtension=raw

TextureExtension=png
## scale factor bettween pagesize and textursize
TextureStretchFactor=4

Paged=yes

ScaleX=400
ScaleY=100
ScaleZ=400

OutDirectory=../../data/land/LandScapeFileName

# Size of the Heightfiled in pixels (must be 2^n + 1)
PageSize=513
TileSize=65

tuan kuranes

16-12-2005 14:24:11

try
TextureStretchFactor=1
at first unless you have several Gig of RAM.

Captain_Deathbeard

16-12-2005 23:45:58

Ah, that was it, thanks for your help.