Constant studio crashing since new update

Is it still occurring? I can’t reproduce it.

1 Like

It’s happening for me about 50% of the time when I open a script immediately after testing

4 Likes

Happened to me again, here’s a screenshot:

On the line in the selected script that just got cut off from the screenshot, I was trying to remove a .Parent, but the when I made a change (in this case, pressed delete with code highlighted), the unexpected error popup appeared and studio crashed.

You can avoid crashing by closing the duplicate tabs – however you’d rarely do so, as it’d be hard to remember to check for duplicate tabs when you’re doing some hard debugging lol

1 Like

Don’t quote me on this, but StartProcessException is what prints out before the game crashes intentionally due to exploit detection.

This is a studio crash. Not to do with games crashing.

I know, I doubt Roblox’s anti exploit measures don’t run in studio.

1 Like

StartProcessException is just to indicate that something crashed, nothing related to exploits at all. There are no anti-exploiting features in studio.

I am also having this problem. It happens whenever I stop testing and try to edit a script.

1 Like

Confirmed. Lot’s of crashes all of a sudden.

Duplicate scripts in the tabs appear many times before the crash.

Other times, I am just moving between scripts in the tabs, and it crashes.

Happened to me again, this time I didn’t actually edit anything, though.
It doesn’t happen every time either, although I guess you might be lucky.

Starting to get really sick of this, it’s disrupting development lots. It’s also helping me procrastinate on stuff I shouldn’t be :confused:

EDIT: I noticed I didn’t have any script tabs open when I started the test, but when I finished I had all (aside from a couple) of them open. Since I didn’t actually edit anything during that time (it’s happened to me twice in this short session so far), I’m thinking it’s more of a thing that happens a few seconds after the duplicate tabs were focused.
I also noticed that the duplicate tabs were created when the test started, not when it finished. Possibly could be something to do with studio trying to do something with scripts that no longer exist?

1 Like

Mine has been crashing recently but only done it twice.

I updated studio this morning, and it has crashed four times already, usually about five minutes after me opening it. The crashes don’t seem to be related to any specific action I’m doing, except that I was using the script editor each time a crash occured. It’s also giving me no “Roblox Studio quit unexpectedly” message. If it helps, I’m currently running macOS High Sierra Version 10.13.2 and studio version 0.336.0.199282. Please fix this as soon as possible, it’s pretty much preventing me and several other developers from developing at all.

2 Likes

It should be fine as long as you don’t write code or test it :sunglasses:
(but really this is making testing a nightmare)

The error was easy enough to replicate that I made a short gif of it.
robloxcrash
I also noticed that the open script didn’t duplicate or cause a crash when the place wasn’t published, but it did happen after publishing.

3 Likes

It crashes for me when I stop a Play Solo test, using the future is bright build to develop currently :roll_eyes:

2 Likes

Crashes for me under the same conditions - but not using any beta features at all.

Same here - I’ve been crashing 90% of the time when I open a script right after Test Mode

Try disabling the Lua debugger in Studio’s settings. Post back here whether it resolves the issue or not.

3 Likes

Can confirm switching off the Lua Debugger stops crashes after testing and reopening a script

3 Likes

I’ve been getting this problem too. Its interrupting my workflow. Hoping it gets resolved soon!

1 Like

Thanks @EchoReaper for the help!

Disabling the Lua debugger resolved the issue of crashing for me.

2 Likes