Godot Version
v4.2.1.stable.official [b09f793f5]
Question
I have a menu in my project that works perfectly fine in the editor, but when I export the project to windows/web it randomly crashes with this error:
USER ERROR: FATAL: Index p_index = 1 is out of bounds (count = 1).
at: operator[] (./core/templates/local_vector.h:161)
I tried looking for an out of bounds array access but couldn’t find anything, and from my experience an out of bound array should fail in the editor as well…
Can someone give me some advice on how to debug something like this?