<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Paco,<br><br>I hope r3069 helps you to find out where the problem<br>is.<br><br>Gerd<br><br><div>&gt; Date: Thu, 27 Feb 2014 11:51:21 +0100<br>&gt; From: paco.tyson@free.fr<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: Re: [mkgmap-dev] Mkgmap exception while reading "options" file<br>&gt; <br>&gt; Hi Gerd,<br>&gt; <br>&gt; Selon Gerd Petermann &lt;gpetermann_muenchen@hotmail.com&gt;:<br>&gt; <br>&gt; &gt; Hi Paco,<br>&gt; &gt;<br>&gt; &gt; this seems to be a problem with java7.<br>&gt; <br>&gt; I'm not in front of my computer but I remember that I downloaded the java7 jdk<br>&gt; from oracle's website. It's the latest version, 64bit.<br>&gt; <br>&gt; &gt; The program crashes while complaining about the last<br>&gt; &gt; part of this line :"Levels specification not all numbers "<br>&gt; &gt; overview-levels=5:17,6:15,7:14<br>&gt; &gt;<br>&gt; &gt; I  assume that you have a special character following the 7:14 pair,<br>&gt; &gt; maybe uncommon line ending 0x0d ?<br>&gt; <br>&gt; Maybe, I checked the documentation for a requirement on the encoding and line<br>&gt; ending of the style files but found nothing. So I assumed that wasn't an issue.<br>&gt; Which line ending should I use ?<br>&gt; By the way, what encoding should I use ?<br>&gt; <br>&gt; &gt; I'll try to find a correction for the crash.<br>&gt; <br>&gt; Thanks, right now this bug is a showstopper, I can't compile any map.<br>&gt; &gt;<br>&gt; &gt; Gerd<br>&gt; &gt;<br>&gt; &gt; &gt; Date: Wed, 26 Feb 2014 23:40:15 +0100<br>&gt; &gt; &gt; From: paco.tyson@free.fr<br>&gt; &gt; &gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; &gt; &gt; Subject: [mkgmap-dev] Mkgmap exception while reading "options" file<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Hi all,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I'm faced with this error :<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; java -jar ../../../bin/mkgmap-r3057/mkgmap.jar --style-file=src/<br>&gt; &gt; &gt; --style=style-FR --check-styles<br>&gt; &gt; &gt; Time started: Wed Feb 26 23:20:35 CET 2014<br>&gt; &gt; &gt; checking style: style-FR<br>&gt; &gt; &gt; Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 2<br>&gt; &gt; &gt;         at<br>&gt; &gt; uk.me.parabola.mkgmap.general.LevelInfo.createFromString(LevelInfo.java:74)<br>&gt; &gt; &gt;         at uk.me.parabola.mkgmap.osmstyle.StyleImpl.readRules(StyleImpl.java:275)<br>&gt; &gt; &gt;         at uk.me.parabola.mkgmap.osmstyle.StyleImpl.&lt;init&gt;(StyleImpl.java:160)<br>&gt; &gt; &gt;         at uk.me.parabola.mkgmap.main.Main.readOneStyle(Main.java:382)<br>&gt; &gt; &gt;         at uk.me.parabola.mkgmap.main.Main.checkStyles(Main.java:362)<br>&gt; &gt; &gt;         at uk.me.parabola.mkgmap.main.Main.processOption(Main.java:264)<br>&gt; &gt; &gt;         at<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; uk.me.parabola.mkgmap.CommandArgsReader$CommandOption.processArg(CommandArgsReader.java:303)<br>&gt; &gt; &gt;         at<br>&gt; &gt; uk.me.parabola.mkgmap.CommandArgsReader.readArgs(CommandArgsReader.java:125)<br>&gt; &gt; &gt;         at uk.me.parabola.mkgmap.main.Main.main(Main.java:117)<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; When I invoke mkgmap as usual to compile a map, it fails after outputting<br>&gt; &gt; this<br>&gt; &gt; &gt; exact same exception trace 8 times. No map produced.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I've narrowed the issue to the "options" file, pasted here :<br>&gt; &gt; &gt; #<br>&gt; &gt; &gt; # Style options.<br>&gt; &gt; &gt; #<br>&gt; &gt; &gt; # The name tag determines what tag is used as the name of a<br>&gt; &gt; &gt; # feature.  Usually this is just 'name' but you might want something<br>&gt; &gt; &gt; # more specific such as name:en or another language variant.<br>&gt; &gt; &gt; # You can specify a list here, the first one that exists will be<br>&gt; &gt; &gt; # used<br>&gt; &gt; &gt; #<br>&gt; &gt; &gt; # Example:<br>&gt; &gt; &gt; # name_tag = name:en, int_name, name<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; # The levels specification for this style<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; levels=0:24,1:23,2:22,3:20,4:18<br>&gt; &gt; &gt; overview-levels=5:17,6:15,7:14<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; If I comment out the 2 lines, then mkgmap runs fine (style checking and map<br>&gt; &gt; &gt; compiling).<br>&gt; &gt; &gt; This file was OK before I migrated from OS X Snow Leopard to Mavericks.<br>&gt; &gt; Before :<br>&gt; &gt; &gt; OS X 10.6.8, java6, mkgmap r2685. Now OS X 10.9.2, java7, mkgmap 3057 (same<br>&gt; &gt; &gt; exception with r2960)<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; mkgmap-dev mailing list<br>&gt; &gt; &gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; &gt; &gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br>&gt; &gt;<br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; mkgmap-dev mailing list<br>&gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                               </div></body>
</html>