Weird warnings in console

There are some weird warnings in my console which seem to originate from the CoreGUI; such as unhandled promises, failures to get game name and more warnings:

  17:08:18.812  Unable to get game name for Avatar Editor Prompts  -  Client
  17:08:18.812  Unable to get game name for Gamepad Menu  -  Client
  17:08:18.825  Unhandled Promise rejection:

nil

CoreGui.RobloxGui.Modules.TopBar.Thunks.GetGameName:25
CorePackages.Packages._Index.Rodux.Rodux.makeThunkMiddleware:18
CorePackages.Packages._Index.Rodux.Rodux.makeThunkMiddleware:17
CorePackages.Packages._Index.Rodux.Rodux.Store:116
CoreGui.RobloxGui.Modules.TopBar:110 function new
CoreGui.RobloxGui.Modules.TopBar:245
  -  Client
  17:08:18.825  Unhandled Promise rejection:

nil

CoreGui.RobloxGui.Modules.AvatarEditorPrompts.Thunks.GetGameName:25
CorePackages.Packages._Index.Rodux.Rodux.makeThunkMiddleware:18
CorePackages.Packages._Index.Rodux.Rodux.makeThunkMiddleware:17
CorePackages.Packages._Index.Rodux.Rodux.Store:116
CoreGui.RobloxGui.Modules.AvatarEditorPrompts:43 function new
CoreGui.RobloxGui.Modules.AvatarEditorPrompts:68

It seems like an internal error; but wondering on what it could be?
What’s weird is that one Promise returns nil, which is concerning…

1 Like

Constantly happens to me too, pretty sure its nothing to worry about.

Dont worry about it, core scripts are roblox’s internals scripts, such as camera script. This usually doesnt affect you at all.

if it bothers you too much you can try to clear registry regarding roblox in your computer and reinstalling studio
Althrough be careful and that probably not worth it as since you will have to set all settings back manually.

1 Like

Did the error(s) eventually go away by itself?