L3DT users' community
Large 3D terrain generator

Error when generating HM from DM

Please report software faults here.

Error when generating HM from DM

Postby h4voc » Thu May 14, 2015 9:55 am

Hi Aaron,

i encountered this error when generating a HM from a DM:

Code: Select all
CL3DTio_BackupApp::InitEditRecord error:
 - edit record is already initialised
CMosaicMemTable::GetTileHandle error
 - MemMap 9 is not allocated
CMosaicMap::GetPixel error
 - cannot get SubMap handle from MemTable for map 'DM'
 - tile 2,1 of 7x5
 - pixel 1408,767 of 3328x2432
 - tile size 512
mxDM_GetR_at error
 - cannot get DMpxl x1408y767 (size = 3328x2432)
 - HF coords = x5633y3069
 - DM_TileSize = 4
calc_HF_InflateMosaic WARNING
 - roughness interpolation failed, defaults to 0
CMosaicMemTable::GetTileHandle error
 - MemMap 22 is not allocated
CMosaicMap::GetPixel error
 - cannot get SubMap handle from MemTable for map 'DM'
 - tile 1,3 of 7x5
 - pixel 602,1604 of 3328x2432
 - tile size 512
mxDM_GetR_at error
 - cannot get DMpxl x602y1604 (size = 3328x2432)
 - HF coords = x2411y6416
 - DM_TileSize = 4
calc_HF_InflateMosaic WARNING
 - roughness interpolation failed, defaults to 0
CMosaicMemTable::GetTileHandle error
 - MemMap 24 is not allocated
CMosaicMap::GetPixel error
 - cannot get SubMap handle from MemTable for map 'DM'
 - tile 3,3 of 7x5
 - pixel 1536,1877 of 3328x2432
 - tile size 512
CMosaicMemTable::GetTileHandle error
 - MemMap 5 is not allocated
CMosaicMap::GetPixel error
 - cannot get SubMap handle from MemTable for map 'DM'
 - tile 5,3 of 7x5
 - pixel 2918,1989 of 3328x2432
 - tile size 512
mxDM_GetR_at error
 - cannot get DMpxl x2918y1989 (size = 3328x2432)
 - HF coords = x23350y15919
 - DM_TileSize = 8
calc_HF_InflateMosaic WARNING
 - roughness interpolation failed, defaults to 0
CMosaicMemTable::GetTileHandle error
 - MemMap 15 is not allocated
CMosaicMap::GetPixel error
 - cannot get SubMap handle from MemTable for map 'DM'
 - tile 0,3 of 7x5
 - pixel 12,1558 of 3328x2432
 - tile size 512
CMosaicMemTable::GetTileHandle error
 - MemMap 2 is not allocated
CMosaicMap::GetPixel error
 - cannot get SubMap handle from MemTable for map 'DM'
 - tile 0,2 of 7x5
 - pixel 380,1095 of 3328x2432
 - tile size 512
mxDM_GetR_at error
 - cannot get DMpxl x380y1095 (size = 3328x2432)
 - HF coords = x6093y17529
 - DM_TileSize = 16
calc_HF_InflateMosaic WARNING
 - roughness interpolation failed, defaults to 0
CMosaicMemTable::GetTileHandle error
 - MemMap 9 is not allocated
CMosaicMap::GetPixel error
 - cannot get SubMap handle from MemTable for map 'DM'
 - tile 5,0 of 7x5
 - pixel 2968,94 of 3328x2432
 - tile size 512
CMosaicMemTable::GetTileHandle error
 - MemMap 1 is not allocated
CMosaicMap::GetPixel error
 - cannot get SubMap handle from MemTable for map 'DM'
 - tile 4,0 of 7x5
 - pixel 2471,279 of 3328x2432
 - tile size 512
mxDM_GetR_at error
 - cannot get DMpxl x2471y279 (size = 3328x2432)
 - HF coords = x39548y4469
 - DM_TileSize = 16
calc_HF_InflateMosaic WARNING
 - roughness interpolation failed, defaults to 0
CMosaicMemTable::GetTileHandle error
 - MemMap 4 is not allocated
CMosaicMap::GetPixel error
 - cannot get SubMap handle from MemTable for map 'DM'
 - tile 3,0 of 7x5
 - pixel 1931,319 of 3328x2432
 - tile size 512
mxDM_GetR_at error
 - cannot get DMpxl x1931y319 (size = 3328x2432)
 - HF coords = x30900y5115
 - DM_TileSize = 16
calc_HF_InflateMosaic WARNING
 - roughness interpolation failed, defaults to 0
CMosaicMemTable::GetTileHandle error
 - MemMap 8 is not allocated
CMosaicMap::GetPixel error
 - cannot get SubMap handle from MemTable for map 'DM'
 - tile 1,1 of 7x5
 - pixel 1009,791 of 3328x2432
 - tile size 512
CMosaicMemTable::GetTileHandle error
 - MemMap 13 is not allocated
CMosaicMap::GetPixel error
 - cannot get SubMap handle from MemTable for map 'DM'
 - tile 6,1 of 7x5
 - pixel 3259,775 of 3328x2432
 - tile size 512
mxDM_GetR_at error
 - cannot get DMpxl x3259y775 (size = 3328x2432)
 - HF coords = x52147y12408
 - DM_TileSize = 16
calc_HF_InflateMosaic WARNING
 - roughness interpolation failed, defaults to 0
CMosaicMemTable::GetTileHandle error
 - MemMap 10 is not allocated
CMosaicMap::GetPixel error
 - cannot get SubMap handle from MemTable for map 'DM'
 - tile 3,4 of 7x5
 - pixel 1992,2278 of 3328x2432
 - tile size 512
mxDM_GetR_at error
 - cannot get DMpxl x1992y2278 (size = 3328x2432)
 - HF coords = x31874y36455
 - DM_TileSize = 16
calc_HF_InflateMosaic WARNING
 - roughness interpolation failed, defaults to 0


log.txt is on the way via mail.

The generation process completed and there seem to be no problems.

OT: this is the same map with some modification like the last time when i had this huge error log. Generation times went from 4 Days to 5 hours. good work there fixing it!

Best regards,
h4voc
User avatar
h4voc
Member
 
Posts: 22
Joined: Thu Apr 09, 2015 1:50 pm

Re: Error when generating HM from DM

Postby Aaron » Mon May 18, 2015 2:21 pm

Hi H4voc,

Thanks for the bug report, and sorry for the delay. I'll look into it now.

Best regards,
Aaron.
User avatar
Aaron
Site Admin
 
Posts: 3696
Joined: Sun Nov 20, 2005 2:41 pm
Location: Melbourne, Australia


Return to Bug reports

Who is online

Users browsing this forum: No registered users and 13 guests

cron