Studio fully closes after stopping a play test

Studio closes fully when i’m play testing and i hit stop or press shift + F5, it happens 100% of the times

  • System info:
    Ram: 32gb
    CPU: Ryzen 5 5600
    GPU: Radeon RX6600

  • Beta Features:
    Assistant Preview
    Avatar Join Upgrade
    Dragger QoL Improvements
    Gamepad Emulator
    Import Queue
    Improved Constraint Tool
    Multilayer Wrap Fix
    New Studio Camera Controls
    Occlusion Culling
    Preferred Text Size Setting
    Script Sync
    Studio solid modeling improvements
    Texture Generator
    UIDragDetectors
    Unified Lightning
    Video Uploads
    VR Emulator

A private message is associated with this bug report

3 Likes

This is happening to me too since 19 MAR 2025

When I press “Stop Local Play Test” it will silently crash, around 1 out of 5 times

There’s not much going on in my workspace

Roblox Studio Version

My System Information
OS Name Microsoft Windows 10 Home
Version 10.0.19045 Build 19045
Other OS Description Not Available
OS Manufacturer Microsoft Corporation
System Manufacturer ASUSTeK COMPUTER INC.
System Model ROG Zephyrus G14 GA401QM_GA401QM
System Type x64-based PC
System SKU
Processor AMD Ryzen 7 5800HS with Radeon Graphics, 3201 Mhz, 8 Core(s), 16 Logical Processor(s)
BIOS Version/Date American Megatrends International, LLC. GA401QM.415, 11-Aug-23
SMBIOS Version 3.3
Embedded Controller Version 3.06
BIOS Mode UEFI
BaseBoard Manufacturer ASUSTeK COMPUTER INC.
BaseBoard Product GA401QM
BaseBoard Version 1.0
Platform Role Mobile
Secure Boot State On
PCR7 Configuration Elevation Required to View
Windows Directory C:\Windows
System Directory C:\Windows\system32
Boot Device \Device\HarddiskVolume1
Hardware Abstraction Layer Version = 10.0.19041.5553
Installed Physical Memory (RAM) 24.0 GB
Total Physical Memory 23.4 GB
Available Physical Memory 13.5 GB
Total Virtual Memory 27.7 GB
Available Virtual Memory 14.5 GB
Page File Space 4.25 GB
Page File C:\pagefile.sys
Kernel DMA Protection On
Virtualization-based security Running
Virtualization-based security Required Security Properties
Virtualization-based security Available Security Properties Base Virtualization Support, Secure Boot, DMA Protection, UEFI Code Readonly, Mode Based Execution Control
Virtualization-based security Services Configured
Virtualization-based security Services Running
Device Encryption Support Elevation Required to View
A hypervisor has been detected. Features required for Hyper-V will not be displayed.

the difference with mine is that i don’t get any error message, it just closes

Same issue no error message immediate closure, it was happening once in a while yesterday but now it’s every time I press stop after play testing. Happens 100% of the time I stop play testing as well:

CPU: Intel I9-9900k
GPU: NVIDIA RTX 2070

^ so it’s not limited to CPU/GPU type

1 Like

I don’t get an error message, it silently closes


@yyyyyy09
Good to know, thanks for the information

1 Like

Happening to me too please fix this sooner rather than later it makes programming hell

This is likely related to Studio Closes When Reloading Local Plugins as I disabled my local plugins and it stopped occuring.

this is also happening for me roblox pls fix :pleading_face::pleading_face:

1 Like

It’s down to DockWidgetPluginGuis. If you add a manual cleanup to destroy widgets in your plugin.Unloading event, Studio no longer seems to crash. Think it’s probably because it hasn’t cleaned up the widgets before the new version loads, so then your plugin tries to register a new widget with what Studio thinks is an already existing ID and panics.

1 Like

Experiencing this as well. I can DM a log file to a staff member if wanted.

This could be possible, I’ll try disabling all my plugins and local plugins later tonight. However this issue was only present in 1 of my places in an experience with multiple places, so it’s possible it might be unrelated? I will definitely check the plugins as an issue later and if it works I’ll check each individual plugin till I find any culprits and investigate further.

1 Like