I have an app that displays some position and distance data, but after running for a while in the simulator (some 30-seconds), it fails with the error text:
Failed invoking symbol. System Error
The app uses the onPosition event to update the screen, and is started with the enableLocationEvents command:
It then updates the position exactly 16 times, and then fails. It happens after 16 occurances every time I run it in the simulator.
If I transfer the app to my watch (Fenix3), it runs for a couple of minutes, and then goes to the Garmin startup screen and freezes up.
The console in the simulator tells me that the failing line is this:
Mark1 = Position.parse(string, Position.GEO_DM)
But it performs fine the first 15 times it is executed.
Can anyone explain this ?