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
So, the issue is that it somehow keeps breaking into the function and continuously prints:
Debugger Break, Reason: 'Attempt to call function 'has_method' in base 'null instance' on a null instance.'
*Frame 0 - res://addons/gut/test.gd:186 in function '_get_obj_filename'
Enter "help" for assistance.
Debugger Break, Reason: 'Attempt to call function 'has_method' in base 'null instance' on a null instance.'
*Frame 0 - res://addons/gut/test.gd:186 in function '_get_obj_filename'
Enter "help" for assistance.
Debugger Break, Reason: 'Attempt to call function 'has_method' in base 'null instance' on a null instance.'
*Frame 0 - res://addons/gut/test.gd:186 in function '_get_obj_filename'
Enter "help" for assistance.
Godot version:
3.2.4 beta f3e5577
Regression, not sure the cause yet.
May be related to #40555, but also reproducible on Linux server.
OS/device including version:
Windows 10, Linux server platforms.
Issue description:
While running tests in GUT project, the debugger stops here, for some reason:
And then there's a warning:
Steps to reproduce:
Compile Godot 3.2.4 with Goost and run the GUT test project there.
Currently, it keeps hanging on tests in CI: https://github.com/goostengine/goost/runs/1193432265, but will eventually fail.
Minimal reproduction project:
I cannot find a minimal project which could reproduce this issue, not even with meta tests which test GUT itself.
The text was updated successfully, but these errors were encountered: