Posts: 11
Threads: 2
Joined: Oct 2017
(19.11.2017, 11:09)routeconverter Wrote: (07.11.2017, 00:26)bigdog Wrote: Hi Christian - have downloaded an run both versions of 2.22 (Oct 29th) and my problem persists. I've sent you a log.
Dear Simon,
did this start with RC 2.20?
Are you seeing exceptions on the console when starting RouteConverter?
I can't remember which version it
started with, but I tested it with 2.22, 2.21 & 2.20. The newest version I can run is 2.19 (to access options).
If I run 2.20 from the console I see:
Code:
Nov 20, 2017 8:32:19 PM slash.navigation.gui.Application invokeNativeInterfaceMethod
INFO: Cannot invoke NativeInterface#runEventPump(): java.lang.ClassNotFoundException: chrriis.dj.nativeswing.swtimpl.NativeInterface
Nov 20, 2017 8:32:19 PM slash.navigation.gui.Application invokeNativeInterfaceMethod
INFO: Cannot invoke NativeInterface#open(): java.lang.ClassNotFoundException: chrriis.dj.nativeswing.swtimpl.NativeInterface
Logging to /tmp/RouteConverter.log
Many thanks.
Posts: 7,465
Threads: 223
Joined: Aug 2007
Now what's inside of /tmp/RouteConverter.log ?
--
Christian
Posts: 11
Threads: 2
Joined: Oct 2017
(26.11.2017, 22:04)routeconverter Wrote: Now what's inside of /tmp/RouteConverter.log ?
Too many lines to list here. Do you want me to attach the file here, pm it to you or something else?
Thanks for your persistence and patience!
Posts: 7,465
Threads: 223
Joined: Aug 2007
(27.11.2017, 00:56)bigdog Wrote: Too many lines to list here. Do you want me to attach the file here, pm it to you or something else?
If you like, send me an email. You find the address in the imprint.
--
Christian
Posts: 7,465
Threads: 223
Joined: Aug 2007
Now the log you've sent me was for a run of the Offline Edition?
Nov 28, 2017 12:19:59 AM slash.navigation.converter.gui.RouteConverter setMapView
INFO: Using map view Mapsforge
Btw, I've checked: if there is an exception thrown during the initialization of the options dialog, there is an error dialog coming up.
--
Christian
Posts: 11
Threads: 2
Joined: Oct 2017
02.12.2017, 21:23
(This post was last modified: 02.12.2017, 21:24 by bigdog.)
The problem happens in the offline and online editions. I just ran the online version (2.20) in a terminal window again and the following message was displayed (in the terminal window):
INFO: Cannot invoke NativeInterface#runEventPump(): java.lang.reflect.InvocationTargetException
I don't see any error dialogues at any point.
Posts: 7,465
Threads: 223
Joined: Aug 2007
(02.12.2017, 21:23)bigdog Wrote: INFO: Cannot invoke NativeInterface#runEventPump(): java.lang.reflect.InvocationTargetException
That is for the failed SWT-Map initialization.
(02.12.2017, 21:23)bigdog Wrote: I don't see any error dialogues at any point.
Then there must be an options dialog. I guess it's hidden in some corner of the screen and/or its just a few pixels wide and high.
If you delete the Java preferences below ~/.java/.userPrefs/, it might open with the default size.
--
Christian
Posts: 11
Threads: 2
Joined: Oct 2017
Deleted preferences as suggested and now fixed!
Thank you again for your persistence and patience!