AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Bug Chat CSGO (https://forums.alliedmods.net/showthread.php?t=296091)

Marounda 04-11-2017 19:35

Bug Chat CSGO
 
Hi,

I'm sorry but I don't really know where I can post my problem, because i've no idea where is the problem...

I have the last metamod and sourcemod dev build (6075) on our servers, and we have a bug on our servers with the chat.
Sometimes, I can't read what I write, or I can't read what players write, and they can't read me.
Sometimes it function and bug again few seconds later...

I tried to disable all extra plugins (dm & co.), with only sourcemod the bug stil be present, but if I disable the addons folder, the basic server have not chat problem !

If someone have any idea, it could be really nice...

Regards,
Marounda

Neuro Toxin 04-12-2017 18:02

Re: Bug Chat CSGO
 
Goto Spec Savers? Lol

Marounda 04-13-2017 09:39

Re: Bug Chat CSGO
 
Ahah =)

No idea here ? :(

Maxximou5 04-13-2017 15:54

Re: Bug Chat CSGO
 
Just for verification sake, please give us the:
  • meta version
  • meta list
  • sm version
  • sm plugins list
  • sm exts list

Marounda 04-14-2017 07:21

Re: Bug Chat CSGO
 
Quote:

Originally Posted by Maxximou5 (Post 2511894)
Just for verification sake, please give us the:
  • meta version
  • meta list
  • sm version
  • sm plugins list
  • sm exts list

Hi, thank you for your answer, these are the asked points :
Code:

13:16:45 meta version
13:16:45 Metamod:Source version 1.10.7-dev
        Built from: https://github.com/alliedmodders/metamod-source/commit/b189876
        Build ID: 954:b189876
        Loaded As: Valve Server Plugin
        Compiled on: Nov  7 2016
        Plugin interface version: 15:14
        SourceHook version: 5:5
        http://www.metamodsource.net/

Code:

13:18:18 meta list
13:18:18 Listing 4 plugins:
          [01] SourceMod (1.9.0.6009) by AlliedModders LLC
          [02] CS Tools (1.9.0.6009) by AlliedModders LLC
          [03] SDK Tools (1.9.0.6009) by AlliedModders LLC
          [04] SDK Hooks (1.9.0.6009) by AlliedModders LLC

Code:

13:18:35 sm version
13:18:36  SourceMod Version Information:
            SourceMod Version: 1.9.0.6009
            SourcePawn Engine: 1.9.0.6009, jit-x86 (build 1.9.0.6009)
            SourcePawn API: v1 = 4, v2 = 12
            Compiled on: Nov 29 2016 06:03:26
            Built from: https://github.com/alliedmodders/sourcemod/commit/90cefa9
            Build ID: 6009:90cefa9
            http://www.sourcemod.net/

Code:

13:18:52 [SM] Listing 26 plugins:
          01 "SuperLogs: CSS" (1.2.4) by psychonic
          02 "Advertisments" (0.1.1) by H3bus
          03 "Client Preferences" (1.9.0.6009) by AlliedModders LLC
          04 "Basic Info Triggers" (1.9.0.6009) by AlliedModders LLC
          05 "Basic Commands" (1.9.0.6009) by AlliedModders LLC
          06 "SuperLogs: Generic" (1.0) by psychonic
          07 "Basic Comm Control" (1.9.0.6009) by AlliedModders LLC
          08 "HLstatsX CE Ingame Plugin" (1.6.19) by psychonic
          09 "VIP color " (2.3) by Cha & EnvoxX & Kaaarn
          10 "AFK Manager" (4.0.5) by Rothgar
          11 "Rock The Vote" (1.9.0.6009) by AlliedModders LLC
          12 "Anti-Flood" (1.9.0.6009) by AlliedModders LLC
          13 "Admin Menu" (1.9.0.6009) by AlliedModders LLC
          14 "CS:GO Retakes: Customised Weapon Allocator for splewis retakes plugin" (0.2.0) by BatMen
          15 "Player Commands" (1.9.0.6009) by AlliedModders LLC
          16 "Chat-Processor" (2.0.3) by Keith Warren (Drixevel)
          17 "MapChooser" (1.9.0.6009) by AlliedModders LLC
          18 "Sound Commands" (1.9.0.6009) by AlliedModders LLC
          19 "Basic Chat" (1.9.0.6009) by AlliedModders LLC
          20 "Admin File Reader" (1.9.0.6009) by AlliedModders LLC
          21 "CS:GO Retakes" (0.3.0) by splewis
          22 "Reserved Slots" (1.9.0.6009) by AlliedModders LLC
          23 "Basic Votes" (1.9.0.6009) by AlliedModders LLC
          24 "Admin Help" (1.9.0.6009) by AlliedModders LLC
          25 "Network Tools" (1.3) by Kyle Sanderson
          26 "Basic Ban Commands" (1.9.0.6009) by AlliedModders LLC

Code:

13:19:26 sm exts list
13:19:26 [SM] Displaying 9 extensions:
        [01] Automatic Updater (1.9.0.6009): Updates SourceMod gamedata files
        [02] Webternet (1.9.0.6009): Extension for interacting with URLs
        [03] CS Tools (1.9.0.6009): CS extended functionality
        [04] BinTools (1.9.0.6009): Low-level C/C++ Calling API
        [05] SDK Tools (1.9.0.6009): Source SDK Tools
        [06] Client Preferences (1.9.0.6009): Saves client preference settings
        [07] SQLite (1.9.0.6009): SQLite Driver
        [08] Top Menus (1.9.0.6009): Creates sorted nested menus
        [09] SDK Hooks (1.9.0.6009): Source SDK Hooks

I tried to disable each plugins except those of Sourcemod, and the problem remained...

hmmmmm 04-14-2017 10:25

Re: Bug Chat CSGO
 
I have the same issue ATM and I think the source is the chat processor plugin by drivexel. When I was using SCP all spec chat would work fine, but as soon as I changed to drivexel's version, alive players couldn't see the spec chat.

Tried disabling the chat processor, and all spec chat started to work again, however it also disables the timer plugin I have running which is dependent on it. Also seems to be one of the only plugins we have in common so I'm guessing it is the root of the issue.

I haven't found a solution yet and if someone can help would be great.

Maxximou5 04-14-2017 14:23

Re: Bug Chat CSGO
 
Just update chat-processor, you're on an older version that had that issue.
You shouldn't have the issue with the latest, I use it across all my servers without issue.
The only other culprit would be HLStatsX, but first update the chat-processor.

Marounda 04-14-2017 16:22

Re: Bug Chat CSGO
 
Thank you for the answer, we will check this!

hmmmmm 04-15-2017 04:56

Re: Bug Chat CSGO
 
On latest version 2.0.7 and still having same problem, but I'm not very experienced with server management so issue could be somewhere else. I do have all the talk settings set to 1 though, not sure what else could cause this.

Maxximou5 04-16-2017 02:03

Re: Bug Chat CSGO
 
Something else is at play for you, as for CS:GO, vanilla SourceMod plugins with chat-processor, duplication does not occur.
I'd suggest making your own thread listing the same things.


All times are GMT -4. The time now is 10:02.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.