Skip to content
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

Using built-in Help will spam you with error logs #77178

Closed
sepTN opened this issue May 17, 2023 · 2 comments · Fixed by #77234
Closed

Using built-in Help will spam you with error logs #77178

sepTN opened this issue May 17, 2023 · 2 comments · Fixed by #77234

Comments

@sepTN
Copy link
Contributor

sepTN commented May 17, 2023

Godot version

4.1.dev (da21cb7)

System information

Windows 11

Issue description

There's a nasty bug going on with the latest master branch. The built-in help will spit out hundreds of errors in Editor Log. And if you keep navigating through, it will eventually crash the IDE.

image

image

image

Steps to reproduce

  1. Open a new project
  2. Create a new scene, save it.
  3. Create a new script, save it.
  4. Open the Script Editor, and perform Ctrl+Click on the class name (ie. Node2D)

Minimal reproduction project

N/A

@hakro
Copy link
Contributor

hakro commented May 18, 2023

Yeah, the documentation is pretty much broken as well. Can't scroll down or do anything.

2023-05-18_22-20

@Calinou
Copy link
Member

Calinou commented May 18, 2023

This is likely caused by the recent threading changes (#75901 and/or #77000). This should be fixed by #77157, but it's not in a mergeable state yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants