Observe long hang (which hangs the client) before game loads.
Originally thought it was this:
But was asked to create another topic for this.
If (whoever relevant) can give some pointers in what direction is causing the hang, can be fixed ingame. Thanks!
This is also happening to my game, Club Iris. Lately a large portion of our playerbase has been reporting extended loading times and sometimes even crash on the loading screen.
Weâve went ahead and disabled a few scripts which have appeared to helped a bit with loading times, however Iâm pretty sure we still experience this 5 second hang where you just see the skybox.
From a survey I conducted, around 70% of respondents were experiencing this on PC. Furthermore, an overwhelming 95% of respondents noted that this only happens to them when they join Club Iris. (However this analytic point could be unreliable due to me disabling a few scripts to improve loading times).
This issue also appears to happen on both high-end and low-end devices but appears to be much more of an issue on lower end devices.
NOTE: Could be a related problem, but users are also reporting total crashes or extremely long waiting times when attempting to load in, looks similar to another bug report posted here
Hopefully this information assists anyone working on this problem!
Radiakk
The hang is caused by a combination of a 2.1 second âWrite Marshalledâ that occurs on client join.
(LocalMain, in the next frame, is the first lua code that runs on the client).
Hereâs an update I posted on the other thread about this issue
Alright I have a bit of an update, it looks like this is being caused by an auto localization feature which scrapes and tries to localize user facing strings. I think there are very large strings somewhere in your place that the scraper is finding and trying to localize when clients join. We will keep looking into this tomorrow to find a good solution, possibly just limiting the size of strings that we try and localize.