I have been checking recently the errors my experience player might encounter on the client side because i care my game work smoothly with low issues. I noticed this warnings which cause my attention because of Infinite Yield until i found it was a CoreGui issue.
180.1K Client Infinite yield possible on WaitForChild
CoreGui:WaitForChild(āTopBarAppā) RobloxReplicatedStorage:WaitForChild(āRequestDeviceCameraCFrameā)
119.4K Client Failed to load sound: Timedout
100.2K Client GetServerChannelRemote not available
87.7K
and many other sound/animation related errors
they are harmless but we cannot do more about them.
however. do pay attention in those that are in Infinite yield possible on WaitForChild which is not the topbarapp nor camera
@MagicLuau we will investigate soon, given this thread has not been looked at in a while we would like to know if the issue is still reproducible by you?
there could be some scripts that uses while loop or on frame rendered.
during the shutdown, if these scripts are still running, server will wait up to 30 secs for those script to end. if they donāt the server will shutdown regardless and that is called the shutdown deadline.
then any script that still running will generate the āNot running script because past shutdown deadlineā message.
you may experience delayed shutdown in studio. it has to wait for a long time or up to 30 sec deadline. try to see which scripts are causing that. then use BindToClose to make them detect a shutdown and end themselves
Hello, this issue is still reproducible by my game (Team Soccer). I get these about 60 times a minute, meaning I canāt see vital errors due to being spammed by the CoreGui Topbar error. On the roblox error logger I get around 100K of these a day.