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.1.2.stable - Windows 10.0.22000 - Vulkan (Compatibility) - NVIDIA GeForce RTX 3070 Ti (NVIDIA; 31.0.15.3758) - Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz (8 Threads)
Issue description
Whenever I resize the game, if the size of the window matches the size of a specific container the whole computer freezes for a moment, then a "message out of memory" error is displayed in the terminal and the game crashes (Infinite loop somewhere that causes a stack overflow?).
2023-10-22.19-23-40.mp4
Steps to reproduce
Open sample project
Run UI scene (Scenes/UI.tscn)
Slowly shrink window vertically
See how the computer freezes for a moment, then the game becomes unresponsive, then it crashes.
I tried removing the AspectRatioContainer and the problem still persists so it probably still breaks either just with the margin container or the panel. Just avoid fit modes in general
Godot version
v4.1.2.stable.official [399c9dc]
System information
Godot v4.1.2.stable - Windows 10.0.22000 - Vulkan (Compatibility) - NVIDIA GeForce RTX 3070 Ti (NVIDIA; 31.0.15.3758) - Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz (8 Threads)
Issue description
Whenever I resize the game, if the size of the window matches the size of a specific container the whole computer freezes for a moment, then a "message out of memory" error is displayed in the terminal and the game crashes (Infinite loop somewhere that causes a stack overflow?).
2023-10-22.19-23-40.mp4
Steps to reproduce
Minimal reproduction project
MRP.zip
The text was updated successfully, but these errors were encountered: