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
Using GDScript:
Creating a tween and then calling .tween_property(,) with a comma (,) as the only parameter instantly crashes Godot.
This happens in the editor as I'm writing the code i.e. not at runtime.
Happens consistently across projects and scripts.
akien-mga
changed the title
Gogot crashes when adding comma in call to tween_property()
Godot crashes when adding comma in call to tween_property()
Jan 16, 2025
Tested versions
I'm new to Godot and have only ever used:
Godot v 4.3.stable.ofiicial
System information
Godot v4.3.stable - Windows 10.0.26100 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4090 (NVIDIA; 32.0.15.6636) - AMD Ryzen 7 9800X3D 8-Core Processor (16 Threads)
Issue description
Using GDScript:
Creating a
tween
and then calling.tween_property(,)
with a comma(,)
as the only parameter instantly crashes Godot.This happens in the editor as I'm writing the code i.e. not at runtime.
Happens consistently across projects and scripts.
Code sample:
Steps to reproduce
tween_property()
call like so:tween_property(,)
Here's a short recording of the bug where you can see the editor crashing to desktop at the end:
https://github.com/user-attachments/assets/650f35a1-fbc4-422b-af5b-b6c63f12f056
Minimal reproduction project (MRP)
N/A - the issue is reproducible in a brand new project
The text was updated successfully, but these errors were encountered: