<div dir="ltr"><div><div><div><div><div><div>Hello,<br><br></div>I am getting Java exception:<br>Exception in thread "main" java.lang.<wbr>ArrayIndexOutOfBoundsException<wbr>: 265<br>        at java.lang.Integer.valueOf(<wbr>Integer.java:831)<br>        at uk.me.parabola.imgfmt.app.lbl.<wbr>LBLFileReader.readPoiInfo(<wbr>LBLFileReader.java:422)<br>        at uk.me.parabola.imgfmt.app.lbl.<wbr>LBLFileReader.<init>(<wbr>LBLFileReader.java:75)<br>        at uk.me.parabola.mkgmap.<wbr>combiners.FileInfo.lblInfo(<wbr>FileInfo.java:326)<br>        at uk.me.parabola.mkgmap.<wbr>combiners.FileInfo.lblInfo(<wbr>FileInfo.java:313)<br>        at uk.me.parabola.mkgmap.<wbr>combiners.FileInfo.imgInfo(<wbr>FileInfo.java:259)<br>        at uk.me.parabola.mkgmap.<wbr>combiners.FileInfo.<wbr>getFileInfo(FileInfo.java:152)<br>        at uk.me.parabola.mkgmap.main.<wbr>Main.endOptions(Main.java:595)<br>        at uk.me.parabola.mkgmap.<wbr>CommandArgsReader.readArgs(<wbr>CommandArgsReader.java:128)<br>        at uk.me.parabola.mkgmap.main.<wbr>Main.mainStart(Main.java:135)<br>        at uk.me.parabola.mkgmap.main.<wbr>Main.main(Main.java:106)<br></div>on map merge. I am compiling latest Greece map from Geofabrik. There was not a problem with data from October.<br><br></div>I am splitting/compiling merging using these commands:<br><br>java -jar -Xmx4096M splitter/splitter.jar --mapid=63230001 --mixed=yes src/greece-latest.osm.pbf<br><br>java -jar -Xmx4096M mkgmap/mkgmap.jar --route --code-page=65001 --lower-case --family-id=8300 '--family-name=Greece OSM' --country-name=Greece --country-abbr=GR '--description=Greece OSM' --style-file=resources/styles --style=gps --make-opposite-cycleways --remove-short-arcs --location-autofill=is_in,<wbr>nearest --housenumbers --bounds=../../bounds.zip --reduce-point-density=4 --reduce-point-density-<wbr>polygon=8 --min-size-polygon=8 --x-split-name-index --transparent --draw-priority=25 --max-jobs=4 --index -c template.args<br><br>java -jar -Xmx4096M <wbr>mkgmap/mkgmap.jar --route --code-page=65001 --lower-case --family-id=8300 '--family-name=Greece OSM' --country-name=Greece --country-abbr=GR '--description=Greece OSM' --mapname=63230000 --output-dir=img/out/ --index --gmapsupp 63230001.img 63230002.img 63230003.img 63230004.img 63230005.img 63230006.img 63230007.img 63230008.img 63230009.img 63230010.img 63230011.img <wbr>src/8300.TYP<br><br></div><div>... this latest command gives me the exception.<br></div><div><br></div><div>I am using latest bounds.zip and sea.zip files from December 16-th and latest available splitter-r476 and mkgmap-r3726 as of today. I tried also older mkgmap-r3694 and splitter-r439 with the same result.<br><br></div><div>Am I doing something wrong or is something wrong with mkgmap?<br></div><br></div>Thanks<br><br></div>Marek<br><br></div>