Strange CoreGui Warning

So whenever I hopped into studio this morning and playtested my game, the output was spammed with THIS:

 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

Does anyone know what it means? Also, if this is in the wrong category, let me know. Have a wonderful day!

3 Likes

I’ve been getting the same exact thing, but it deletes all my parts in workspace and I’ve
tried fixing it multiple times with no success in any way.


image

My best idea is the Core Gui Scripts is messing up The Parts in Workspace

If you are able to locate where the scripts are at and what their names are I Might be able to fix it

2 Likes

I can’t locate it, per se. But whenever I click on the text, an empty module script opens up and it’s named Promise340. I played my game to see if I could find in any of the services, but I couldn’t. But whenever I stopped the game, the output cleared itself and now it’s gone.

1 Like

If you click on the error and stop the game



When running you can have access to the Promise340 code, and it seems that it is empty.
Try adding this to the Module Script code.
image

1 Like

I think this is Roblox Fault and Not our Fault.

2 Likes

maybe it ocurrs when roblox wants to access our camera and the device doesnt have one

it is

2 Likes

The code is empty.
And second of all Is a Core Gui issue not something I added into studio.
It Has To have something to do with something on Roblox’s end.

1 Like

Sometimes it shows up in my output and sometimes it doesn’t. It’s weird.

@Queenlxys I think you are right. The warning is stemmed from the new camera update Roblox recently dropped.

1 Like

I’ve sent @Bug-Support a message about this a couple days ago. I expect a fix soon.

Also, since it’s a CoreScripts bug, we are able to do literally nothing about it. Fun, right?

2 Likes

Hello @Kittylitterking123!
I have the same bug in my Roblox game, and it ruined my local scripts. :cry:
Please let me know if you find any solutions on how to fix this bug!
Sincerely,
@Katastro5 :cool:

2 Likes

Hello @Fizzitix!
If you successfully posted a bug, please mention me in a comment so I can follow your post and know when they finally fix it.
Sincreley,
@Katastro5 :cool:

2 Likes

It wasn’t a bug report, I don’t have access. I sent a message to @Bug-Support about it.

I will let you know if they get back to me though.

2 Likes

Hello @Fizzitix!
Thank you so much!
Sincerely,
@Katastro5 :cool:

1 Like

They have just responded.

Someone made a bug report about it just 6 minutes ago:

Keep track of this thread for updates.
Fizzitix

2 Likes

I have seen this error and I’ve reported in the tread from the new animate your avatar with your movement where this error coming from

But now the massage is longer then first

Whenever you click on the wanring, an empty Module Script named Promise340 appears. Like @Developing_Scripter said, type script:Remove() in it. It worked for me until I logged back on. It should still work for the moment. Let me know if this helped!

To see CoreGui, look at this post i made a while ago:

1 Like