Roblox Studio bug: C++ EH e06d7363 crash in public places (2026-04-04)
Posted: Sat Apr 04, 2026 4:25 pm
Quick Summary
[table]
[tr][th]Check[/th][th]Before (private place)[/th][th]After (published public place)[/th][/tr]
[tr][td]Command used[/td][td][/td][td][/td][/tr]
[tr][td]Where tested[/td][td]Roblox Studio Console[/td][td]Roblox Studio Console[/td][/tr]
[tr][td]Expected result[/td][td]Syntax/error message only[/td][td]Same syntax/error message expected[/td][/tr]
[tr][td]Reported actual result[/td][td]No crash in this report[/td][td]Studio crashes with C++ EH[/td][/tr]
[/table]
Developer Context
This is a bug report update, not a feature drop. The goal is to help Roblox platform engineers fix a crash path fast.
The post has exact repro steps, expected behavior, and impact notes. That usually helps devs reproduce and patch quicker.
As of 2026-04-04, the public thread did not show a posted fix note.
Context source: Roblox Developer Forum bug report (2026-04-04)
Why You Should Care
This matters if you build, script, or test on Roblox Studio.
- On 2026-04-04, a new Roblox Developer Forum report said Roblox Studio can crash in a published public place.
- The trigger is typing in the Roblox Studio Console. Expected: normal script error. Reported: Studio crash with C++ EH exception code
Code: Select all
print(/u).Code: Select all
e06d7363 - The report says no beta features were on, and friends could reproduce it on 2026-04-04.
- 2026-04-04 - Report opened: Bug thread posted in Bug Reports > Studio Bugs on Roblox Developer Forum.
- Repro path shared: Open a published public place stored on Roblox servers, then run in Roblox Studio Console.
Code: Select all
print(/u) - Expected vs actual: Expected an error message like private places give. Actual was a hard Studio crash with .
Code: Select all
e06d7363 - Scope note: Report says this is Roblox Studio Console specific, not the in-game console.
[table]
[tr][th]Check[/th][th]Before (private place)[/th][th]After (published public place)[/th][/tr]
[tr][td]Command used[/td][td]
Code: Select all
print(/u)Code: Select all
print(/u)[tr][td]Where tested[/td][td]Roblox Studio Console[/td][td]Roblox Studio Console[/td][/tr]
[tr][td]Expected result[/td][td]Syntax/error message only[/td][td]Same syntax/error message expected[/td][/tr]
[tr][td]Reported actual result[/td][td]No crash in this report[/td][td]Studio crashes with C++ EH
Code: Select all
e06d7363[/table]
Developer Context
This is a bug report update, not a feature drop. The goal is to help Roblox platform engineers fix a crash path fast.
The post has exact repro steps, expected behavior, and impact notes. That usually helps devs reproduce and patch quicker.
As of 2026-04-04, the public thread did not show a posted fix note.
Context source: Roblox Developer Forum bug report (2026-04-04)
Why You Should Care
This matters if you build, script, or test on Roblox Studio.
- A crash can wipe unsaved edits. Save often before console tests.
- Team projects can slow down if Studio closes during shared testing.
- If you test parser errors, do it in a local/private place first, then move to published places.
- This looks Studio-side, so normal players in live sessions are less likely to hit this exact crash flow.
- Q: Does this crash happen to players in live games?
A: The report says the issue happens in Roblox Studio Console, not in-game console, so this is mostly a creator/dev workflow issue. - Q: Do beta features need to be enabled to trigger it?
A: No. The report says no beta features were enabled. - Q: What is the safest way to test weird error inputs right now?
A: Test in a local/private place first, save a backup, then test published places only if needed. Use frequent saves and version history. - Q: Is there an official fix posted yet?
A: As of 2026-04-04, no public fix post was shown in that thread.