godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
89.12k stars 20.2k forks source link

Editor crash while importing resources. #96743

Open WhalesState opened 1 week ago

WhalesState commented 1 week ago

Tested versions

Tested versions: 4.4.dev and 4.3 stable

System information

Windows 10

Issue description

Editor crash while importing assets for the first time, ie. .godot folder is created for first time.

Try to delete the .godot folder and open it in 4.2 then close and open again in 4.3 or 4.4 and it should work fine.

Steps to reproduce

Open the minimal reproduction project and it will crash.

Maybe this is the issue. I have tested with another custom build after updating it to 4.4.dev.

image

Minimal reproduction project (MRP)

PixelDesigner.zip

WhalesState commented 1 week ago

I don't think this is the correct fix, but for now it will prevent the crash. image

image

matheusmdx commented 1 week ago

I saw this issue already has a pr to solve that but letting that just as record, that was a regression from #91192:

image