mobettameta Posted July 25, 2024 Posted July 25, 2024 (edited) I was editing my mission on latest patch (but previous patches also exhibited this problem) which caused an attempt to index field 'slots' (a nil value) error in Projects\AsyncNet\src\DsbNet\Mission.cpp:70 I fixed these numbers by making them into strings and the mission then worked. So, the take away is that the mission editor is improperly assigning integers instead of strings in to "onboard_num". I was pretty lucky to find/figure this out. Edited July 25, 2024 by mobettameta 1
Flappie Posted July 25, 2024 Posted July 25, 2024 Hi. I'm trying to reproduce your issue. How shall I do to get these wrong values in the mission file? ---
Recommended Posts