CSGO server seg faults whenever player joins #21
Replies: 11 comments 9 replies
-
What are all the plugins you are running other than War3Source.smx? Are you compiling it using a Sourcemod 1.9 compiler? Did you go to change the contents in the file War3Source-EVO/addons/sourcemod/scripting/include/GAME_SWITCHER/currentgame.inc in order to compile for your platform? Did you compile all of these:
and put the resulting SMXs into your game directory along with War3Source.smx? Anything else did you do? What does the structure of your directory look like with War3Source.smx installed? (what other files) |
Beta Was this translation helpful? Give feedback.
-
Do note that not everything will compile because a lot of the races haven't been updated for CSGO. |
Beta Was this translation helpful? Give feedback.
-
Hi! |
Beta Was this translation helpful? Give feedback.
-
This means, if game type is css or CSGO, DON'T COMPILE
I usually compile everything and when it errors like that, I know it didn't compile that ON PURPOSE. |
Beta Was this translation helpful? Give feedback.
-
The code is written in SourceMod 1.7 & 1.8 language. Any updates to thier new language won't work. |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply, I had missed a number of SP files when I compiled it and that's what was causing the crashes. I've added them all and the server runs fine but after 5 mins of being connected to the server each client gets Spammed in their console and your FPS drops drastically. It doesn't happen to each client at the same time, just randomly after a few minutes of being connected. The only way to fix the lag is to restart the entire game once it starts. The only sourcemod mods I'm running are this one and deathmatch and it only started after I reinstalled the warcraft mod. |
Beta Was this translation helpful? Give feedback.
-
Go to the link below for a fully (SMX files only) compiled zip and a test server link: https://forums.alliedmods.net/showpost.php?p=2798043&postcount=92 You'll still need config, cfg, translations, etc. |
Beta Was this translation helpful? Give feedback.
-
Here's some information on the issue: |
Beta Was this translation helpful? Give feedback.
-
It's fixed in the new War3Source source code. I'll upload a compiled copy to Allied Modders soon. The ISSSUE? I removed FCVAR_REPLICATED and other ConVars from War3Source. The solution was found here: ValveSoftware/csgo-osx-linux#2826 (comment) |
Beta Was this translation helpful? Give feedback.
-
Hi! |
Beta Was this translation helpful? Give feedback.
-
For the numerous issues that CSGO has given it and my time. I'll just remove it from the TAGs on Allied Modders. The CSGO version will not be ripped out and someone else wants to solve the issue, then all the source code is here. I will no longer be supporting CSGO as it's beyond my knowledge to fix it properly. I also don't play CSGO and have no interest in keeping it up to date. I will be abandoning CSGO version, however I will continue to support CSS, TF2, and FOF. Sorry, it just could never work for CSGO. |
Beta Was this translation helpful? Give feedback.
-
I've spent the better part of 2 days trying to get this to work and I'm pretty sure I have everything in the right places, but whenever someone tries to join the server I get this error:
[SM] Warning: plugin War3Source.smx is using more than 100000 handles!
./srcds_run: line 318: 124565 Segmentation fault (core dumped) $HL_CMD
I'm not really sure where to go from here. Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions