SRCDS Steam group


Assertion Failed: Failed to create thread (error 0x1)
#1
Hey guys, I posted this on the steam forums and so far they've been pretty much useless so I thought I'd ask here.

I have a linux server that I'm trying to host L4D2 on. When I first start srcds it works fine, but after awhile it repeats with this message over and over again:

Code:
Assertion Failed: Failed to create thread (error 0x1)

This causes a huge amount of lag and basically makes the server unplayable. It happens on custom maps as well as regular ones, and I'm running Sourcemod and Metamod. Any ideas? (screenshot of the problem below)

[Image: Screen%20Shot%202012-08-05%20at%207.27.53%20PM.png]
Reply
#2
Make sure you have +map parameter in the server startline and remove it from server.cfg.
Reply
#3
(08-14-2012, 10:30 PM)c0m4r Wrote:  Make sure you have +map parameter in the server startline and remove it from server.cfg.

Thanks for the reply,

Unfortunately I've already been doing that. Just in case this helps, here's the shell script I'm using to start the server:
Code:
cd ~/HLDS/left4dead2/
./srcds_run -game left4dead2 -steam +ip 192.168.1.100 +map l4d2_helms_deep_serious_v16
And here's the server.cfg (I marked out some parts with x's):
Code:
hostname "xxxxxxx"
rcon_password "xxxxxxx"
sv_search_key xxxxxxx
sv_allow_lobby_connect_only 0
mp_disable_autokick 0
sv_alltalk 0
sv_consistency 0
sv_contact "xxxxxxx"
sv_voiceenable 1
sv_region 255
sv_lan 0
sv_cheats 1
sv_maxplayers 8
sv_removehumanlimit 1

sv_gametypes "survival"


Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)