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

Bug with warnings about non-existent project settings #46289

Closed
dalexeev opened this issue Feb 21, 2021 · 4 comments
Closed

Bug with warnings about non-existent project settings #46289

dalexeev opened this issue Feb 21, 2021 · 4 comments

Comments

@dalexeev
Copy link
Member

dalexeev commented Feb 21, 2021

Godot version:
4.0.dev.calinou.d4d753552

OS/device including version:
Kubuntu 20.10

Issue description:
When switching between categories in the Project Settings, warnings appear randomly:

core/config/project_settings.cpp:240 - Property not found: application/run/name
core/config/project_settings.cpp:240 - Property not found: application/run/name
core/config/project_settings.cpp:240 - Property not found: application/run/name
core/config/project_settings.cpp:240 - Property not found: application/run/description
core/config/project_settings.cpp:240 - Property not found: application/run/description
core/config/project_settings.cpp:240 - Property not found: application/run/description
core/config/project_settings.cpp:240 - Property not found: application/run/icon
core/config/project_settings.cpp:240 - Property not found: application/run/icon
core/config/project_settings.cpp:240 - Property not found: application/run/icon
...

It looks like the name of one category is mixed with the properties of another category.
Apparently the bug appeared after #46127 or #45956. Perhaps this is due to a change in SectionedInspector.

Steps to reproduce:

  1. Open the Project Settings Editor.
  2. Switch categories on the left side of the window for a while until warnings appear in the output log.
  3. No patterns have been identified in this bug; when switching to a specific category, warnings may or may not appear.

Minimal reproduction project:

@dalexeev
Copy link
Member Author

Same problem with editor settings.

@Calinou
Copy link
Member

Calinou commented May 4, 2022

I can't reproduce this on 4.0.alpha 174c147 (Linux) on an empty project.

@dalexeev
Copy link
Member Author

dalexeev commented May 5, 2022

On alpha 6, the bug is reproduced, although it has become quite rare:

I can't reproduce the bug on alpha 7. Either it has been fixed or it has become more rare.

@KoBeWi KoBeWi moved this to To Assess in 4.x Priority Issues May 5, 2022
@KoBeWi KoBeWi moved this from To Assess to In Progress in 4.x Priority Issues May 5, 2022
@KoBeWi
Copy link
Member

KoBeWi commented Jun 29, 2022

Also can't reproduce anymore.

@KoBeWi KoBeWi closed this as completed Jun 29, 2022
Repository owner moved this from In Progress to Done in 4.x Priority Issues Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants