Exiled-Team / EXILED

A high-level plugin framework for SCP: Secret Laboratory servers. It offers an event system for developers to hook in order to manipulate or change game code, or implement their own functions.
https://www.exiled.to/
Other
274 stars 181 forks source link

939 gets kicked when they attempt to use a sound #1834

Closed not-pyroman closed 1 year ago

not-pyroman commented 1 year ago

Describe the bug Whenever the player attempts to use play a noise as 939 they will be forcefully disconnected by the server

To Reproduce Steps to reproduce the behavior:

  1. Be SCP-939
  2. Open the sounds menu
  3. Press on any sound on the right (and presumably voices too)
  4. Error appears in LocalAdmin and player gets kicked

Expected behavior The sound (or voice) plays as normal, and doesn't kick the player.

Server logs
https://pastebin.com/F38bsRAH

EXILED Version ("latest" is not a version): 7.0.0-rc.4 (Testing release, commit 25a8a2d + PR#1832)

Results of show plugins command in console:

[2023-05-27 08:40:41.557 +02:00] Total number of plugins: 14
                                 Enabled plugins: 9
                                 Disabled plugins: 5

                                 Exiled.Events:
                                        - Author: Exiled Team
                                        - Version: 7.0.0.0
                                        - Required Exiled Version: 7.0.0.0
                                        - Prefix: exiled_events
                                        - Priority: Highest
                                 SCPUtils:
                                        - Disabled
                                        - Author: Terminator_97#0507
                                        - Version: 5.2.0
                                        - Required Exiled Version: 6.0.0
                                        - Prefix: s_c_p_utils
                                        - Priority: Medium
                                 Admin Tools:
                                        - Author: Originally by Joker119. Modifications by KoukoCocoa & Thomasjosif
                                        - Version: 6.0.0.0
                                        - Required Exiled Version: 6.0.0
                                        - Prefix: AT
                                        - Priority: Medium
                                 MapEditorReborn:
                                        - Disabled
                                        - Author: Michal78900
                                        - Version: 2.2.0
                                        - Required Exiled Version: 6.0.0
                                        - Prefix: map_editor_reborn
                                        - Priority: Medium
                                 Exiled.CustomItems:
                                        - Disabled
                                        - Author: Exiled Team
                                        - Version: 7.0.0.0
                                        - Required Exiled Version: 7.0.0.0
                                        - Prefix: exiled_custom_items
                                        - Priority: Medium
                                 Common Utilities:
                                        - Author: Joker119
                                        - Version: 7.0.3.0
                                        - Required Exiled Version: 6.0.0
                                        - Prefix: CommonUtilities
                                        - Priority: Medium
                                 Exiled.CustomRoles:
                                        - Author: Exiled Team
                                        - Version: 7.0.0.0
                                        - Required Exiled Version: 7.0.0.0
                                        - Prefix: exiled_custom_roles
                                        - Priority: Medium
                                 Exiled.CreditTags:
                                        - Author: Babyboucher20 & iRebbok & Exiled Team
                                        - Version: 7.0.0.0
                                        - Required Exiled Version: 7.0.0.0
                                        - Prefix: exiled_credits
                                        - Priority: Medium
                                 Exiled.Updater:
                                        - Author: Exiled.Updater
                                        - Version: 3.1.2.0
                                        - Required Exiled Version: 7.0.0.0
                                        - Prefix: exiled_updater
                                        - Priority: Medium
                                 ShowReportsInGame:
                                        - Author: Denty
                                        - Version: 2.2.2
                                        - Required Exiled Version: 6.0.0
                                        - Prefix: ShowReportsInGame
                                        - Priority: Medium
                                 RemoteKeycard:
                                        - Author: Beryl (Maintained by Parkeymon)
                                        - Version: 3.1.5
                                        - Required Exiled Version: 6.0.0.18
                                        - Prefix: remotekeycard
                                        - Priority: Medium
                                 Exiled.Permissions:
                                        - Author: Exiled Team
                                        - Version: 7.0.0.0
                                        - Required Exiled Version: 7.0.0.0
                                        - Prefix: exiled_permissions
                                        - Priority: Medium
                                 DiscordIntegration:
                                        - Disabled
                                        - Author: DiscordIntegration
                                        - Version: 7.0.0.0
                                        - Required Exiled Version: 6.0.0
                                        - Prefix: discord_integration
                                        - Priority: Medium
                                 CustomItems:
                                        - Disabled
                                        - Author: Exiled Team
                                        - Version: 7.0.1.0
                                        - Required Exiled Version: 6.0.0
                                        - Prefix: custom_items
                                        - Priority: Medium

Additional context Only occurs after upgrading to this test release.

louis1706 commented 1 year ago

I have actually no idea about what causing the nre here

Misaka-ZeroTwo commented 1 year ago

Solved by #1830