Start RouteConverter from the console
Started from a console, RouteConverter prints diagnostic output that never reaches the log file. That output is often what pins down a bug. You need the .jar build for your operating system — download it from the downloads page.
Windows
- Press Windows + R, type
cmd, and press Enter. cdinto the directory holding the downloaded.jar.- Run
java -jar <the-file>.jar. - Copy the console output (Edit → Mark, then Edit → Copy) and send it along with your report.
macOS
- Open Terminal.
cdinto the directory holding the downloaded.jar.- Run
java -jar <the-file>.jar. - Send the console output with your report.
Linux
Run java -jar <the-file>.jar from a terminal in the download directory.