-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Clicking "Online Docs" freezes the editor #51691
Comments
It too occurs on Linux Mint 20.2 Cinnamon, kernel version 5.4.0-81-generic, CPU: AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx × 4, and those 2 GPUs: NVIDIA Corporation GP107M [GeForce GTX 1050 3 GB Max-Q] / Advanced Micro Devices, Inc. [AMD/ATI] Picasso |
I can't reproduce this on Fedora 34 KDE on
|
Godot hangs because with #43053 it now blocks until the command has finished running. With #44514, this can be reverted to the old behavior without the zombie process issue, thanks to this: godot/drivers/unix/os_unix.cpp Lines 331 to 334 in 61d681c
But with godot/platform/linuxbsd/os_linuxbsd.cpp Lines 196 to 202 in 61d681c
So, what would be the best way to solve this? Have two |
CC @Faless |
Is this no longer valid/reproducible? |
it's long fixed, at least for me. |
Since my last comment in August '21, this has been solved for me on the same forementioned setup. |
Godot version
3.3.2.stable.official
System information
Debian 10.10.0, amd64, Openbox Window Manager
Issue description
When I click the "Online Docs" button,
the online documentation Does open in my default web browser,
but before that happens, the Godot Editor freezes so that I have to kill the process
and then Restart the editor to continue working.
The expected behavior was that the online documentation opened
Without the Godot Editor freezing.
Steps to reproduce
Minimal reproduction project
The most minimal reproduction project is any Empty Godot Project.
This issue can be reproduced in Any Godot Project.
The text was updated successfully, but these errors were encountered: