Posts: 46
Threads: 13
Joined: Oct 2014
20.03.2018, 17:41
(This post was last modified: 20.03.2018, 17:41 by Stav.)
Hi,
I got this message today -
Is it a bug or is something wrong with my PC.
I know I have a java problem - it closes down RouteConverter, very annoying especially if route not saved, but I never had the above issue.
Just in case they are related, this is the Java error :-
A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d2ea30c, pid=19564, tid=0x00000000000018f8
#
# JRE version: Java SE Runtime Environment (8.0_161-b12) (build 1.8.0_161-b12)
# Java VM: Java HotSpot 64-Bit Server VM (25.161-b12 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C 0x000000006d2ea30c
Many Thanks
Posts: 7,465
Threads: 223
Joined: Aug 2007
(20.03.2018, 17:41)Stav Wrote: I got this message today -
![[Image: RouteConverter%20too%20many%20waypoints.png?dl=0]](https://dl.dropboxusercontent.com/s/vpq2bxq77py76k2/RouteConverter%20too%20many%20waypoints.png?dl=0)
Is it a bug or is something wrong with my PC.
That's the Google Maps Directions API claiming that RouteConverter sent 26 waypoints while the limit is 23 plus start and end.
Which version of RouteConverter have you've been using?
(20.03.2018, 17:41)Stav Wrote: I know I have a java problem - it closes down RouteConverter, very annoying especially if route not saved, but I never had the above issue.
Just in case they are related, this is the Java error :-
# JRE version: Java SE Runtime Environment (8.0_161-b12) (build 1.8.0_161-b12)
That's a completely unrelated problem: Oracle's Java 8 Update 161 crashes on a lot of user's machines.
The workaround is to go back to Java 8 Update 151 which seems to solve the problem for most users.
--
Christian
Posts: 46
Threads: 13
Joined: Oct 2014
21.03.2018, 18:31
(This post was last modified: 21.03.2018, 18:47 by Stav.)
Hi Christian,
Using version 2.21.1. By the way this route was originally a Garmin export. See gpx file attached
sussex route.gpx (Size: 118.79 KB / Downloads: 548)
I never had this issue with a Garmin file before. It could be just something wrong with this file but i get the same problem even after copying the positions to a new RouteConverter file.
Thanks for the Java advice - I will try java 8 upd 151 and hope it will solve my problem as well.
Posts: 7,465
Threads: 223
Joined: Aug 2007
I've tried the route on my machine and it works fine.
--
Christian
Posts: 46
Threads: 13
Joined: Oct 2014
Sorry, I should have added... Try to add some extra waypoints by dragging (important to use dragging) the route to other locations. On the 3rd drag it will happen.
I tried it by inserting new locations and it works OK.
BTW - I downgraded to Java 8 -151 and it solved the crushing problem - many thanks for the advice
Posts: 46
Threads: 13
Joined: Oct 2014
Christian, found the problem. Was in the registry - [HKEY_CURRENT_USER\Software\JavaSoft\Prefs\slash\navigation\mapview\browser. I had to restore my registry from an old backup which had the old line colour changes etc.. deleted the whole group and all works fine now. A new one created automatically with minimum entries.
I am not sure which entry caused the problem ..... happy that is working fine now
In case you are interested .....
Items deleted :-
[HKEY_CURRENT_USER\Software\JavaSoft\Prefs\slash\navigation\mapview\browser]
"move/Complete/Selection"="true"
"clean/Elevation/On/Move"="false"
"complement/Elevation/On/Move"="false"
"clean/Time/On/Move"="false"
"complement/Time/On/Move"="false"
"complement/Time/Fallback"="true"
"recenter/Map"="true"
; Online Edition: 0033FF RGB
"track/Line/Color"="0033FF"
"track/Line/Width"="2"
; Online Edition: 6CB1F3 RGB
"route/Line/Color"="FF0080"
"route/Line/Width"="5"
"route/Segment/Timeout"="250"
"insert/Waypoints/Segment/Timeout"="1000"
"maximum/Route/Segment/Length"="8"
"maximum/Route/Position/Count"="240"
"maximum/Track/Segment/Length"="35"
"maximum/Track/Position/Count"="1750"
"maximum/Waypoint/Segment/Length"="10"
"maximum/Waypoint/Position/Count"="500"
"maximum/Significant/Position/Count"="50000"
"maximum/Selection/Count"="50"
"visible/Position/Area/Factor"="3.0"
"visible/Selection/Area/Factor"="1.25"
New one created.
HKEY_CURRENT_USER\Software\JavaSoft\Prefs\slash\navigation\mapview\browser]
"center/Latitude"="52.49448"
"center/Longitude"="-1.53454"
"center/Zoom"="9"
"map/Type"="roadmap"
Posts: 7,465
Threads: 223
Joined: Aug 2007
It seems you have imported the complete HiddenOptions registry file - that's not what it was intended for.
--
Christian