-
-
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
X-Server unresponsive while debugging and tooltip pops up #81432
Comments
Same issue here, on the same Godot version. I'm using an Nvidia card too, and a tiling windows manager (awesome) on Ubuntu. What's weird is that I did use this version of Godot for quite some time before encountering this issue. |
Could you see in your apt history if while the time it went worse you had an Nvidia driver update? |
It does not look like it, last update to any nvidia package was back in july, and I think I would have noticed this issue earlier. My current nvidia drivers version is 470.199.02. |
After a reboot (yes, I don't reboot very often), I can't reproduce the issue. No idea what happend (I did not update anything in the meantime). |
Godot version
v4.1.1.stable.official [bd6af8e]
System information
Godot v4.1.1.stable - Linux Mint 21 (Vanessa) - Vulkan (Compatibility) - NVIDIA GeForce RTX 3060 (nvidia; 535.86.05) - AMD Ryzen 5 2600X Six-Core Processor (12 Threads)
Issue description
I used Godot4 with a project and run into an error in my gdscript. Then after moving the mouse over the hit line I got a X Server freeze.
After changing with Ctrl-1 to console and back to X and waiting around some seconds X and Godot unfreezes and I could continue.
I searched the bug reports and found some which sound similar:
#41574
#41614
#49973
#49973
Steps to reproduce
This problem is 100% able to reproduce in my setup.
I could prevent the error with --single-window parameter.
This is how the debug popup looks in case I start with single window.
Minimal reproduction project
TacticsExample.zip
The text was updated successfully, but these errors were encountered: