PDA

View Full Version : CS:SDM Plugin Crashes The CS:S Server On Death Or Bot Join


The Davster
07-22-2016, 14:17
So I was planning to create a simple Counter-Strike: Source surf server with the CSSDM plugin, but I only ran into a problem. Every time I would do suicide the server would just crash. Every time I would attempt to add a bot, the same happened. I looked through Google and a bunch of different forums, but I wasn't really able to find anything which would describe the problem or anything that could fix it.

I have tried reinstalling and installing different versions of SM, MM, and CSSDM. But nothing worked YouTube wasn't so useful either.

My server alone with SM, MM run just fine. I'm running a srcds server of Counter-Strike: Source.

chikarkas36
08-30-2016, 01:57
Same issue any fix for this?

Dr!fter
08-31-2016, 12:47
version, sm version, sm exts list. Are you using ffa etc...

ldooks
10-30-2016, 17:50
Getting the same issue

sm version
SourceMod Version Information:
SourceMod Version: 1.8.0.5948
SourcePawn Engine: SourcePawn 1.8, jit-x86 (build 1.8.0.5948)
SourcePawn API: v1 = 4, v2 = 11
Compiled on: Oct 24 2016 07:56:14
Built from: https://github.com/alliedmodders/sourcemod/commit/2355cfb
Build ID: 5948:2355cfb
http://www.sourcemod.net/

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

sm plugins list
[SM] Listing 26 plugins:
01 "CS:S DM Basics" (2.1.4) by AlliedModders LLC
02 "CS:S DM Preset Spawns" (2.1.4) by AlliedModders LLC
03 "CS:S DM Equipment" (2.1.4) by AlliedModders LLC
04 "CS:S DM Spawn Protection" (2.1.4) by AlliedModders LLC
05 "CS:S DM Bot Quotas" (2.1.4) by AlliedModders LLC
06 "Basic Chat" (1.8.0.5948) by AlliedModders LLC
07 "Admin Menu" (1.8.0.5948) by AlliedModders LLC
08 "Basic Ban Commands" (1.8.0.5948) by AlliedModders LLC
09 "Basic Comm Control" (1.8.0.5948) by AlliedModders LLC
10 "Rock The Vote" (1.8.0.5948) by AlliedModders LLC
11 "RandomCycle" (1.8.0.5948) by AlliedModders LLC
12 "Killer Info Display" (1.4.1) by Berni, gH0sTy, Smurfy1982, Snake60
13 "Anti-Flood" (1.8.0.5948) by AlliedModders LLC
14 "Admin File Reader" (1.8.0.5948) by AlliedModders LLC
15 "Client Preferences" (1.8.0.5948) by AlliedModders LLC
16 "Admin Help" (1.8.0.5948) by AlliedModders LLC
17 "Nextmap" (1.8.0.5948) by AlliedModders LLC
18 "Basic Info Triggers" (1.8.0.5948) by AlliedModders LLC
19 "MapChooser" (1.8.0.5948) by AlliedModders LLC
20 "Basic Votes" (1.8.0.5948) by AlliedModders LLC
21 "Sound Commands" (1.8.0.5948) by AlliedModders LLC
22 "Fun Votes" (1.8.0.5948) by AlliedModders LLC
23 "Player Commands" (1.8.0.5948) by AlliedModders LLC
24 "Basic Commands" (1.8.0.5948) by AlliedModders LLC
25 "Fun Commands" (1.8.0.5948) by AlliedModders LLC
26 "Reserved Slots" (1.8.0.5948) by AlliedModders LL

rogueactivex
01-13-2017, 08:15
I have the same problem. Here are the steps I've followed:

Followed instructions to download metamod, sourcemod, CSS server and CS Deathmatch mod:

mmsource-1.10.6-windows.zip
sourcemod-1.8.0-git5967-windows.zip
cssdm-2.1.6-hg197-windows.zip (using the latest version I could find)

Followed steps 1-5 to download the CS server:
https://steamcommunity.com/sharedfil.../?id=397365275

Followed instructions to unzip metamod to CSS/cstrike addon files.

Started server using shortcut, run as administrator, using these parameters in the shortcut:

"C:\steamcmd\CSS\srcds.exe" -console -game cstrike +maxplayers 32 +map de_dust2

I then open up my CS game from Steam, join the server, can type meta version in the console. I see that metamod is installed and running, so I exit and follow the instructions to unzip the sourcemod.

After copying the files into the cstrike folder, I restarted the server, join it from CS, and run these commands:

] meta version
Compiled on: Sep 10 2015
Metamod:Source version 1.10.6
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/
] meta list
[01] SourceMod (1.8.0.5967) by AlliedModders LLC
[02] CS Tools (1.8.0.5967) by AlliedModders LLC
[03] SDK Tools (1.8.0.5967) by AlliedModders LLC


] sm
SourceMod 1.8.0.5967, by AlliedModders LLC
To see running plugins, type "sm plugins"
To see credits, type "sm credits"
Visit http://www.sourcemod.net/

Add in my Steam ID, which I collected by putting my profile URL in this link:
http://steamidfinder.com/

File I'm adding to: /addons/sourcemod/configs/admins_simple.ini

"STEAM_0:0:[truncated]" "99:z"

Then I restarted the CS server.

During play I could run sm_admin and also bind it to a key.

After that I copied the CS DM mod files to the /cstrike folder.

Restarted the server and rejoined it.

Upon trying to join a team it crashes upon spawn.

I reloaded the server and client again, but this time would play.

But when I attempted to add a bot using bot_add 1, and the slayed myself (to restart the round and allow the bot to spawn), it crashed.

I am running the shortcut as administrator within Windows 10 and I also removed the read-only permission from all files and folders.

Any thoughts?