- Describe the bug. Describe what is happening when the bug occurs. Describe what you would normally expect to occur.
When running my game via Play from studio, when I Stop it takes ~30 seconds for studio to be responsive again, upon which it says in the output window:
21:25:26.611 - Not running script because past shutdown deadline (x339)
This is murder on my ability to rapidly iterate changes.
It used to take 2 seconds to become responsive again, the time my BindToClose script would take to execute.
My BindToClose script hasn’t changed, and I rolled back my Place a couple of days to see if this was something I had done, but it was still exhibiting the problem.
- How often does the bug happen (Everytime/sometimes/rarely)? What are the steps that reproduce the bug? Please list them in very high detail. Provide simple example places that exhibit the bug and provide description of what you believe should be the behavior.
It happens every time in most but not all of my places.
It happens with this one: Physics Inconsistency Repro Case - Roblox
To repro, open it in the editor. Press Play. Wait 2 seconds. Press stop. Try to navigate in studio, open scripts, whatever - you won’t be able to for a while, and then the output window will print “Not running script because past shutdown deadline”
- When did the bug start happening? If we can tie it to a specific release that helps us figure out what we broke.
It started happening some time after 5PM today, 8/23/2018.
- Anything else that you would want to know about the bug if it were your job to find and fix it.