SageMage Does that happen with the example Denver POI we included?
Hello, sorry of the delay - I didn't expected an answer on a Sunday.
Tests done on MacOS:
- Downloaded the gz from the page again so to avoid any .tmc shenanigans
- removed the security protections
- run "bash aerofly-fs-convert-pois-macos.sh"
Result (skipped the ToS at the top): ERROR: (no valid coordinate system specified for ''), folder './input/edtd_trial/': export place returned false
0.00: num threads=12: fth=0 bth=0 btl=12
0.00:
0.00: ====================================================================================
0.00: converting folder place = './input/edtd_trial/'
0.00: ERROR: (no valid coordinate system specified for '')
0.00: ERROR: folder './input/edtd_trial/': export place returned false
0.00:
0.00: ====================================================================================
0.00: converting folder place = './input/1801_california_street_denver/'
0.00: ERROR: (no valid coordinate system specified for '')
0.00: ERROR: folder './input/1801_california_street_denver/': export place returned false
0.00:
0.00: // ----------------------------------------------------------------------------
0.00: // SUMMARY
0.00: // ----------------------------------------------------------------------------
0.00: input folder 0 = './input/'
0.00: output folder 0 = './output/poi/'
0.00: file types = 'tsc' 'tgi' 'bmp' 'png' 'jpg' 'tif' 'png' 'toc' 'tma' 'tmc' 'tpi'
0.00: 0 files copied
0.00: 0 textures copied
0.00: 0 sounds converted
0.00: 0 geometries converted
0.00: 0 errors
Display More
Test number 2 - changing type in the .tmc from poi to default. texture_base_type ttx_dxt: Success - No error (posting only the last part of the tm.log):
1.71: texture './output/poi/1801_california_street_denver/1801californiastreetdenver10_color.ttx': type=type_rgb_s3tc_dxt1 size=512x512
1.82: texture './output/poi/1801_california_street_denver/1801californiastreetdenver10_light.ttx': type=type_rgb_s3tc_dxt1 size=512x512
1.82: (reflection_conversion) texture './output/poi/1801_california_street_denver/1801californiastreetdenver10_reflection.ttx': type=type_r size=512x512
2.03:
2.03: // ----------------------------------------------------------------------------
2.03: // SUMMARY
2.03: // ----------------------------------------------------------------------------
2.03: input folder 0 = './input/'
2.03: output folder 0 = './output/poi/'
2.03: file types = 'tsc' 'tgi' 'bmp' 'png' 'jpg' 'tif' 'png' 'toc' 'tma' 'tmc' 'tpi'
2.03: 0 files copied
2.03: 61 textures copied
2.03: 0 sounds converted
2.03: 0 geometries converted
2.03: 0 errors
Display More
Test number 3 - type default and texture_base_type ttx_etc2 (nothing else changed) - ERROR - Assertion failed: (texture_memory->size() == depth * TextureComputeMemorySize( width, height, type, use_mipmaps )), function TextureCreate, file tmxgl.cpp, line 3217.
0.00:
0.00: num threads=12: fth=0 bth=0 btl=12
0.00:
0.00: ====================================================================================
0.00: converting folder = './input/edtd_trial/'
0.00:
0.00: converting 1 image files in parallel
0.00:
0.00: ====================================================================================
0.00: converting folder = './input/1801_california_street_denver/'
0.00:
0.00: converting 60 image files in parallel
Assertion failed: (texture_memory->size() == depth * TextureComputeMemorySize( width, height, type, use_mipmaps )), function TextureCreate, file tmxgl.cpp, line 3217.
0.01: (reflection_conversion etc/pvr) (reflection_conversion etc/pvr) aerofly-fs-convert-pois-macos.sh: line 5: 1737 Abort trap: 6 "$PROGRAM" "${OPTIONS[@]}"
Display More
Test number 4 - type default, texture_base_type ttx_etc2, mipmaps = False - Success
4.83: texture './output/poi/1801_california_street_denver/1801californiastreetdenver07_color.ttx': type=type_rgb_etc2 size=512x512
4.94: texture './output/poi/1801_california_street_denver/1801californiastreetdenver03_color.ttx': type=type_rgb_etc2 size=512x512
4.94:
4.94: // ----------------------------------------------------------------------------
4.94: // SUMMARY
4.94: // ----------------------------------------------------------------------------
4.94: input folder 0 = './input/'
4.94: output folder 0 = './output/poi/'
4.94: file types = 'tsc' 'tgi' 'bmp' 'png' 'jpg' 'tif' 'png' 'toc' 'tma' 'tmc' 'tpi'
4.94: 0 files copied
4.94: 61 textures copied
4.94: 0 sounds converted
4.94: 0 geometries converted
4.94: 0 errors
Display More
Please let me know if you need additional information.