Intuitive Debugger: sometimes Studio is crashing while debugging

I don’t know how to reproduce, but Studio has crashed a few times during debugging, running steps (F10).
Now it happened again, Studio just closed completely without any error message while debugging.

Below the most recent log files:
0.578.0.5780566_20230607T184947Z_Studio_55515_last.log (26.8 KB)
0.578.0.5780566_20230607T181702Z_Studio_295E6_last.log (367.9 KB)

Edit

There is NO .dmp file in C:\Users[username]\AppData\Local\Roblox\logs

1 Like

Another crash while debugging.
Again, no .dmp file created.

The last 2 lines of the log show:

2023-06-14T20:49:36.312Z,3007.312988,1110,12 [DFLog::HttpTraceError] HttpResponse(#9506 0000021525282970) time:999.1ms (net:999.1ms callback:152.9ms timeInRetryQueue:0.0ms) error:9 message:HttpError: Aborted url:{ “https://client-telemetry.roblox.com” } ip: external:0 numberOfTimesRetried:0

2023-06-14T20:49:36.312Z,3007.312988,1110,6 [LOGCHANNELS + 1] RBXCRASH: RBX::Runtime - panic (unhandled exception)

Here is the complete log file:
0.580.0.5800572_20230614T195929Z_Studio_BA413_last.log (1009.6 KB)

I’m trying to work with this new debugger, but it’s difficult with so many bugs, crashes and slowdowns.
Roblox should never have forced this new debugger and abandoned the previous one, which worked. :rage:

I have this exact problem aswell, except with uploading models and dragging objects in explorer it seems

Another crash.
This time I realized that it occurred at the EXACT MOMENT I tried to create a breakpoint by clicking on the line number in the script (while debugging).
As usual, Studio closes with no warnings, no .dmp.

0.581.0.5810563_20230621T233154Z_Studio_614D1_last.log (282.3 KB)

Same log’s last lines:

2023-06-21T23:55:11.403Z,1397.403442,0df4,6 [FLog::Output] rbxCrashReason is: RBXCRASH-RBX::Runtime - panic
2023-06-21T23:55:13.516Z,1399.516846,0df4,12 [DFLog::HttpTraceError] HttpResponse(#3496 00000257862B0A70) time:999.4ms (net:999.4ms callback:137.1ms timeInRetryQueue:0.0ms) error:9 message:HttpError: Aborted url:{ “https://client-telemetry.roblox.com” } ip: external:0 numberOfTimesRetried:0
2023-06-21T23:55:13.516Z,1399.516846,0df4,6 [LOGCHANNELS + 1] RBXCRASH: RBX::Runtime - panic (unhandled exception)

The RBX::Runtime - panic mention is a helpful clue. Given that it happens not just in the debugger according to Qualadore, it might be something that actually happens throughout Studio. We will continue to investigate.

2 Likes

As it hasn’t happened for days now, I imagine it must have been fixed somehow in the latest versions.
Closing the topic.

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