-
-
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
Help search randomly becomes empty #63129
Comments
I've seen this in builds post alpha 12, but likewise can't find a cause. Could be related to #63334? |
I actually didn't see this in the most recent builds (~1 week) in a similar circumstances, so this might be fixed. I will wait a bit more to see if it doesn't happen again. EDIT: |
Yeah, on reflection I can't be sure when it was that I saw it. When it did happen, it seemed relatively frequent and I haven't seen it for a while either, so +1 for possibly fixed. |
Ok it happened again. Still don't know why. |
Just ran into this in 5c6744a. Moving all around the engine, clicking on stuff, opening and closing scenes, nothing brings it back. Closing and reopening the engine fixed it for now. |
This has been happening constantly for me. It's likely caused because the new help system searches and lists my own classes and functions. However I'm still converting my project, so many classes are broken and the help system is not robust. The help system breaks itself and gets stuck in an infinite loop, slowing down the editor even if you close the help window. On my system I can load my project, then access help fine. However when I open a scene and start to add a node, I get console errors about various broken scripts. I cancel the add. Then if I pull up help, it is blank, and I notice my editor is a little sluggish. Here's what I found debugging. The godot/editor/editor_help_search.cpp Line 158 in dbd1524
The work is done here: godot/editor/editor_help_search.cpp Line 279 in dbd1524
After having getting a blank help, and closing the window, I found that godot/editor/editor_help_search.cpp Line 325 in dbd1524
Descending into that function I find this:
It was probably caused by the combination of the two most recent edits to this section: #54406 @fire |
Doesn't seem to happen anymore after #65624 |
Finally managed to get this reproducible in 2022-09-16.00-19-42.mp4Class 1: and as shown in the video, there's some dependence on nodes in the current (?) scene. In some other build pre-#65624, I've also seen this sequence cause a slightly different behaviour - where the help search would not be empty but an infinite loop would still be running in the background, slowing down the editor and making my fans go wild until the editor was closed. I think this was caused by the Runner getting to the next match phase before hitting one of the fail conditions. In 2022-09-16.00-01-40.mp4 |
Godot version
ecc86af
System information
Windows 10 x64
Issue description
Doesn't display anything whatever I type. Seems to happen randomly when I use editor for extended period of time (including just idling in background).
I've seen some similar issues, but they don't look the same. This one doesn't have clear cause and can only be fixed by restarting editor.
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: