Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Error1:
- ServerScriptService.MainModule:82: SocialChat Misconfiguration: ChatUI Missing! Please install the 'Chat' ScreenGui object into the SocialChat configurations folder to fix this issue. - Server - MainModule:82
- Fix ->
- Copy / pasted the chat ui from the toolbox model into the config folder
- -----------------------------------------------------------------------
- Error2:
- Server is not a valid member of Folder "ServerScriptService.SocialChat v2.Extensions" - Server - MainModule:106
- Fix ->
- Create the "Server" folder under the extension folder
- -----------------------------------------------------------------------
- Error3:
- Shared is not a valid member of Folder "ServerScriptService.SocialChat v2.Extensions" - Server - MainModule:106
- Fix ->
- Create the "Shared" folder under the extension folder
- -----------------------------------------------------------------------
- Error4:
- Server is not a valid member of Folder "ReplicatedStorage.SocialChat.Resources" - Server - SocialChat:58
- Fix ->
- Create the "Server" folder under the resources folder
- -----------------------------------------------------------------------
- Error5:
- Shared is not a valid member of Folder "ReplicatedStorage.SocialChat.Resources" - Server - SocialChat:58
- Fix ->
- Create the "Shared" folder under the resources folder
- -----------------------------------------------------------------------
- Error6:
- Example is not a valid member of ModuleScript "ReplicatedStorage.SharedChatSettings.Styles" - Server - Styles:12
- Fix ->
- Copy / paste the "Example" UIGradient from the toolbox model under the "Styles" ModuleScript
- -----------------------------------------------------------------------
- Error7:
- Remotes is not a valid member of ModuleScript "ReplicatedStorage.SocialChat" - Server - SocialChat:98
- Fix ->
- Create the "Remotes" folder under the "SocialChat" ModuleScript
- -----------------------------------------------------------------------
- Error8:
- Speakers is not a valid member of Folder "ReplicatedStorage.SocialChat.Remotes" - Server - Speakers:45
- Fix ->
- Create the "Speakers" folder under the "Remotes" folder
- -----------------------------------------------------------------------
- Error9:
- EventSpeakerAdded is not a valid member of Folder "ReplicatedStorage.SocialChat.Remotes.Speakers" - Server - Speakers:137
- Fix ->
- Create the "EventSpeakerAdded" remote event under the "Speakers" folder
- -----------------------------------------------------------------------
- Error10:
- DataService is not a valid member of Folder "ReplicatedStorage.SocialChat.Remotes" - Server - DataService:34
- Fix ->
- Create the "DataService" folder under the "Remotes" folder
- -----------------------------------------------------------------------
- Error11:
- EventDataEntry is not a valid member of Folder "ReplicatedStorage.SocialChat.Remotes.DataService" - Server - DataService:94
- Fix ->
- Create the "EventDataEntry" RemoteEvent under the "DataService" folder
- -----------------------------------------------------------------------
- Error12:
- EventReplicateData is not a valid member of Folder "ReplicatedStorage.SocialChat.Remotes.DataService" - Server - DataService:110
- Fix ->
- Create the "EventReplicateData" RemoteFunction under the "DataService" folder
- -----------------------------------------------------------------------
- Error13:
- BubbleChat is not a valid member of Folder "ReplicatedStorage.SocialChat.Remotes" - Server - BubbleChat:26
- Fix ->
- Create the "BubbleChat" folder under the "Remotes" folder
- -----------------------------------------------------------------------
- Error14:
- UpdateTypingState is not a valid member of Folder "ReplicatedStorage.SocialChat.Remotes.BubbleChat" - Server -
- Fix ->
- Create the "UpdateTypingState" RemoteEvent under the "BubbleChat" folder
- -----------------------------------------------------------------------
- Error15:
- EventRenderBubble is not a valid member of Folder "ReplicatedStorage.SocialChat.Remotes.BubbleChat" - Server - Channels:56
- Fix ->
- Create the "EventRenderBubble" RemoteEvent under the "BubbleChat" folder
- -----------------------------------------------------------------------
- Error16:
- Channels is not a valid member of Folder "ReplicatedStorage.SocialChat.Remotes" - Server - Channels:57
- Fix ->
- Create the "Channels" folder under the "Remotes" folder
- -----------------------------------------------------------------------
- Error17:
- EventSendMessage is not a valid member of Folder "ReplicatedStorage.SocialChat.Remotes.Channels" - Server - Channels:91
- Fix ->
- Create the "EventSendMessage" RemoteEvent under the "Channels" folder
- -----------------------------------------------------------------------
- Error18:
- ExtensionGateway is not a valid member of Folder "ReplicatedStorage.SocialChat.Remotes" - Server - Server:135
- Fix ->
- Create the "ExtensionGateway" RemoteFunction under the "Remotes" folder
- -----------------------------------------------------------------------
- Error19:
- EventClientReady is not a valid member of Folder "ReplicatedStorage.SocialChatEvents" - Server - SocialChat:111
- Fix ->
- Create the "EventClientReady" RemoteEvent under the "Remotes" folder (This folder gets named to "SocialChatEvents" at this point)
- -----------------------------------------------------------------------
- Error20:
- NoteAPI is not a valid member of ModuleScript "ReplicatedStorage.SocialChat.Resources.Client.Module.FunctUI.Classes.Note" - Client - Note:23
- Fix ->
- Copy / paste the "NoteApi" ScreenGui under the "Note" ModuleScript
- -----------------------------------------------------------------------
- Error21:
- Infinite yield possible on 'ReplicatedStorage.SocialChat.Environments.Client.Components.ControlPanel:WaitForChild("Presets")' - Studio
- 13:28:26.515 Stack Begin - Studio
- 13:28:26.515 Script 'ReplicatedStorage.SocialChat.Environments.Client.Components.ControlPanel.API.Navigator', Line 20 - Studio - Navigator:20
- Fix ->
- Copy / paste the "Presets" folder under the "ControlPanel" ModuleScript
- -----------------------------------------------------------------------
- Error22:
- PanelReference is not a valid member of ModuleScript "ReplicatedStorage.SocialChat.Environments.Client.Components.ControlPanel" - Client - Navigator:21
- Fix ->
- Create the "PanelReference" ObjectValue under the "ControlPanel" folder
- -----------------------------------------------------------------------
- Error23:
- Presets is not a valid member of ModuleScript "ReplicatedStorage.SocialChat.Environments.Client" - Client - Client:221
- Fix ->
- Copy / paste the "Presets" folder under the "Client" ModuleScript
- -----------------------------------------------------------------------
- Error24:
- ReplicatedStorage.SocialChat.Environments.Client.Components.ControlPanel:108: Failed to initialize page "Extensions"! (response: Styles is not a valid member of ModuleScript "ReplicatedStorage.SocialChat.Resources.Client.Module.FunctUI.Classes.Note")
- ReplicatedStorage.SocialChat.Trace
- ReplicatedStorage.SocialChat.Trace:28 function Error
- ReplicatedStorage.SocialChat.Environments.Client.Components.ControlPanel:108 function Initialize
- ReplicatedStorage.SocialChat.Environments.Client:216 function Initialize
- ReplicatedStorage.SocialChat:135 function GetSocialChat
- ReplicatedStorage.SocialChat:155
- - Client - Trace:28
- Fix ->
- Copy / paste the "Styles" folder under the "Note" ModuleScript
- -----------------------------------------------------------------------
- Error25:
- EventLeaveChannel is not a valid member of Folder "ReplicatedStorage.SocialChatEvents.Channels" - Client - Channels:141
- Fix ->
- Create the "EventLeaveChannel" RemoteEvent under the "Channels" folder
- -----------------------------------------------------------------------
- Error26:
- EventJoinChannel is not a valid member of Folder "ReplicatedStorage.SocialChatEvents.Channels" - Client - Channels:148
- Fix ->
- Create the "EventJoinChannel" RemoteEvent under the "Channels" folder
- -----------------------------------------------------------------------
- Error27:
- Categories is not a valid member of ModuleScript "ReplicatedStorage.ChatExtensions.Client.Emojipedia" - Client - Emojipedia:131
- Fix ->
- Copy / paste the "Categories" folder under the "Emojipedia" ModuleScript
- -----------------------------------------------------------------------
- Error28:
- Presets is not a valid member of ModuleScript "ReplicatedStorage.ChatExtensions.Client.Emojipedia" - Client - Emojipedia:132
- Fix ->
- Copy / paste the "Presets" folder under the "Emojipedia" ModuleScript
- -----------------------------------------------------------------------
- Error29:
- Content is not a valid member of ModuleScript "ReplicatedStorage.ChatExtensions.Client.Emojipedia" - Client - Emojipedia:139
- Fix ->
- Copy / paste the "Content" folder under the "Emojipedia" ModuleScript
- -----------------------------------------------------------------------
- ------------- [[ NOTE ]] -----------------------
- At this point, there are no further errors, and everything seems to work. Until you run the place in a local server, then you get the following error, which I thought was a bit out of my scope to fix, as it seems deeply integrated into the way SocialChat internally works, and is a bit out of my scope. This is the state where the place file I submitted is at currently.
- Final Error:
- ReplicatedStorage.SocialChat.Environments.Client.Components.ControlPanel:108: Failed to initialize page "Home"! (response: MarketPlaceService::PlayerOwnsAsset failed because HTTP 400 (Bad Request))
- ReplicatedStorage.SocialChat.Trace
- ReplicatedStorage.SocialChat.Trace:28 function Error
- ReplicatedStorage.SocialChat.Environments.Client.Components.ControlPanel:108 function Initialize
- ReplicatedStorage.SocialChat.Environments.Client:216 function Initialize
- ReplicatedStorage.SocialChat:135 function GetSocialChat
- ReplicatedStorage.SocialChat:155
- - Client - Trace:28
- 13:56:02.665 Stack Begin - Studio
- 13:56:02.665 Script 'ReplicatedStorage.SocialChat.Trace', Line 28 - function Error - Studio - Trace:28
- 13:56:02.665 Script 'ReplicatedStorage.SocialChat.Environments.Client.Components.ControlPanel', Line 108 - function Initialize - Studio - ControlPanel:108
- 13:56:02.665 Script 'ReplicatedStorage.SocialChat.Environments.Client', Line 216 - function Initialize - Studio - Client:216
- 13:56:02.665 Script 'ReplicatedStorage.SocialChat', Line 135 - function GetSocialChat - Studio - SocialChat:135
- 13:56:02.665 Script 'ReplicatedStorage.SocialChat', Line 155 - Studio - SocialChat:155
- 13:56:02.665 Stack End - Studio
- 13:56:02.665 Requested module experienced an error while loading - Client - SocialChatClient:7
- 13:56:02.665 Stack Begin - Studio
- 13:56:02.665 Script 'Players.Player2.PlayerGui.SocialChatClient', Line 7 - Studio - SocialChatClient:7
- 13:56:02.665 Stack End - Studio
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement