-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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 freezes randomly #30093
Comments
Did you try doing what it suggests? |
Is it maybe the same issue as this? #17693 |
I didn't compile from source. I just downloaded it from https://godotengine.org/download/linux I don't expect any memory issues in a more or less empty project with just one plane and one material |
It tells you to change a value in project settings. Unless it freezes immediately upon opening the editor, you can edit them easily, no need to compile ;) |
Ah, sorry. Too hot to think today (currently about 40°C). Will try it later |
I set the value to 2048kb. Was 1024kb But even if it is working now it shouldn't be necessary to increase this value for such a simple project. either the default value is too low or there is a memory leak |
I encounter some freezes as well, usually when entering values. When this happens, I usually hit the Control key to wake Godot up. Is this the same behaviour? |
My freezes are random and I can't reproduce them. But I haven't used Godot in the last week and reinstalled my operating system, so I don't know if anything has changed since the reinstall. My last installation was a bit older and was updated from earlier versions. So probably a bit messy. |
The difference between this issue and my problem is, that it also happens in projects without any script and a single primitive mesh. Godot freezes randomly, even with one spacial node, one meshinstance with a cube as mesh primitive and one texture. I can only wait for several minutes (and really minutes) or kill the process |
Superseded by #35653. If this still happens, you can work it around by increasing the value of the MessageQueue's max size in the project settings. |
Have the same issue and pressing Control did help |
Godot version:
Godot v3.1.1 64 Bit Mono for Linux
OS/device including version:
Ubuntu 18.04 64 Bit, Nvidia GTX750, nvidia-driver-390
Issue description:
Godot editor freezes randomly for a few minutes. First time I was just reading a script, then I just edit a material. After a few minutes I can continue
Steps to reproduce:
Can't reproduce this. Happens randomly
Minimal reproduction project:
It doesn't seem to be project related, because it happens in different projects, but I get some error messages at the console
The text was updated successfully, but these errors were encountered: