You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning emitted when opening any project: "Attempting to access theme items too early; prefer NOTIFICATION_POSTINITIALIZE and NOTIFICATION_THEME_CHANGED"
#76509
Closed
akien-mga opened this issue
Apr 27, 2023
· 0 comments
· Fixed by #76513
Since a few days, I've seen this warning show up in the console when editing a project with Godot 4.1.dev:
WARNING: Attempting to access theme items too early; prefer NOTIFICATION_POSTINITIALIZE and NOTIFICATION_THEME_CHANGED
at: get_theme_icon (scene/gui/control.cpp:2433)
It doesn't happen in 4.1.dev1 (db13026), so it's a recent regression introduced between db13026 and 240ed28.
Steps to reproduce
Create new project
Open it
Check console
Minimal reproduction project
n/a
The text was updated successfully, but these errors were encountered:
Godot version
4.1.dev (240ed28)
System information
Mageia 9, Linux
Issue description
Since a few days, I've seen this warning show up in the console when editing a project with Godot 4.1.dev:
It doesn't happen in 4.1.dev1 (db13026), so it's a recent regression introduced between db13026 and 240ed28.
Steps to reproduce
Minimal reproduction project
n/a
The text was updated successfully, but these errors were encountered: