godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.43k stars 21.26k forks source link

"Property not found" warnings when renaming project in Project Manager #35786

Closed rumpfc closed 4 years ago

rumpfc commented 4 years ago

Godot version: 3.2 stable

OS/device including version: WIndows 10 x64

Issue description: Many warnings in console when trying to rename a project in Project Manager. After that, the warnings keep popping up at each mouse-over list item.

WARNING: _get: Property not found: rendering/limits/time/time_rollover_secs
     At: core/project_settings.cpp:209
WARNING: _get: Property not found: rendering/quality/shadows/filter_mode
     At: core/project_settings.cpp:209
WARNING: _get: Property not found: rendering/quality/subsurface_scattering/follow_surface
     At: core/project_settings.cpp:209
WARNING: _get: Property not found: rendering/quality/subsurface_scattering/weight_samples
     At: core/project_settings.cpp:209
WARNING: _get: Property not found: rendering/quality/subsurface_scattering/quality
     At: core/project_settings.cpp:209
WARNING: _get: Property not found: rendering/quality/subsurface_scattering/scale
     At: core/project_settings.cpp:209
WARNING: _get: Property not found: rendering/quality/voxel_cone_tracing/high_quality
     At: core/project_settings.cpp:209

Steps to reproduce:

Calinou commented 4 years ago

Duplicate of #25661.