You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editor Crash on opening scene - ERROR: Index p_index = 1 is out of bounds (((Vector<T> *)(this))->_cowdata.size() = 0). at: operator[] (./core/templates/vector.h:52)
#61103
Closed
timshannon opened this issue
May 16, 2022
· 3 comments
Opening a scene that opened find in previous versions now crashes the editor.
The last error before the stack trace is
ERROR: Index p_index = 1 is out of bounds (((Vector<T> *)(this))->_cowdata.size() = 0).
at: operator[] (./core/templates/vector.h:52)
The full terminal output is attached in out.txt.
It appears to be an issue to the CSG nodes in the scene. If I can find a previous GD4 alpha version in which the scene opens fine, I'll include that in this issue so it's easier to find a diff.
Steps to reproduce
Open the attached project, then open the TestEnemy.tscn scene.
Godot version
v4.0.alpha.mono.custom_build [fa2b326]
System information
Ubuntu 22.04
Issue description
Opening a scene that opened find in previous versions now crashes the editor.
The last error before the stack trace is
The full terminal output is attached in out.txt.
It appears to be an issue to the CSG nodes in the scene. If I can find a previous GD4 alpha version in which the scene opens fine, I'll include that in this issue so it's easier to find a diff.
Steps to reproduce
Open the attached project, then open the TestEnemy.tscn scene.
Minimal reproduction project
Bug.zip
out.txt
The text was updated successfully, but these errors were encountered: