Developer Console Busted on Name Change?

I noticed after I got my name changed that the developer console within my own games doesn’t display anything in the Server Console.

Usually the server console is filled with a bunch of random warnings by now,

I still have access to the command bar, but it won’t actually execute the commands from what I can tell.

If name changing really is the actual problem I can’t believe it hasn’t been brought up already.

REPRO: Go change your name and see for yourself…?

Name change is not the cause of it. It’s just not showing up at all.

The cause of a blank dev console output is overload of errors. Something errored a few hundred times, like in a while loop & function combo. I had this issue today and I solved it by fixing the error for new servers

Edit: actually yeah an update did break the server window. Local output seems fine.

Dev Console is broken as of current update. It’s not caused by your name change.

Broken and confirmed :confused:

And on GitHub, it appears the code has not changed for the console in 2 months, so something went wrong with the internal functions to get errors and such.

Sorry all, I flipped a flag that was supposed to enable dev console for all group editors on group games, but I forgot that I needed to flip a second flag to enable a new web backend.

Everything should be good now, please reply to this thread if you continue to have issues.

Just like to point out that nothing in the dev console is modal, so you can’t use it in first person (which is a pain). It’d be nice if you could set the Modal property of one of the buttons to true so it’d be useable in first person. Other than that, I don’t know of any issues – thanks for the fix :slight_smile:

Thank you for the quickish fix. It is acting 100% normal.

[quote] Sorry all, I flipped a flag that was supposed to enable dev console for all group editors on group games, but I forgot that I needed to flip a second flag to enable a new web backend.

Everything should be good now, please reply to this thread if you continue to have issues. [/quote]

Wait how do you chose group editors? Is it a permission for ranks?

We have not rolled out group game support 100% yet, but the plan is for place edit permissions to be tied to rank.

Yea it’s fixed, thanks!