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
Godot v4.2.dev4 - Linux Mint 21.1 (Vera) - X11 - Vulkan (Forward+) - dedicated AMD Radeon RX 6700 XT (RADV NAVI22) () - 12th Gen Intel(R) Core(TM) i5-12400 (12 Threads)
Issue description
Switching my project from 4.1.1 to 4.2.dev4, I can't launch it anymore.
I have a BaseClass and an InheritedClass, both implementing _ready. InheritedClass::_ready calls super().
When I launch, I have a Invalid call. Nonexistent function '_ready' error on the super() line.
Godot version
v4.2.dev4.official [549fcce]
System information
Godot v4.2.dev4 - Linux Mint 21.1 (Vera) - X11 - Vulkan (Forward+) - dedicated AMD Radeon RX 6700 XT (RADV NAVI22) () - 12th Gen Intel(R) Core(TM) i5-12400 (12 Threads)
Issue description
Switching my project from 4.1.1 to 4.2.dev4, I can't launch it anymore.
I have a BaseClass and an InheritedClass, both implementing _ready. InheritedClass::_ready calls super().
When I launch, I have a
Invalid call. Nonexistent function '_ready'
error on the super() line.Minimal reproduction project
MRP_InvalidCallNonExistentReady.zip
The text was updated successfully, but these errors were encountered: