You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using navit 0.5.5. on my Raspberry PI 4 and when using Navit it sometimes crashes (from 3d to 2d mode for example). The logfile just loops this error:
error:navit:do_draw:point count overflow 16384 for poly_water (0x1cfe1d,0x1074a). Increase to 17066
when routing to a destination this error is also thrown sometimes.
Does anyome know this error or a fix to it?
The text was updated successfully, but these errors were encountered:
dbg(lvl_error,"point count overflow %d for %s "ITEM_ID_FMT". Increase to %d", count,item_to_name(item->type),
If you're seeing this in a loop (probably with increasing count values), there will be memory allocated and you may run out of memory... but this is maybe not even the root cause of the crash you're experiencing.
Hi,
I am using navit 0.5.5. on my Raspberry PI 4 and when using Navit it sometimes crashes (from 3d to 2d mode for example). The logfile just loops this error:
error:navit:do_draw:point count overflow 16384 for poly_water (0x1cfe1d,0x1074a). Increase to 17066
when routing to a destination this error is also thrown sometimes.
Does anyome know this error or a fix to it?
The text was updated successfully, but these errors were encountered: