Forums » Bugs

navigation errors

Aug 10, 2019 Remen link
getting lua errors

vo/if_navmaptemplate.lua:689: attempt to perform arithmetic on local 'color' (a nil value)
stack traceback:
vo/error.lua:71: in function <vo/error.lua:70>
vo/if_navmaptemplate.lua:689: in function 'set'
vo/if_navmaptemplate.lua:475: in function <vo/if_navmaptemplate.lua:472>
(tail call): ?

Going to remove plugins and see if it goes away.
Aug 10, 2019 Remen link
Wasn't the navcomp plugin causing the issue. it still happens. Generally when trying to zoom to the universe view, or plot a trip across multiple systems (Dau to Latos, for example.)
Aug 10, 2019 Remen link
More error text:

[08/09/19 22:19:16] You are entering Latos H-2
vo/if_navmaptemplate.lua:689: attempt to perform arithmetic on local 'color' (a nil value)
stack traceback:
vo/if_navmaptemplate.lua:689: in function 'set'
vo/if_navmaptemplate.lua:707: in function 'setup'
vo/if_navmaptemplate.lua:738: in function 'enter_sector'
vo/if_pda_tab1.lua:1160: in function 'func'
vo/vo_event.lua:28: in function <vo/vo_event.lua:26>
[C]: in function 'xpcall'
vo/vo_event.lua:87: in function '_do_event'
vo/vo_event.lua:108: in function 'ProcessEvent'
vo/vo_servernotify.lua:108: in function 'sectorchange'
vo/vo_servernotify.lua:994: in function 'func'
vo/vo_servernotify.lua:2015: in function <vo/vo_servernotify.lua:2011>
vo/if_navmaptemplate.lua:689: attempt to perform arithmetic on local 'color' (a nil value)
stack traceback:
vo/if_navmaptemplate.lua:689: in function 'set'
vo/if_navmaptemplate.lua:707: in function 'setup'
vo/if_navmaptemplate.lua:738: in function 'enter_sector'
vo/if_pda_tab1.lua:1160: in function 'func'
vo/vo_event.lua:28: in function <vo/vo_event.lua:26>
[C]: in function 'xpcall'
vo/vo_event.lua:87: in function '_do_event'
vo/vo_event.lua:108: in function 'ProcessEvent'
vo/vo_servernotify.lua:108: in function 'sectorchange'
vo/vo_servernotify.lua:994: in function 'func'
vo/vo_servernotify.lua:2015: in function <vo/vo_servernotify.lua:2011>

Happened after jumping into Latos H-2
Aug 10, 2019 rkerst link
Very similar error on my part. I think this is VO code, I searched my plugins folder and these commands don't appear anywhere.
Aug 10, 2019 raybondo link
Yeah, we're working on it.
Aug 10, 2019 incarnate link
We believe this was addressed in this morning's patch. If something continues to crop up (with no plugins), please let us know.
Aug 10, 2019 Remen link
Seems to be fixed. Thanks!