22.04.2022 09:46, Tim Teulings <ti...@fr...>
> > Used command line:
> > Import -d --typefile stylesheets\map.ost --destinationDirectory maps\andorra --delete-temporary-files true --delete-analysis-files true --delete-report-files true maps\andorra-latest.osm.pbf
>
> I'll explicitely check this command line again. Possible, that I did not
> activate the same feature on my system.
I doubt "--delete-..." parameters affect the program execution at that stage (see below).
> > I will try to compile the Import by Qt Creator and then use it's debugger.
>
> For getting the information, if the Import crashed (likely) and stopped
> because of an unhandled exception it would be enough to start it from
> gdb, which is part of msys.
Program crash usually is accompanied by some kind of error message - either from program itself, or from operation system. But Import.exe stops quietly.
I am not able to compile the program with Qt environment yet (for some unknown reasons its cmake does not recognize existence of some required libraries), but there is new information from MSYS/MinGW environment:
I have two editions of MinGW (GCC) 11.2.0 compiler here: 32- and 64-bit. Both editions and all necessary libraries are simultaneously updated to the same newest states.
Import.exe created by 32-bit compiler stops after Step 3 and leaves incomplete set of data files.
Import.exe created by 64-bit compiler produces a full set of files (and even more :-) ):
bin_64\Import --typefile stylesheets\map.ost --destinationDirectory maps\andorra_64 --delete-temporary-files true --delete-analysis-files true --delete-debugging-files true --delete-report-files true maps\andorra-latest.osm.pbf
============
+ Summary...
Mandatory files:
File areaarea.idx: 20.7 KiB
File areanode.idx: 22.3 KiB
File arearoute.idx: 4 B
File areas.dat: 444.0 KiB
File areaway.idx: 13.6 KiB
File bounding.dat: 14 B
File coverage.idx: 260 B
File intersections.dat: 87.8 KiB
File intersections.idx: 32.0 KiB
File location.idx: 42.2 KiB
File nodes.dat: 53.6 KiB
File ptroutes.dat: 4 B
File route.dat: 4 B
File router.dat: 298.5 KiB
File router2.dat: 245 B
File types.dat: 31.4 KiB
File water.idx: 2.5 KiB
File ways.dat: 651.0 KiB
=> 1.7 MiB
Optional files:
File areasopt.dat: 30.3 KiB
File waysopt.dat: 41.9 KiB
=> 72.2 KiB
Import OK!
- Deleting temporary files...
Deleting 'maps\andorra_64\areas.tmp'
Deleting 'maps\andorra_64\areas2.tmp'
Deleting 'maps\andorra_64\areas3.tmp'
Deleting 'maps\andorra_64\distribution.dat'
Deleting 'maps\andorra_64\nodeaddress.dat'
Deleting 'maps\andorra_64\nodes.tmp'
Deleting 'maps\andorra_64\rawcoastline.dat'
Deleting 'maps\andorra_64\rawcoords.dat'
Deleting 'maps\andorra_64\rawdatapolygon.dat'
Deleting 'maps\andorra_64\rawnodes.dat'
Deleting 'maps\andorra_64\rawrel.idx'
Deleting 'maps\andorra_64\rawrels.dat'
Deleting 'maps\andorra_64\rawroute.dat'
Deleting 'maps\andorra_64\rawroutemaster.dat'
Deleting 'maps\andorra_64\rawturnrestr.dat'
Deleting 'maps\andorra_64\rawway.idx'
Deleting 'maps\andorra_64\rawways.dat'
Deleting 'maps\andorra_64\relarea.tmp'
Deleting 'maps\andorra_64\turnrestr.dat'
Deleting 'maps\andorra_64\wayaddress.dat'
Deleting 'maps\andorra_64\wayarea.tmp'
Deleting 'maps\andorra_64\wayareablack.dat'
Deleting 'maps\andorra_64\ways.tmp'
Deleting 'maps\andorra_64\wayway.tmp'
- Deleting analysis files...
Deleting 'maps\andorra_64\location_full.txt'
Deleting 'maps\andorra_64\location_region.txt'
- Deleting report files...
Deleting 'maps\andorra_64\index.html'
Deleting 'maps\andorra_64\tag.html' [*]
Deleting 'maps\andorra_64\way.html' [*]
Deleting 'maps\andorra_64\relation.html' [*]
Deleting 'maps\andorra_64\location.html' [*]
============
[*] despite reported deleting, file remains in the output directory:
============
21 160 areaarea.idx
22 879 areanode.idx
4 arearoute.idx
454 631 areas.dat
31 044 areasopt.dat
13 965 areaway.idx
14 bounding.dat
260 coverage.idx
89 921 intersections.dat
32 770 intersections.idx
5 980 location.html [*]
43 180 location.idx
2 154 location_metrics.txt [+]
54 885 nodes.dat
4 ptroutes.dat
347 relation.html [*]
4 route.dat
305 646 router.dat
245 router2.dat
21 193 stats.dot [+]
2 431 tag.html [*]
32 160 types.dat
2 515 water.idx
3 353 way.html [*]
666 626 ways.dat
42 896 waysopt.dat
============
[+] file is not mentioned in a program report
|