-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
(Video attached) When resizing screen with ScrollContainer and ScrollContainer transitions from scrollable to non-scrollable game crashes #81878
Comments
The attached MRP project seems to be very incomplete and gives a lot of erros when opened, including missing main scene "res://Scenes/Test.tscn" which makes testing it impossible. Can you double check the project you uploaded? |
I managed to tinker the project enough to repro this bug, fixed project: Looks like Godot enters some kind of infinite drawing/update loop, when breaking in debugger the stack looks usually something like this with some changes after
|
This bug appears when |
Godot version
4.1.1.stable.mono
System information
Godot v4.1.1.stable.mono - Windows 10.0.22000 - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 2070 SUPER (NVIDIA; 31.0.15.3713) - Intel(R) Core(TM) i7-9700F CPU @ 3.00GHz (8 Threads)
Issue description
2023-09-18.14-21-05.mp4
When i resize the screen of my game and i make the screen big enough for the screen to not need a scroll list anymore it crashes, this happens in the oppisite context aswell where the game boots without the need for a scroll list but if i make it smaller to the point where it needs a scroll list it crashes.
Steps to reproduce
Resize screen to the point where it doesnt need a scroll list.
Minimal reproduction project
Stranded - Copy.zip
The text was updated successfully, but these errors were encountered: