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

Godot crash in Abandoned Spaceship Demo project (potential import bug) #81857

Open
Variable-ind opened this issue Sep 18, 2023 · 1 comment
Open

Comments

@Variable-ind
Copy link

Godot version

4.1

System information

Linux Mint 21.2 (Victoria) - integrated Intel(R) HD Graphics 620 (KBL GT2) () - Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (4 Threads)

Issue description

I was checking the "Abandoned Spaceship Demo" scene in Asset library projects (github link https://github.com/perfoon/Abandoned-Spaceship-Godot-Demo)
this project is made in Godot 4.0 so it had to autoconvert to 4.1, during playing with the scene Godot crashed a lot. i managed to reduce it to conflicts between a .glb scene and it's .tscn scene

see the video below (ignore the "Load errors" dialog for a moment)

test-.2.mp4

now back to the "Load errors" dialog.
it said that some items in .tscn file are renamed to fix the crash (the items with @ in their name and the ⚠️ sign) and now we have to re-save the scene. This does fix the crash but the question arises that how the duplicate nodes got created in the first place

I also tested this project in godot 4.0 and everything went fine

here's a comparison of node heirarchy of space_craft_hangar.tscn in 4.1 compared to 4.0 (download from asset library each time)

result

Steps to reproduce

as shown in above video

Minimal reproduction project

too large to upload the original, and was unable to make a separate project a github link is given below
(github link https://github.com/perfoon/Abandoned-Spaceship-Godot-Demo)

@akien-mga
Copy link
Member

akien-mga commented Sep 18, 2023

This is similar to the .glb import compat breakage that I described in this other demo: gdquest-demos/godot-4-3d-third-person-controller#30

Sadly this can't be changed again in Godot as it would again break compatibility with 4.1, so the demo needs to be fixed.

The crash is still a Godot bug that should be fixed though.

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

No branches or pull requests

4 participants