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…