AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   CS:S DM (https://forums.alliedmods.net/forumdisplay.php?f=77)
-   -   [CS:S] Server crashes on spawn (https://forums.alliedmods.net/showthread.php?t=292108)

Renney 12-29-2016 16:23

[CS:S] Server crashes on spawn
 
FIXED

darkyy1994 01-06-2017 22:32

Re: [CS:S] Server crashes on spawn
 
how did you fixed it???

i have the same problem >.<

and i use the latest version of css:dm






the mod works everything load fine but if anyone die the server crashes :/



EDIT: i have the latest version and the custom gamedata i tryed everything to make it work :/ i reinstalled the mod with diffrent versions and i still dont work i tryed it over 10 times with a new installation.


when no players on the server and i join a team i can choose weapons that works all fine but if there is more then only 1 player the server crashes


1 player + bots = crash
2 player = crash too

only 1 player = working perfectly guns works but respawn still dont work. crashes if i type kill in my console







some information :

.) my css server runs on linux
.) im using the latest metamod version and sm version ( 1.8 )
. i use the latest version of css:dm - cssdm-2.1.6-git234-linux.tar.gz
all is loaded fine from the css:dm plugin (exts and smx)


] sm exts list
"Automatic Updater" (1.8.0.5967) by AlliedModders LLC: Updates SourceMod gamedata files
"BinTools" (1.8.0.5967) by AlliedModders LLC: Low-level C/C++ Calling API
"Webternet" (1.8.0.5967) by AlliedModders LLC: Extension for interacting with URLs
"SDK Tools" (1.8.0.5967) by AlliedModders LLC: Source SDK Tools
"CS Tools" (1.8.0.5967) by AlliedModders LLC: CS extended functionality
"Top Menus" (1.8.0.5967) by AlliedModders: Creates sorted nested menus
"GeoIP" (1.8.0.5967) by AlliedModders LLC: Geographical IP information
"CS:S DM" (2.1.6-dev) by AlliedModders: Deathmatch for CS:S
"Client Preferences" (1.8.0.5967) by AlliedModders: Saves client preference settings
"SDK Hooks" (1.8.0.5967) by AlliedModders LLC: Source SDK Hooks

] 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
[04] CS:S DM (2.1.6-dev) by AlliedModders
[05] SDK Hooks (1.8.0.5967) by AlliedModders LLC



and the sourcemod plugins loadet without problems too

"CS:S DM Preset Spawns" (2.1.6-dev) by AlliedModders LLC
"CS:S DM Equipment" (2.1.6-dev) by AlliedModders LLC
"CS:S DM Spawn Protection" (2.1.6-dev) by AlliedModders LLC
"CS:S DM Bot Quotas" (2.1.6-dev) by AlliedModders LLC
"CS:S DM Basics" (2.1.6-dev) by AlliedModders LLC





when i start the server with cssdm_enabled 0
and then activate it it tells me that error (but still works lol)


] rcon cssdm_enabled 1
L 01/07/2017 - 22:07:11: server_cvar: "cssdm_enabled" "1"
ConVarRef cssdm_enabled doesn't point to an existing ConVar
SetConVar: No such cvar ( cssdm_enabled set to 1), skipping



then i join a team and choose my weapons (works fine too)

but if i type "kill" in die console and respawn then my server crashes without any error in logs :/

darkyy1994 01-08-2017 05:32

Re: [CS:S] Server crashes on spawn
 
no one can help? :/

rogueactivex 01-12-2017 17:37

Re: [CS:S] Server crashes on spawn
 
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?

Dr!fter 01-13-2017 09:21

Re: [CS:S] Server crashes on spawn
 
Quote:

Originally Posted by rogueactivex (Post 2485965)
/snip

Latest version is here and is http://www.bailopan.net/cssdm/snapshots/2.1/?C=M;O=D git234

Dr!fter 01-13-2017 09:25

Re: [CS:S] Server crashes on spawn
 
Quote:

Originally Posted by darkyy1994 (Post 2484243)
/snip

are you using FFA?

darkyy1994 01-13-2017 11:44

Re: [CS:S] Server crashes on spawn
 
Quote:

Originally Posted by Dr!fter (Post 2486125)
are you using FFA?



no but it works now lol i dont changed anything lol :D

but im happy now xD still thanks for try to help :P

Renney 04-11-2017 17:17

Re: [CS:S] Server crashes on spawn
 
Quote:

Originally Posted by rogueactivex (Post 2485965)
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?

You should use git version for windows.

YoUrEnD 11-08-2018 22:15

Re: [CS:S] Server crashes on spawn
 
I got the same problem! die=server crash

and i finaly found the issue!

check in the cssdm.cfg this setting
Code:

// Number of seconds to wait before respawning a player.
// --
// Default: "0.75"
cssdm_respawn_wait "0.00"

it is important that there are 2 digits after the point!

example:
cssdm_respawn_wait "0.0" Crash the server

cssdm_respawn_wait "0.00" Dont crash the server!


i know this thread is old but maybe someone got the same problem and i like to help. :D


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

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