-
-
Notifications
You must be signed in to change notification settings - Fork 21.7k
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
Random freezing on Godot 4.0 #50143
Comments
Instead of Many of Godot's developers work on Linux and if such a problem appeared it may be fixed a long time ago, and it may be your hardware problem. |
Make sure to use a recent enough commit since #41614 was recently fixed. If you really can't use a newer commit, enable Single Window Mode in the editor settings as described in #41614 (comment). |
It seems to only be a problem on non-stripped binaries on the most recent version. In the older version, single window mode worked. |
I have similar issue on Windows 10 and NVIDIA video card. Happens rarely. I tracked it to vkQueueSubmit(). It may fail with VK_ERROR_DEVICE_LOST, and Godot can't recover from that. |
@zeroxoneafour Are you still running into issues with random freezing in Godot 4? |
It seems to work completely fine now. |
Then I will close this as completed :) |
Can confirm that this is still an issue, using Windows 11 though. Tried 3 different projects, 2 of which have nothing in them besides a single script for testing. Godot 4.2.1-stable_win64 fresh installed as well as the Steam version as of 3/9/24. In editor mouse locks and no inputs show, there are still changes being made which is dangerous as in my main project I deleted parts of the project thinking Godot froze. While the apparent freeze is ongoing scene, project, debug, editor, and help function, also right click context menu appears correctly. The effect also can happen immediately after attempting to play a scene. After closing that scene any further attempts to open a scene will fail. |
Godot version
4.0.dev (6e3f479 and cb4e421, when not stripped)
System information
Arch Linux, Vulkan, Official Nvidia Drivers
Issue description
When I am using the editor, usually in the first minute it completely freezes up. Occasionally I will not be able to move my mouse or really interact with my computer at all, but that resolves itself in a few seconds. However, the editor remains frozen. Sometimes I must use a tty to kill it, and other times I can use a terminal emulator from the desktop environment.
Steps to reproduce
Open the editor on Linux. I have tested it with the downloadable binaries and it is not an issue, so it's probably 4.0 only.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: