Roblox / Core-Scripts

All of ROBLOX's core client scripts.
Apache License 2.0
253 stars 184 forks source link

DeveloperConsole stays empty at times #187

Closed einsteinK closed 4 years ago

einsteinK commented 9 years ago

Lots of people complain about the DevConsole not working sometimes up to 75% of the time. This happened to me too, which allowed me to get a stacktrace from the log files in AppData:

18:35:34.21744 (47.1035932) Error:   CoreGui.RobloxGui.Modules.DeveloperConsoleModule:785: attempt to index upvalue 'outputMessageSync' (a nil value)
18:35:34.21744 (47.1055934)          Stack Begin
18:35:34.21744 (47.1055934)          Script 'CoreGui.RobloxGui.Modules.DeveloperConsoleModule', Line 785 - field OpenCallback
18:35:34.21744 (47.1055934)          Script 'CoreGui.RobloxGui.Modules.DeveloperConsoleModule', Line 2241 - method SetOpen
18:35:34.21744 (47.1055934)          Script 'CoreGui.RobloxGui.Modules.DeveloperConsoleModule', Line 850 - field new
18:35:34.21744 (47.1055934)          Script 'CoreGui.RobloxGui.CoreScripts/DeveloperConsole', Line 27
18:35:34.21744 (47.1055934)          Stack End
18:35:34.21744 (47.1115940) Error:   CoreGui.RobloxGui.Modules.DeveloperConsoleModule:785: attempt to index upvalue 'outputMessageSync' (a nil value)
18:35:34.21744 (47.1115940)          Script 'CoreGui.RobloxGui.Modules.Settings2', Line 1397
18:35:34.21744 (47.1115940)          Stack End

Since it only happens now and then, it probably has to do with racing conditions. (Assummingly Settings2 and the DeveoloperConsole CoreScript, I'll check)

ghost commented 9 years ago

I am getting this too, this NEEDS to be fixed.

einsteinK commented 9 years ago

I can't get it to error in studio, not do I see how outputMessageSync could be nil there.

einsteinK commented 9 years ago

What has the Humanoid to do with this?

eugene-mindset commented 9 years ago

Nvm. I thought that since the humanoid cannot be reset through the menu when its named something else, that would be the problem. I did find that the console wouldn't work when I update my game.

CodedNil commented 8 years ago

Bump because its happening again and really needs to be fixed.

CoreGui.RobloxGui.Modules.DeveloperConsoleModule:781: attempt to index upvalue 'outputMessageSync' (a nil value) CoreGui.RobloxGui.Modules.DeveloperConsoleModule, line 781 - field OpenCallback CoreGui.RobloxGui.Modules.DeveloperConsoleModule, line 2241 - method SetOpen CoreGui.RobloxGui.Modules.DeveloperConsoleModule, line 845 - field new CoreGui.RobloxGui.Modules.DeveloperConsoleModule, line 2998 - upvalue getDeveloperConsole CoreGui.RobloxGui.Modules.DeveloperConsoleModule, line 3009 - method GetVisibility CoreGui.RobloxGui.Modules.Settings.SettingsHub, line 516

ghost commented 8 years ago

Yup, I'm getting the same error too.

einsteinK commented 8 years ago

A fix is available in #537.

ghost commented 7 years ago

This issue was moved to GitBlox/Core-Scripts#11

Zolo101 commented 7 years ago

nvm. ignore this comment.

cliffchapmanrbx commented 4 years ago

Hi there, thank you for your feedback. We're going to be closing this repository as we've chosed the Roblox Dev Forum as our venue for developer feedback. Please feel free to migrate your feedback to a DevForum post if you feel it is still relevant.