godots icon indicating copy to clipboard operation
godots copied to clipboard

Editor 4.3 causes complete system freeze when trying to create new script

Open kalvinzabo opened this issue 11 months ago • 1 comments

System information:

Ubuntu 22.04.5 on Wayland with linux 6.8.0-51-generic, Nvidia GTX 1650. Godots v. 1.3 stable from Flathub.

Bug description:

In the attached project while rendering in compatibility mode in Godot 4.3, trying to add a new script to Player node consistently causes a complete system freeze, needing magic SysRq key+E (send Sigterm to all process) to recover control. This doesn't happen when downloading Godot 4.3 from the official website and importing the same project.

Steps to reproduce:

Open Godots, open Godot 4.3, open the attached project, and try to attach new script to Player node either via the scroll button in the scene tree view or by right clicking it+Attach script. Expected behavior is for the create script dialog to open, but consistently get a full system crash instead.

dodge-the-creeps (copia).zip

kalvinzabo avatar Jan 11 '25 20:01 kalvinzabo

can you maybe launch the project with some CLI parameters that would write the output to file, and when you reproduce the freeze you could review the console output and maybe paste it in here?

Not sure how to do it through godots.

kuligs2 avatar Jul 21 '25 11:07 kuligs2