-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Editor crashes when changing type of node after editing child scene #90989
Comments
I was able to reproduce this issue in the 4.2.2 official build but not in the custom build from the latest version of the master branch: My system: Windows 11 22631.3447 - NVIDIA GeForce GTX 1650 Ti GPU - Intel Core i7-10750H CPU |
Sounds like: Which solved the issue in 4.3, but due to regressions introduced by it that fix was not cherry picked for 4.2, unsure what kind of specific solution to backport here, the new fix for this in 4.3 has not been marked for cherry picking as of right now, see: That one broke compatibility though, and I think it too was replaced down the line CC @ajreckof |
Yeah this one was tricky and down the line we realised we needed to break compatibility to properly fix it. It shouldn't be hard to cherry-pick as compatibility breakage we're made separately but on the other hand I'm wondering if they are worth it because the crash is really hard to reproduce without steps. On the other hand this report shows that it does in fact happen often enough for someone to report it. If needed I can point to what commits should be cherry picked to fix this on 4.2 Edit : the mix I'm suggesting wouldn't break compatibility |
I don't know if this is the same issue, but this is an error I get every time I try to save a scene. The editor freezes up, and I have to force close it. `Godot Engine v4.2.stable.official.46dc27791 - https://godotengine.org WARNING: Blend file import is enabled in the project settings, but no Blender path is configured in the editor settings. |
No this isn't related to this issue. This issue happens when changing the type of the root node which doesn't seem to be your case. |
If you're up for it, I'd say the best would be that you can make a dedicated |
Closing as fixed in 4.3. |
Tested versions
v4.2.2.stable.official [15073af]
System information
Godot v4.2.2.stable - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce RTX 4080 Laptop GPU (NVIDIA; 31.0.15.4633) - AMD Ryzen 9 7940HS w/ Radeon 780M Graphics (16 Threads)
Issue description
When one scene is instantiated in another, and I edit the child scene, then changing the type of the parent scene causes the engine to crash. (Expected behavior: Not doing that.)
Steps to reproduce
With the MRP:
Minimal reproduction project (MRP)
change node crash test.zip
The text was updated successfully, but these errors were encountered: