Rise of Infinite yield possible on WaitForChild on CoreGui TopBarApp

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.

Free game link:

Error reports:

6 Likes

I’ve had issues of error messages with core gui before too.

I don’t think it is something to be too concerned about though.

1 Like

for me its concerning, i’m trying to seek for issues and exploits errors. Which is ruined by coregui errors.

4 Likes

Ok. Good luck with that then!

There really isn’t much you can do as an individual; it’s up to roblox.

we also got these errors/warnings frequently

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

2 Likes

TopBarApp now holds a personal best: 2.3 million missed appearances. Roblox, can I trade these points for Robux or therapy? :money_with_wings:

4 Likes

@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?

I’m trying to see if I can find the warnings above in my game if so, I will include that.

While this isn’t related to the same warning I had like 200k errors saying:

Not running script because past shutdown deadline


Yes it’s still there

What does that even mean? Plus, why did I get 200k errors saying that in 2 minutes.

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.


image

1 Like