Studio Bugs: Studio Hangs/Freezes Only When Opening Specific Place
Roblox Studio will always freeze when attempting to open PlaceID 6158980553. Opening studio both with and without plugins disabled/updated and attempting to open the place will always make studio freeze at “Opening Place 33%.” The same issue does not happen with other games I have access to. I have resetted my laptop multiple times and cleared cache. This issue has been replicated on multiple devices.
Repro
Open vestigial library - Roblox in Roblox Studio, wait for game to load. It will freeze at the “Opening Place” bar at “33%” 100% of the time, across all devices.
Crash Dump
Log/dump files were attached to the internal ticket by a Roblox Staff (@Focia19), due to the sensitive information they may contain, will not be shared publicly!
Marking this as Fixed, as we’ve identified/addressed the issue with the place file through DMs.
For anyone else encountering similar issues—this can be caused by an excessive number of scripts in your place file. To check if this is the case, please download a local copy of your place file (the .rbxl file), which should open without issue.
Filter for the following in the Explorer: className:Script
It may take a while to return a large number of results.
Optimizing and reducing your script count should mitigate the hang (and improve the performance of your published experience, as well).
On our end, we’re working to improve how scripts are loaded in Studio to prevent future occurrences of this hang