-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Setting warnings on startup #96769
Comments
Bisecting points to #78656 as the culprit, @Repiteo
|
Seems to be triggered during loading of |
It is defined here:
|
The first one seems to be unregistered at all, for the rest, loader is trying to match dictionary (and array, but I guess none of the editor settings are arrays) type with default value, but since editor settings have settings registered dynamically, there's no default at the load time. |
Tested versions
4.4 27552a2
Does not appear in 4.3
System information
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
Issue description
Every time I open project I see these warnings:
The first one is weird, because the condition checking for setting looks wrong and the setting itself is never defined.
The others seem to appear when settings are being loaded, which makes no sense.
Steps to reproduce
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: