Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag and drop error after setting up the external text editor #70578

Closed
L2750558108 opened this issue Dec 26, 2022 · 0 comments · Fixed by #70580
Closed

Drag and drop error after setting up the external text editor #70578

L2750558108 opened this issue Dec 26, 2022 · 0 comments · Fixed by #70580

Comments

@L2750558108
Copy link
Contributor

Godot version

3.5.1mono

System information

windows10

Issue description

Error message
scene/main/node.cpp:1362 - Index p_index = 0 is out of bounds (data.children.size() = 0).
scene/main/node.cpp:397 - Parameter "p_child" is null.
scene/gui/tab_container.cpp:593 - Index p_current = 0 is out of bounds (get_tab_count() = 0).
See "Steps to reproduce for details"

Steps to reproduce

Set an external text editor
Create a script
Drop the script to the built-in text editor like this image:
image
And got error message:
scene/main/node.cpp:1362 - Index p_index = 0 is out of bounds (data.children.size() = 0).
scene/main/node.cpp:397 - Parameter "p_child" is null.
scene/gui/tab_container.cpp:593 - Index p_current = 0 is out of bounds (get_tab_count() = 0).

Minimal reproduction project

An empty project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants