When i write coding my studio crash

When I open a script in any place, my studio crashes

Expected behavior

Basically when I open the studio in any place and try to write some code, my studio crashes.

I reinstalled roblox studio, deleted the roblox folders to start from 0 but nothing fixes it, how can I fix it?

2 Likes

Can you please check to see if the logs created upon Studio crashing has any information?

The logs can be found in %localappdata%/Roblox/logs

I am also experiencing a similar issue. A place in my game keeps crashing and crashing, making no sense! My computer has a GTX 1660 with a Ryzen 3700X and it still crashes! Even if I remove all graphics like setting quality level to 0 and rendering mode to No Graphics, it won’t budge. My ram is also like 24 gigabytes. Hope roblox fixes this…

1 Like

Thanks for the report! Could you include a provide some logs, and your system information?

1 Like

LOGS: 0.642.0.6420636_20240918T083320Z_Studio_D3626_last.log (226,5 KB)

My pc information:
RTX 3060 12GB
Ryzen 7 5700g
32gb Ram
800w bronce power
Windows 11 Home

1 Like

@ImNotServi Would it be possible to share the place file (or a more minimized version of it) that causes the crash so we can try to reproduce the same issue?

Also, do you have any beta features enabled in studio?

1 Like

Hey, sorry for taking so long to respond.

In fact on the subject of sharing the file, no matter what place it is, in any place I do it causes me the error.

About the beta. I thought it might be even though I haven’t moved it, so I turned it off and it’s still the same.
copygame.rbxl (424,7 KB)

I think I found the source of the error.

When I try to use or autocomplete the roblox studio it takes a long time to generate, and when I try to do the autocomplete and it doesn’t appear, it creashes, it’s like it’s trying to search too much, so much so that it creashes.

the problem happend when the code has more 1k line arounded.
Idk if this is only for me or just about my processor.

Do you have the beta feature below enabled by chance?

Yes I had this beta feature activated and it still did not work, I deactivated all beta features and it is still the same

I feel that this problem is more of my pc, but I really don’t know how to solve it.

1 Like

I found this, it’s identical to my error lol

Crash when autocomplete popup for `print()` shows up, using the new Beta Luau Type Solver

1 Like

Is live editing enabled for any of these scripts? Additionally, is there any other information you think might be relevant?

I think I solved the bug, it turns out that it is a part of the code, let me show you. The bug occurs in that code, I try to add some new parameter, for example: findfirstchild or waitforchild and it crashes.

I fixed it by changing that part of the code to something new or new format.

the code was located in starterplayerscripts

We believe that this is fixed! We saw that you worked around it as well but Studio still shouldn’t have crashed. Let us know if you see this again.

1 Like

Yup! Sure. Tysm for help and fix the problem

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.