AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   I need Some Help (https://forums.alliedmods.net/showthread.php?t=183632)

kimuna 04-24-2012 06:06

I need Some Help
 
I have server cs 1.6 and i have problem can forum help me :(

Erro on sv

ipcserver.cpp (956) : Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset )
Assert( Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset ) ):/home/VALVE/alfred/valve/steam3_rel_client/src/clientdll/../common/ipcserver.cpp:956

CAsyncIOManager: 0 threads terminating. 0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 0 single object sleeps, 0 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 0 multi object alertable sleeps
04/24/2012 - 09:16:34: Server shutdown
04/24/2012 - 09:16:34: Log file closed
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20120424091634_1.dmp
success = yes
response: CrashID=bp-b919921f-4350-4314-8f1d-13b202120424

Segmentation fault

x00 04-24-2012 06:16

Re: I need Some Help
 
Do you have the map command in your server.cfg?
Try to remove the "map" command and add it to your hlds launch options.
Code:

./hlds_run -game cstrike +maxplayers 20 +port 27015 -pingboost 2 +map de_dust
-x00

kimuna 04-24-2012 06:37

Re: I need Some Help
 
sv_maxupdaterate 100
sv_minupdaterate 20
sv_unlag 1
sv_maxunlag .5
sv_voiceenable 1
mp_autokick 0
mp_autocrosshair 0
mp_autoteambalance 1
mp_buytime 0.20
mp_c4timer 35
mp_fadetoblack 0
mp_flashlight 1
mp_forcecamera 2
mp_footsteps 1
mp_freezetime 2
mp_friendlyfire 0
mp_hostagepenalty 0
mp_limitteams 2
mp_logecho 1
mp_logfile 1
mp_maxrounds 0
mp_playerid 0
mp_roundtime 2
mp_timelimit 0
mp_tkpunish 0
sv_airaccelerate 10
sv_allowdownload 1
sv_allowupload 1
sv_alltalk 0
sv_cheats 0
sv_contact "qw"
sv_friction 4
sv_gravity 800
sv_maxrate 25000
sv_maxspeed 320
sv_minrate 100000
sv_maxcmdrate 101
sv_mincmdrate 90
sys_ticrate 300
sv_maxunlag 0.5
fps_max 1000
sv_stepsize 18
sv_stopspeed 75
sv_timeout 50
cl_timeout 50
max_queries_sec_global 150
max_queries_sec 3
sv_stats 0
sv_voicecodec voice_speex
sv_voicequality 2
sv_pure 1
sv_region 1
sv_downloadurl "qw"
sv_rcon_maxfailures 1
sv_rcon_minfailures 1
sv_rcon_minfailuretime 30
sv_rcon_log 1
sv_rcon_banpenalty 1440
decalfrequency 60
host_framerate 0
vc_ads 1
vc_adfreq 120
vc_adcolor 4
vc_bannedchars ""
vc_fwslash 0
vc_tool 3
vc_teamenabled 0
vc_default_serverip ""
vc_default_serverport ""
vc_default_serverpw ""
vc_default_channel ""
vc_default_channelpw ""
exec listip.cfg
exec banned.cfg

mi server.cfg

kimuna 04-24-2012 07:12

Re: I need Some Help
 
In debug.log

CRASH: Tue Apr 24 09:16:35 BST 2012
Start Line: ./hlds_i686 -console +ip 77.91.**.**-port 27015 -game cstrike +map de_dust2 +maxplayers 32 +exec server.cfg +fps_max 0 +alias fps_max wait +sys_ticrate 512 +alias sys_ticrate wait +sv_visiblemaxplayers 32 +alias sv_visiblemaxplayers wait

x00 04-24-2012 08:48

Re: I need Some Help
 
Quote:

Segmentation fault
Try to create a user for hlds and chmod the server folder.
Code:

adduser hlds
chown -R hlds /path/to/server
su hlds
cd /path/to/server
chmod -R 755 *

...and start the server with:
Code:

./hlds_run -game cstrike +maxplayers 32 +port 27015 +map de_dust2
Solved the problem for me.
-x00

kimuna 04-24-2012 10:25

Re: I need Some Help
 
How can I create this'm new at this.
You can help me ?

x00 04-24-2012 10:42

Re: I need Some Help
 
Quote:

Originally Posted by kimuna (Post 1695618)
How can I create this'm new at this.
You can help me ?

Sure, use a program like Putty to connect to your VPS / Dedicated Server, log in as root and execute the commands.


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

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