Reproduction Steps
- Create a script with the following source. Name it “TestPlugin”. This is a simple script that creates a no-op plugin action.
local testAction = plugin:CreatePluginAction(
"TestAction",
"TestAction",
"TestAction"
)
testAction.Triggered:Connect(function() end)
- Save the script as a local plugin (Right click → Save as Local Plugin…).
- Trigger the action once via the Quick Open menu (default hotkey: Ctrl + Alt + P).
- Save the script as a local plugin again.
- Open the Quick Open menu. The crash will immediately happen after this point.
Video demo of the crash (sorry for the music playing in the background.):
Expected Behavior
I don’t expect a crash to happen when I open the Quick Open menu.
Actual Behavior
Studio crashes when I open the Quick Open menu.
Issue Area: Studio
Issue Type: Crashing
Impact: High
Frequency: Constantly
Date First Experienced: 2022-02-04 07:02:00 (-08:00)