Command Bar won't run any code passed through it

Reproduction Steps

System: 2020 Macbook Air, apple silicon M1 CPU
OS: macOs Ventura 13.0.1

On the latest version of studio, any code that is entered the command bar (View → Command Bar), does not actually run.

Screenshot:

Example code entered into the command bar that shows no output, and has no effect (suggesting it never runs in the first place):

print(123)
print("Hello, World!")
error(123)
game.Selection:Set{workspace}

I am not filtering any types of output in the output widget (View → Output):


Since game.Selection:Set{workspace} doesn’t work I suspect that doesn’t matter though.

Expected Behavior

Command bar should run code that is entered through it

Actual Behavior

None of the code entered through the command bar ever runs

Workaround

A coworker of mine reported having the same issue, and that it sometimes work after restarting studio. However, I have not been able to reproduce this workaround.

Issue Area: Studio
Issue Type: Display
Impact: High
Frequency: Constantly
Date First Experienced: 2022-12-08 00:12:00 (-07:00)
Date Last Experienced: 2022-12-09 00:12:00 (-07:00)

2 Likes

Hello! This should be fixed now :pray: Sorry for the inconveniences.

2 Likes