Studio crash on reset

So I’ve been having an issue lately that exists in two parts, both having to do with solo testing.

The first occurs when using traditional, separate window solo test (F6 or Tools>Test>Play Solo). I go to close the window, and the tab itself in Studio closes, but the window remains open and will not close. I have to manually end the process through task manager.

The second occurs during the new solo test, which opens within the same window (F5). I go to rewind (Shift+F5) and the Roblox crashes with the “An unexpected error occurred…” message.

For both issues, this happens ~95% of the time.

This may be a personal computer problem, because my graphics card and RAM are both old and breaking down. Still thought I’d check.

Try disabling all of your plugins. That’s exactly the behavior you will see if a plugin has an OnClose handler installed and hangs during that handler.

I have no plugins. I’m running stock Studio.

EDIT: I also forgot to mention in the original post, I tried reinstalling Studio. It didn’t fix the problem.