|
From: TheFGFSEagle <the...@gm...> - 2023-07-10 18:59:21
|
Isn't there no traceback ??? This can happen any place in Nasal where an char at an index past the end of the string is requested. Am Mo., 10. Juli 2023 um 19:29 Uhr schrieb Wayne Bragg <kil...@co... >: > string index 3 out of bounds (size: 3) > > > > I’ve seen this error before and always associated it with bad data, > usually in a GUI menu. Can anyone shed some light on when you might > encounter this error. > > > > For example, > > Reading cached data and trying to populate a sting var with the wrong type > or size of data? > > A GUI menu opening and reading the wrong type of size of data for a menu > var or property? > > > > Any info on where in the core this error can be thrown would be helpful, > like can you get this from core code or only GUI related, nasal? > > > > Wayne > > > > > _______________________________________________ > Flightgear-devel mailing list > Fli...@li... > https://lists.sourceforge.net/lists/listinfo/flightgear-devel > |