Roblox studio test start local server only stuck for 20 seconds with not responding message

  1. Trying to test localy using local server and two players
  2. server start up is too slow and causes players to not connect.
  3. tried the usual restart options. Studio, system.
    A few seconds after the click of Start Studio showed not responding for 20 seconds and a few seconds after that the server window opens.
    Starting server only gets the same delay.
    The prints from my code in the console window show that it only takes 2 seconds for the code to complete.
    Anyone know what I can do to sort this out.
1 Like

Is there anything that can potentially slow down the game?

As far as I know none of my code is running at the time. There are two ‘hangs’, the first occurs immediatley after I click on the Start and the original studio window gets Not Responding, the second is after the next studio window appears, for the server, and at the time when I expect the Logging in animation to be running it is not and the Not Responding appears. This continues until the next studion window appears, for player 1, and that also gets a Not Responding but only for a few seconds meanwhile the server window has completed and code run.
The problem is that when the player window code needs the server services they have not completed.

Is this for all your games or just one in particular?

Do you also see any login prompt when the next studio window starts?

If you have a video that would be even more useful.

Thanks

Video link is below.
Please be parient as the time it takes for studio to respond to the initial click on Test, Start is more that 20 seconds.

Thanks! I have forwarded it to the corresponding team.

Thanks for that.
I have a work round for the server lateness.
in the base Studio window I set the test to server, no players click Start and wait for it to complete.
In the server studio window I set test to 2 Players and click Start.
This eventually gets me a running system without the server lateness problem.
The overall process can take as much as 3 minutes for a stable running game.