I got a random error out of the script called “Promise340”, which doesn’t exist in my game. It’s in CoreGUI where I can’t access it all, and I was wondering how to fix it. Here’s the error:
Unhandled Promise rejection:
-- Promise.Error(ExecutionError) --
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:281: attempt to index nil with 'FindFirstChild'
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:281 function updateSelfViewButtonVisibility
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:398
CoreGui.RobloxGui.Modules.Settings.getCamMicPermissions:90 function requestPermissions
CoreGui.RobloxGui.Modules.Settings.getCamMicPermissions:276
CorePackages.Packages._Index.Promise340.Promise340:175 function runExecutor
CorePackages.Packages._Index.Promise340.Promise340:184
CorePackages.Packages._Index.Promise340.Promise340:1248
CorePackages.Packages._Index.Promise340.Promise340:175 function runExecutor
CorePackages.Packages._Index.Promise340.Promise340:302
Promise created at:
CoreGui.RobloxGui.Modules.Settings.getCamMicPermissions:275 function getCamMicPermissions
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:405 function getPermissions
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:2027 function Initialize
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:2108
CoreGui.RobloxGui.Modules.Settings.getCamMicPermissions:275 function getCamMicPermissions
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:405 function getPermissions
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:2027 function Initialize
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:2108
- Client - Promise340:1849
I don’t think this error is fixable. I think it’s just a typical Roblox error that isn’t your fault, but the actual game is experiencing the error. This shouldn’t be too worrisome for you, as these errors aren’t usually going to damage anything in your game. It’s just the current Roblox server is experiencing some technical difficulties, and you most likely won’t see it again after retesting the game and such.
I think this an issue with Roblox’s code. Looks like it could be with the face tracking thing they’re doing. Nothing you can do about it, should get fixed soon I hope.
Yeah. I just started seeing this myself. I think it’s a programming error in core scripts. The problem is the first line after the Promise.Error line (Looks like Line 4): attempt to index nil with FindFirstChild.
Time to file another bug report.
EDIT: Bug report filed. I’ll post the link when bug support approves it.
It doesn’t really harm to your game that much, i’ve also saw this error but however it didn’t made my game work that badly, so, it’s probably the Roblox is experiences technical issue somewhere.
So you don’t have to worry about it.
Unhandled Promise rejection:
-- Promise.Error(ExecutionError) --
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:281: attempt to index nil with 'FindFirstChild'
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:281 function updateSelfViewButtonVisibility
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:398
CoreGui.RobloxGui.Modules.Settings.getCamMicPermissions:90 function requestPermissions
CoreGui.RobloxGui.Modules.Settings.getCamMicPermissions:276
CorePackages.Packages._Index.Promise340.Promise340:175 function runExecutor
CorePackages.Packages._Index.Promise340.Promise340:184
CorePackages.Packages._Index.Promise340.Promise340:1248
CorePackages.Packages._Index.Promise340.Promise340:175 function runExecutor
CorePackages.Packages._Index.Promise340.Promise340:302
Promise created at:
CoreGui.RobloxGui.Modules.Settings.getCamMicPermissions:275 function getCamMicPermissions
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:405 function getPermissions
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:2027 function Initialize
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:2108
CoreGui.RobloxGui.Modules.Settings.getCamMicPermissions:275 function getCamMicPermissions
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:405 function getPermissions
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:2027 function Initialize
CoreGui.RobloxGui.CoreScripts/FaceChatSelfieView:2108
- Promise340:1849
What is most interesting, there is no such error on a PC, but on a laptop it is constantly.
The difference is that on a laptop I have buttons to physically disable the camera and microphone, but on a PC they are always on.
Roblox’s developers didn’t completely test their new camera-based facial animation feature’s code on enough devices.
I think the error log analytics section shouldn’t show CoreGui and CoreScript errors, since the developer can’t fix any code there, even if they wanted to.
Hello @9reeze! I also have the same error on my Roblox Studio with the latest Roblox Studio update. If you find a solution, please let me know! Thank you so much!
I am experiencing the same error, and to be honest, it broke my game and, to be more specific, my main local script. The new Roblox Studio bug is not letting me develop my Roblox game.