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
Pretty much what the title says, the engine freezes when I call Sprite.new() from a method that I previously connected to joy_connection_changed signal. No errors are shown.
Steps to reproduce
Run the minimal reproduction project, you will see the Godot icon moving around.
Connect or disconnect a gamepad and you will see the icon stops moving due to engine freeze.
Godot version
v3.5.stable.official [991bb6a]
System information
Debian 11 - Intel Ivybridge Mobile - GLES3
Issue description
Pretty much what the title says, the engine freezes when I call Sprite.new() from a method that I previously connected to
joy_connection_changed
signal. No errors are shown.Steps to reproduce
Minimal reproduction project
minimal-reproduction-project.zip
The text was updated successfully, but these errors were encountered: