What does the error "scene/gui/text_edit.cpp:5661 - Index p_line = -1 is out of bounds (text.size() = 66)." mean?

:bust_in_silhouette: Reply From: jonbonazza

TextEdit nodes support multiple lines. I’m not sure what your project is trying to do, but whatever that is, it’s trying to access of line of the TextEdit that does not exist. Without example code and such it is impossible to provide any more help than that.