-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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 freezes after 30-60 seconds. Can't do anything. #95673
Comments
Here is the command prompt messages with --verbose
And then it just stops. |
Have you tried deleting/moving away your editor settings? |
no, how and where would i find this? |
See Editor data paths here https://docs.godotengine.org/en/stable/tutorials/io/data_paths.html |
All right, I found the editor settings folder. I renamed the folder, and ran Godot. A new folder was generated as expected. Issue persists |
Huh. That rules out something in editor settings being the cause (which was my suspicion as you mentioned the issue only happens after messing with settings) |
I'm currently performing a complete backup, uninstall, delete folders, restart, reinstall. and it's not just settings, any popups. Currently on empty project, I am using the drop down menus on the top left (Scene, project, etc) |
Full reinstall, multiple times, deleting all folders. no luck, still does it |
changed back to 4.2.2 and everything works great. even restored my project and settings folders |
This seems to be already fixed here, #95575 . |
Thanks for the report! Consolidating in #95575.
You can upgrade to 4.4.dev1 right now if you're OK with using a development build, or wait for 4.3.1 to be released. If you can compile from source, you could also apply the pull request that fixed the issue directly to the 4.3 source code. Run this in a Bash command prompt (e.g. Git Bash on Windows): git clone https://github.com/godotengine/godot.git --branch=4.3
curl -L https://github.com/godotengine/godot/pull/95849.patch | git apply Then compile using SCons as usual. |
Tested versions
Has only been happening today, since 4.3 was rolled out.
System information
Windows 10, Godot 4.3
Issue description
I open Godot 4.3, select my project and load in. I notice hesitation of about 2-3 seconds when showing tool tips, then they seem to recover. Also happens with the drop down menus. After 30-60 seconds each and every time, the entire editor freezes. The little spinning circle in the upper right stops too. If you click a couple times, the window turns white, and the "Close Window" dialog from windows pops up. I am not able to do anything meaningful if I have to restart every 60 seconds.
I used Steam to validate the files, no errors.
I rebooted, but no fix
I tried running from a command prompt, but no errors were reported. However, the CMD window didn't return to the command prompt.
Steps to reproduce
Start session, load project, do something to interact with the UI. Click dropdown menus, hover over things that generate tooltips, or mess with the new window arrangement settings. Any of those will trigger it. If you leave the editor alone, it doesn't freeze, but do anything, and bam
Minimal reproduction project (MRP)
Started new project, happened before I could do Anything. I recorded a video, it was 16 seconds long. but that was too big to upload
The text was updated successfully, but these errors were encountered: