-
-
Notifications
You must be signed in to change notification settings - Fork 21.8k
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
Unit tests fail #103530
Comments
I don't seem to reproduce the issue on Linux x86_64 (Fedora 41). There's a bunch of noisy error output from some tests (that should be silenced / prevented), but no test failure. There also doesn't seem to be tests failing on CI so it seems to be specific to your system(s). Are you running Linux on the Mac M3 on arm64, or is that a different system? Can you include details about which tests are failing? |
This is what I get on Fedora 41: SCons options used:
gdb backtrace[doctest] doctest version is "2.4.11"
[doctest] run with "--help" for options
WARNING: Property not found: 'gui/theme/lcd_subpixel_layout'.
at: get_setting_with_override (core/config/project_settings.cpp:379)
Thread 1 "godot.linuxbsd." received signal SIGSEGV, Segmentation fault.
0x00000000050e1d50 in GDScriptFunction::call (this=<error reading variable: Cannot access memory at address 0x7fffff7fe680>,
p_instance=<error reading variable: Cannot access memory at address 0x7fffff7fe678>,
p_args=<error reading variable: Cannot access memory at address 0x7fffff7fe670>,
p_argcount=<error reading variable: Cannot access memory at address 0x7fffff7fe66c>,
r_err=<error reading variable: Cannot access memory at address 0x7fffff7fe660>, p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:473
473 Variant GDScriptFunction::call(GDScriptInstance *p_instance, const Variant **p_args, int p_argcount, Callable::CallError &r_err, CallState *p_state) {
Missing rpms, try: dnf --enablerepo='*debug*' install freetype-debuginfo-2.13.3-1.fc41.x86_64 graphite2-debuginfo-1.3.14-16.fc41.x86_64 harfbuzz-icu-debuginfo-9.0.0-3.fc41.x86_64 harfbuzz-debuginfo-9.0.0-3.fc41.x86_64 libpng-debuginfo-1.6.40-4.fc41.x86_64 enet-debuginfo-1.3.18-2.fc41.x86_64 libzstd-debuginfo-1.5.7-1.fc41.x86_64 libtheora-debuginfo-1.1.1-38.fc41.x86_64 libvorbis-debuginfo-1.3.7-11.fc41.x86_64 libogg-debuginfo-1.3.5-9.fc41.x86_64 libwebp-debuginfo-1.5.0-1.fc41.x86_64 pcre2-utf32-debuginfo-10.44-1.fc41.1.x86_64 embree-debuginfo-4.3.3-1.fc41.x86_64 zlib-ng-compat-debuginfo-2.2.3-2.fc41.x86_64 glibc-debuginfo-2.40-21.fc41.x86_64 bzip2-libs-debuginfo-1.0.8-19.fc41.x86_64 libbrotli-debuginfo-1.1.0-5.fc41.x86_64 libicu-debuginfo-74.2-2.fc41.x86_64 glib2-debuginfo-2.82.2-1.fc41.x86_64 tbb-debuginfo-2021.13.0-2.fc41.x86_64 libstdc++-debuginfo-14.2.1-7.fc41.x86_64 libgcc-debuginfo-14.2.1-7.fc41.x86_64 pcre2-debuginfo-10.44-1.fc41.1.x86_64 fontconfig-debuginfo-2.15.0-8.fc41.x86_64 libxml2-debuginfo-2.12.9-1.fc41.x86_64 xz-libs-debuginfo-5.6.2-2.fc41.x86_64
(gdb) bt
#0 0x00000000050e1d50 in GDScriptFunction::call (this=<error reading variable: Cannot access memory at address 0x7fffff7fe680>,
p_instance=<error reading variable: Cannot access memory at address 0x7fffff7fe678>,
p_args=<error reading variable: Cannot access memory at address 0x7fffff7fe670>,
p_argcount=<error reading variable: Cannot access memory at address 0x7fffff7fe66c>,
r_err=<error reading variable: Cannot access memory at address 0x7fffff7fe660>, p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:473
#1 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff81ac60, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#2 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff81ac60, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#3 0x000000000b6f77e3 in Variant::callp (this=0x7fffff81aba0, p_method=..., p_args=0x7fffff81ac60, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#4 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff8372b0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#5 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff8372b0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#6 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff8372b0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#7 0x000000000b6f77e3 in Variant::callp (this=0x7fffff8371f0, p_method=..., p_args=0x7fffff8372b0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#8 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff853900, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#9 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff853900, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#10 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff853900, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#11 0x000000000b6f77e3 in Variant::callp (this=0x7fffff853840, p_method=..., p_args=0x7fffff853900, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#12 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff86ff50, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#13 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff86ff50, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#14 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff86ff50, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#15 0x000000000b6f77e3 in Variant::callp (this=0x7fffff86fe90, p_method=..., p_args=0x7fffff86ff50, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#16 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff88c5a0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#17 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff88c5a0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#18 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff88c5a0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#19 0x000000000b6f77e3 in Variant::callp (this=0x7fffff88c4e0, p_method=..., p_args=0x7fffff88c5a0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#20 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff8a8bf0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#21 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff8a8bf0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#22 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff8a8bf0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#23 0x000000000b6f77e3 in Variant::callp (this=0x7fffff8a8b30, p_method=..., p_args=0x7fffff8a8bf0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#24 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff8c5240, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#25 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff8c5240, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#26 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff8c5240, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#27 0x000000000b6f77e3 in Variant::callp (this=0x7fffff8c5180, p_method=..., p_args=0x7fffff8c5240, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#28 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff8e1890, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#29 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff8e1890, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#30 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff8e1890, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#31 0x000000000b6f77e3 in Variant::callp (this=0x7fffff8e17d0, p_method=..., p_args=0x7fffff8e1890, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#32 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff8fdee0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#33 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff8fdee0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#34 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff8fdee0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#35 0x000000000b6f77e3 in Variant::callp (this=0x7fffff8fde20, p_method=..., p_args=0x7fffff8fdee0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#36 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff91a530, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
--Type <RET> for more, q to quit, c to continue without paging--c
#37 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff91a530, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#38 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff91a530, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#39 0x000000000b6f77e3 in Variant::callp (this=0x7fffff91a470, p_method=..., p_args=0x7fffff91a530, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#40 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff936b80, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#41 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff936b80, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#42 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff936b80, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#43 0x000000000b6f77e3 in Variant::callp (this=0x7fffff936ac0, p_method=..., p_args=0x7fffff936b80, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#44 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff9531d0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#45 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff9531d0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#46 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff9531d0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#47 0x000000000b6f77e3 in Variant::callp (this=0x7fffff953110, p_method=..., p_args=0x7fffff9531d0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#48 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff96f820, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#49 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff96f820, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#50 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff96f820, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#51 0x000000000b6f77e3 in Variant::callp (this=0x7fffff96f760, p_method=..., p_args=0x7fffff96f820, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#52 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff98be70, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#53 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff98be70, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#54 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff98be70, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#55 0x000000000b6f77e3 in Variant::callp (this=0x7fffff98bdb0, p_method=..., p_args=0x7fffff98be70, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#56 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff9a84c0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#57 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff9a84c0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#58 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff9a84c0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#59 0x000000000b6f77e3 in Variant::callp (this=0x7fffff9a8400, p_method=..., p_args=0x7fffff9a84c0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#60 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff9c4b10, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#61 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff9c4b10, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#62 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff9c4b10, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#63 0x000000000b6f77e3 in Variant::callp (this=0x7fffff9c4a50, p_method=..., p_args=0x7fffff9c4b10, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#64 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff9e1160, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#65 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff9e1160, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#66 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff9e1160, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#67 0x000000000b6f77e3 in Variant::callp (this=0x7fffff9e10a0, p_method=..., p_args=0x7fffff9e1160, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#68 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffff9fd7b0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#69 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffff9fd7b0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#70 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffff9fd7b0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#71 0x000000000b6f77e3 in Variant::callp (this=0x7fffff9fd6f0, p_method=..., p_args=0x7fffff9fd7b0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#72 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffa19e00, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#73 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffa19e00, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#74 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffa19e00, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#75 0x000000000b6f77e3 in Variant::callp (this=0x7fffffa19d40, p_method=..., p_args=0x7fffffa19e00, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#76 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffa36450, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#77 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffa36450, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#78 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffa36450, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#79 0x000000000b6f77e3 in Variant::callp (this=0x7fffffa36390, p_method=..., p_args=0x7fffffa36450, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#80 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffa52aa0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#81 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffa52aa0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#82 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffa52aa0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#83 0x000000000b6f77e3 in Variant::callp (this=0x7fffffa529e0, p_method=..., p_args=0x7fffffa52aa0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#84 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffa6f0f0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#85 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffa6f0f0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#86 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffa6f0f0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#87 0x000000000b6f77e3 in Variant::callp (this=0x7fffffa6f030, p_method=..., p_args=0x7fffffa6f0f0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#88 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffa8b740, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#89 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffa8b740, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#90 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffa8b740, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#91 0x000000000b6f77e3 in Variant::callp (this=0x7fffffa8b680, p_method=..., p_args=0x7fffffa8b740, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#92 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffaa7d90, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#93 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffaa7d90, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#94 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffaa7d90, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#95 0x000000000b6f77e3 in Variant::callp (this=0x7fffffaa7cd0, p_method=..., p_args=0x7fffffaa7d90, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#96 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffac43e0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#97 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffac43e0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#98 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffac43e0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#99 0x000000000b6f77e3 in Variant::callp (this=0x7fffffac4320, p_method=..., p_args=0x7fffffac43e0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#100 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffae0a30, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#101 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffae0a30, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#102 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffae0a30, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#103 0x000000000b6f77e3 in Variant::callp (this=0x7fffffae0970, p_method=..., p_args=0x7fffffae0a30, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#104 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffafd080, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#105 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffafd080, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#106 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffafd080, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#107 0x000000000b6f77e3 in Variant::callp (this=0x7fffffafcfc0, p_method=..., p_args=0x7fffffafd080, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#108 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffb196d0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#109 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffb196d0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#110 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffb196d0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#111 0x000000000b6f77e3 in Variant::callp (this=0x7fffffb19610, p_method=..., p_args=0x7fffffb196d0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#112 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffb35d20, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#113 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffb35d20, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#114 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffb35d20, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#115 0x000000000b6f77e3 in Variant::callp (this=0x7fffffb35c60, p_method=..., p_args=0x7fffffb35d20, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#116 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffb52370, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#117 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffb52370, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#118 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffb52370, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#119 0x000000000b6f77e3 in Variant::callp (this=0x7fffffb522b0, p_method=..., p_args=0x7fffffb52370, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#120 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffb6e9c0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#121 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffb6e9c0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#122 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffb6e9c0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#123 0x000000000b6f77e3 in Variant::callp (this=0x7fffffb6e900, p_method=..., p_args=0x7fffffb6e9c0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#124 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffb8b010, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#125 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffb8b010, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#126 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffb8b010, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#127 0x000000000b6f77e3 in Variant::callp (this=0x7fffffb8af50, p_method=..., p_args=0x7fffffb8b010, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#128 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffba7660, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#129 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffba7660, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#130 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffba7660, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#131 0x000000000b6f77e3 in Variant::callp (this=0x7fffffba75a0, p_method=..., p_args=0x7fffffba7660, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#132 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffbc3cb0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#133 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffbc3cb0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#134 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffbc3cb0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#135 0x000000000b6f77e3 in Variant::callp (this=0x7fffffbc3bf0, p_method=..., p_args=0x7fffffbc3cb0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#136 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffbe0300, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#137 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffbe0300, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#138 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffbe0300, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#139 0x000000000b6f77e3 in Variant::callp (this=0x7fffffbe0240, p_method=..., p_args=0x7fffffbe0300, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#140 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffbfc950, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#141 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffbfc950, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#142 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffbfc950, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#143 0x000000000b6f77e3 in Variant::callp (this=0x7fffffbfc890, p_method=..., p_args=0x7fffffbfc950, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#144 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffc18fa0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#145 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffc18fa0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#146 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffc18fa0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#147 0x000000000b6f77e3 in Variant::callp (this=0x7fffffc18ee0, p_method=..., p_args=0x7fffffc18fa0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#148 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffc355f0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#149 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffc355f0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#150 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffc355f0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#151 0x000000000b6f77e3 in Variant::callp (this=0x7fffffc35530, p_method=..., p_args=0x7fffffc355f0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#152 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffc51c40, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#153 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffc51c40, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#154 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffc51c40, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#155 0x000000000b6f77e3 in Variant::callp (this=0x7fffffc51b80, p_method=..., p_args=0x7fffffc51c40, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#156 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffc6e290, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#157 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffc6e290, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#158 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffc6e290, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#159 0x000000000b6f77e3 in Variant::callp (this=0x7fffffc6e1d0, p_method=..., p_args=0x7fffffc6e290, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#160 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffc8a8e0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#161 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffc8a8e0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#162 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffc8a8e0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#163 0x000000000b6f77e3 in Variant::callp (this=0x7fffffc8a820, p_method=..., p_args=0x7fffffc8a8e0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#164 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffca6f30, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#165 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffca6f30, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#166 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffca6f30, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#167 0x000000000b6f77e3 in Variant::callp (this=0x7fffffca6e70, p_method=..., p_args=0x7fffffca6f30, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#168 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffcc3580, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#169 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffcc3580, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#170 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffcc3580, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#171 0x000000000b6f77e3 in Variant::callp (this=0x7fffffcc34c0, p_method=..., p_args=0x7fffffcc3580, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#172 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffcdfbd0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#173 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffcdfbd0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#174 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffcdfbd0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#175 0x000000000b6f77e3 in Variant::callp (this=0x7fffffcdfb10, p_method=..., p_args=0x7fffffcdfbd0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#176 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffcfc220, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#177 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffcfc220, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#178 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffcfc220, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#179 0x000000000b6f77e3 in Variant::callp (this=0x7fffffcfc160, p_method=..., p_args=0x7fffffcfc220, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#180 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffd18870, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#181 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffd18870, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#182 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffd18870, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#183 0x000000000b6f77e3 in Variant::callp (this=0x7fffffd187b0, p_method=..., p_args=0x7fffffd18870, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#184 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffd34ec0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#185 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffd34ec0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#186 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffd34ec0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#187 0x000000000b6f77e3 in Variant::callp (this=0x7fffffd34e00, p_method=..., p_args=0x7fffffd34ec0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#188 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffd51510, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#189 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffd51510, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#190 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffd51510, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#191 0x000000000b6f77e3 in Variant::callp (this=0x7fffffd51450, p_method=..., p_args=0x7fffffd51510, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#192 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffd6db60, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#193 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffd6db60, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#194 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffd6db60, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#195 0x000000000b6f77e3 in Variant::callp (this=0x7fffffd6daa0, p_method=..., p_args=0x7fffffd6db60, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#196 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffd8a1b0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#197 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffd8a1b0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#198 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffd8a1b0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#199 0x000000000b6f77e3 in Variant::callp (this=0x7fffffd8a0f0, p_method=..., p_args=0x7fffffd8a1b0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#200 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffda6800, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#201 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffda6800, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#202 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffda6800, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#203 0x000000000b6f77e3 in Variant::callp (this=0x7fffffda6740, p_method=..., p_args=0x7fffffda6800, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#204 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffdc2e50, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#205 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffdc2e50, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#206 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffdc2e50, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#207 0x000000000b6f77e3 in Variant::callp (this=0x7fffffdc2d90, p_method=..., p_args=0x7fffffdc2e50, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#208 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffddf4a0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#209 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffddf4a0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#210 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffddf4a0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#211 0x000000000b6f77e3 in Variant::callp (this=0x7fffffddf3e0, p_method=..., p_args=0x7fffffddf4a0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#212 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffdfbaf0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#213 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffdfbaf0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#214 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffdfbaf0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#215 0x000000000b6f77e3 in Variant::callp (this=0x7fffffdfba30, p_method=..., p_args=0x7fffffdfbaf0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#216 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffe18140, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#217 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffe18140, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#218 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffe18140, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#219 0x000000000b6f77e3 in Variant::callp (this=0x7fffffe18080, p_method=..., p_args=0x7fffffe18140, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#220 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffe34790, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#221 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffe34790, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#222 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffe34790, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#223 0x000000000b6f77e3 in Variant::callp (this=0x7fffffe346d0, p_method=..., p_args=0x7fffffe34790, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#224 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffe50de0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#225 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffe50de0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#226 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffe50de0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#227 0x000000000b6f77e3 in Variant::callp (this=0x7fffffe50d20, p_method=..., p_args=0x7fffffe50de0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#228 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffe6d430, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#229 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffe6d430, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#230 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffe6d430, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#231 0x000000000b6f77e3 in Variant::callp (this=0x7fffffe6d370, p_method=..., p_args=0x7fffffe6d430, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#232 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffe89a80, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#233 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffe89a80, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#234 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffe89a80, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#235 0x000000000b6f77e3 in Variant::callp (this=0x7fffffe899c0, p_method=..., p_args=0x7fffffe89a80, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#236 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffea60d0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#237 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffea60d0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#238 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffea60d0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#239 0x000000000b6f77e3 in Variant::callp (this=0x7fffffea6010, p_method=..., p_args=0x7fffffea60d0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#240 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffec2720, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#241 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffec2720, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#242 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffec2720, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#243 0x000000000b6f77e3 in Variant::callp (this=0x7fffffec2660, p_method=..., p_args=0x7fffffec2720, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#244 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffeded70, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#245 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffeded70, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#246 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffeded70, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#247 0x000000000b6f77e3 in Variant::callp (this=0x7fffffedecb0, p_method=..., p_args=0x7fffffeded70, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#248 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7fffffefb3c0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#249 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7fffffefb3c0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#250 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7fffffefb3c0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#251 0x000000000b6f77e3 in Variant::callp (this=0x7fffffefb300, p_method=..., p_args=0x7fffffefb3c0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#252 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7ffffff17a10, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#253 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7ffffff17a10, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#254 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7ffffff17a10, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#255 0x000000000b6f77e3 in Variant::callp (this=0x7ffffff17950, p_method=..., p_args=0x7ffffff17a10, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#256 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7ffffff34060, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#257 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7ffffff34060, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#258 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7ffffff34060, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#259 0x000000000b6f77e3 in Variant::callp (this=0x7ffffff33fa0, p_method=..., p_args=0x7ffffff34060, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#260 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7ffffff506b0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#261 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7ffffff506b0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#262 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7ffffff506b0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#263 0x000000000b6f77e3 in Variant::callp (this=0x7ffffff505f0, p_method=..., p_args=0x7ffffff506b0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#264 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7ffffff6cd00, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#265 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7ffffff6cd00, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#266 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7ffffff6cd00, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#267 0x000000000b6f77e3 in Variant::callp (this=0x7ffffff6cc40, p_method=..., p_args=0x7ffffff6cd00, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#268 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7ffffff89350, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#269 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7ffffff89350, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#270 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7ffffff89350, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#271 0x000000000b6f77e3 in Variant::callp (this=0x7ffffff89290, p_method=..., p_args=0x7ffffff89350, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#272 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7ffffffa59a0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#273 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7ffffffa59a0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#274 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7ffffffa59a0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#275 0x000000000b6f77e3 in Variant::callp (this=0x7ffffffa58e0, p_method=..., p_args=0x7ffffffa59a0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#276 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7ffffffc1ff0, p_argcount=2, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#277 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7ffffffc1ff0, p_argcount=2, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#278 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7ffffffc1ff0, p_argcount=2, r_error=...)
at ./core/object/object.cpp:827
#279 0x000000000b6f77e3 in Variant::callp (this=0x7ffffffc1f30, p_method=..., p_args=0x7ffffffc1ff0, p_argcount=2, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#280 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd8ca460, p_instance=0xda8d2e0, p_args=0x7ffffffde5f8, p_argcount=1, r_err=...,
p_state=0x0) at ./modules/gdscript/gdscript_vm.cpp:1888
#281 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x7ffffffde5f8, p_argcount=1, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#282 0x000000000bc1ade0 in Object::callp (this=0xd64c060, p_method=..., p_args=0x7ffffffde5f8, p_argcount=1, r_error=...)
at ./core/object/object.cpp:827
#283 0x000000000b6f77e3 in Variant::callp (this=0x7ffffffde580, p_method=..., p_args=0x7ffffffde5f8, p_argcount=1, r_ret=..., r_error=...)
at ./core/variant/variant_call.cpp:1257
#284 0x00000000050fc4b9 in GDScriptFunction::call (this=0xd65c0c0, p_instance=0xda8d2e0, p_args=0x0, p_argcount=0, r_err=..., p_state=0x0)
at ./modules/gdscript/gdscript_vm.cpp:1888
#285 0x0000000004eabfb4 in GDScriptInstance::callp (this=0xda8d2e0, p_method=..., p_args=0x0, p_argcount=0, r_error=...)
at ./modules/gdscript/gdscript.cpp:2053
#286 0x000000000522f0f3 in GDScriptTests::GDScriptTest::execute_test_code (this=0x7fffffffb980, p_is_generating=false)
at modules/gdscript/tests/gdscript_test_runner.cpp:672
#287 0x000000000522f452 in GDScriptTests::GDScriptTest::run_test (this=0x7fffffffb980)
at modules/gdscript/tests/gdscript_test_runner.cpp:703
#288 0x000000000522b75e in GDScriptTests::GDScriptTestRunner::run_tests (this=0x7fffffffbcc0)
at modules/gdscript/tests/gdscript_test_runner.cpp:205
#289 0x00000000041f8988 in GDScriptTests::DOCTEST_ANON_SUITE_9277::DOCTEST_ANON_FUNC_9278 ()
at ./modules/gdscript/tests/gdscript_test_runner_suite.h:47
#290 0x0000000003a6e085 in doctest::Context::run (this=0x7fffffffc338) at ./thirdparty/doctest/doctest.h:7007
#291 0x000000000420957a in test_main (argc=2, argv=0x7fffffffcb08) at tests/test_main.cpp:264
#292 0x0000000003a02f6a in Main::test_entrypoint (argc=2, argv=0x7fffffffcb08, tests_need_run=@0x7fffffffc49f: true) at main/main.cpp:878
#293 0x000000000393abc2 in main (argc=2, argv=0x7fffffffcb08) at platform/linuxbsd/godot_linuxbsd.cpp:68 I've seen this issue for a while, it dates back to 4.3.stable at least if not earlier. If I exclude GDScript tests, this is what I get:
|
not running linux on mac, i tested on mac (with macOS Sequoia 15.3.1) and on linux mint 21.3 Cinnamon on a lenovo yoga c940. |
I'm confused, how do you run iOS on a Mac? And how do you run unit tests on iOS, is there a CLI?
Can you write stdout+stderr to a log file and upload that file? |
updated the comments now. |
I think this might be related to:
@AThousandShips fyi |
Tested versions
-reproducable in 4.4 at 16912d4
System information
-mac pro m3 macOS Sequoia 15.3.1 - linux mint cinnamon
Issue description
after compiling project and compiling tests this command
./bin/<godot_binary> --test
fails one test case and nine assertions
[doctest] test cases: 1166 | 1165 passed | 1 failed | 1 skipped
[doctest] assertions: 2424341 | 2424332 passed | 9 failed |
[doctest] Status: FAILURE!
Steps to reproduce
compile engine + compile tests using
scons platform=macos arch=arm64
run tests using
./bin/<godot_binary> --test
like described in the documentation
Minimal reproduction project (MRP)
godot project master branch
The text was updated successfully, but these errors were encountered: