Raised This Month: $ Target: $400
 0% 

Assertion Failed: Illegal termination of worker thread 'SteamFindServerT hread' ):thr


Post New Thread Reply   
 
Thread Tools Display Modes
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 08-05-2012 , 06:26   Re: Assertion Failed: Illegal termination of worker thread 'SteamFindServerT hread' )
Reply With Quote #41

Quote:
Originally Posted by Pitbull3 View Post
Are you using a custom map? if you are... make sure to use this plugin...

http://forums.alliedmods.net/showthread.php?p=724109

And also set mp_forcecamera to 1

That stopped my crashes with threadtool.cpp...
Will this bug still happen ?? I tough Valve fixed this but seems not.
__________________
Do not Private Message @me
Bacardi is offline
C0nw0nk
Senior Member
Join Date: May 2011
Location: United Kingdom
Old 08-05-2012 , 07:34   Re: Assertion Failed: Illegal termination of worker thread 'SteamFindServerT hread' )
Reply With Quote #42

Any server crash involving threadtools.cpp seems to be caused by bad or old configs cvars that are incompatible with each other.
__________________
C0nw0nk is offline
Send a message via MSN to C0nw0nk
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-05-2012 , 11:16  
Reply With Quote #43

Quote:
Originally Posted by C0nw0nk View Post
Any server crash involving threadtools.cpp seems to be caused by bad or old configs cvars that are incompatible with each other.
The threadtools message is caused by the server crashing, it'll happen on all crashes.
__________________
asherkin is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 08-05-2012 , 12:09   Re: Assertion Failed: Illegal termination of worker thread 'SteamFindServerT hread' )
Reply With Quote #44

Quote:
Originally Posted by C0nw0nk View Post
Any server crash involving threadtools.cpp seems to be caused by bad or old configs cvars that are incompatible with each other.
Can you please give me an example of an incompatible Convar? Although it's rare, I do get the threadtools.cpp.
Sreaper is offline
Shona
Member
Join Date: Oct 2008
Old 08-06-2012 , 04:05   Re: Assertion Failed: Illegal termination of worker thread 'SteamFindServerT hread' )
Reply With Quote #45

Quote:
Originally Posted by Pitbull3 View Post
Are you using a custom map? if you are... make sure to use this plugin...

http://forums.alliedmods.net/showthread.php?p=724109

And also set mp_forcecamera to 1

That stopped my crashes with threadtool.cpp...


Also.. id use the updated unlimited ammo plugin (same coder as the old one...) http://forums.alliedmods.net/showthread.php?t=190562
Yeah i used a custom map because it is a trade server - map is trade_plaza
but i get it to work with the following
Quote:
just set both of these (no replay.. but explicitly set now..)

replay_enable 0
mp_forcecamera 1
no crashes since i made this^^


oh no he make again a new version of the unlimited ammo and again no settings to disable the Class Specific actions (like cloak, etc) -.-"
Shona is offline
Pitbull3
AlliedModders Donor
Join Date: Aug 2009
Location: Degree-Gaming.com
Old 08-07-2012 , 11:36   Re: Assertion Failed: Illegal termination of worker thread 'SteamFindServerT hread' )
Reply With Quote #46

haha well im happy for you Shona... after almost 1 1/2 months of downtime myself, im surely glad I figured out the issue.

Congrats!
Pitbull3 is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 08-07-2012 , 11:56   Re: Assertion Failed: Illegal termination of worker thread 'SteamFindServerT hread' )
Reply With Quote #47

Quote:
Originally Posted by Pitbull3 View Post
haha well im happy for you Shona... after almost 1 1/2 months of downtime myself, im surely glad I figured out the issue.

Congrats!
What did you do to fix your crashes?

Last edited by Sreaper; 08-07-2012 at 12:06.
Sreaper is offline
Shona
Member
Join Date: Oct 2008
Old 08-12-2012 , 10:20   Re: Assertion Failed: Illegal termination of worker thread 'SteamFindServerT hread' )
Reply With Quote #48

Read my post and the quote i make ;) there are two settings you have to make and the crashes stop^^
Shona is offline
Shona
Member
Join Date: Oct 2008
Old 08-19-2012 , 09:05   Re: Assertion Failed: Illegal termination of worker thread 'SteamFindServerT hread' )
Reply With Quote #49

After the last updates again one server which crashes all the time....

I set mp_forcecamera to 1 and replay_enable to 0 also i install this http://forums.alliedmods.net/showthread.php?p=724109 Plugin but no changes -.-"

I installed also the latest Sourcemod Snapshot

Pluginlist: (only the one which are not included in sourcemod)

AdminConnectmsg (0.0.3) by R-Hehl
Advertisements (0.5.5) by Tsunami
Connect Announce (1.4) by Arg!
TF2 Godmode (1.0) by ratty-modified by Seb
RCON Lock (0.6.7) by devicenull
Evil Admin - Glow (1.0.107) by <eVa>Dog
SourceBans (1.4.9) by SourceBans Development Team
Teamswitch Menu (0.2.4) by R-Hehl
TeamIdRetriver (0.0.1) by R-Hehl
TF2 Advanced Infinite Ammo (1.1.2) by Tylerst
Very Basic High Ping Kicker (1.4) by msleeper
Add Observer Point (1.0.100) by strontiumdog
Horseless Headless Horsemann (1.1) by Geit
Monoculus Spawner (1.1.1) by DarthNinja

server.cfg
Code:
// Server Name
echo "Setting Server name..."
hostname "blackhorse-gaming.eu|ACHIEVEMENT|SOURCEBANS|FAST-DL|"

//Server Password
echo "Setting Server password..."
sv_password ""

// Rcon Cvars
echo "Setting Rcon CVars..."
rcon_password "xxxxxxxxxxxxxxxxxxxxxxxxxx"	// Rcon Password
sv_rcon_maxfailures "3"		// Max number of times a user can fail rcon authentication before being banned
sv_rcon_minfailures "5"		//Number of times a user can fail rcon authentication in sv_rcon_minfailuretime before being banned
sv_rcon_banpenalty "120"		// Number of minutes to ban users who fail rcon authentication
sv_rcon_log "1"
sv_rcon_minfailuretime "10"	//Number of seconds to track failed rcon authentications


// Server Cvars
echo "Setting Server Cvars..."
decalfrequency "60"		// time (seconds) between decal sprays
replay_enable "0"
sv_cheats "0"
sv_maxspeed "320"
sv_alltalk "0"
sv_gravity "800"

sv_accelerate "10"
sv_airaccelerate "10"
sv_wateraccelerate "10"
sv_noclipaccelerate "5"
sv_noclipspeed "5"
sv_specaccelerate "5"
sv_specspeed "3"
sv_specnoclip "1"

mp_flashlight "1"
mp_footsteps "1"
mp_falldamage "0"
mp_timelimit "0"
mp_allowspectators "0"
mp_stalemate_timelimit "0"
mp_bonusroundtime "0"
mp_friendlyfire "0"

mp_disable_autokick "0"
mp_idlemaxtime "10" 				// Maximum time a player is allowed to be idle (in minutes)
mp_idledealmethod "1"				// Deals with idle players 1=send to spectator 2=kick

mp_autoteambalance "0"
mp_forcerespawn "1"
mp_forcecamera "1"
mp_teams_unbalance_limit "0"
mp_respawnwavetime "0"
mp_disable_respawn_times "1"
mp_fadetoblack "0"

tf_flag_caps_per_round "0"
tf_allow_player_use "1"
tf_birthday "0"

sv_voiceenable "0"
net_maxfilesize "100"

// Lan or internet play, Server region cvars
echo "Setting Server/Region Settings..."

sv_region "3"
sv_lan "0"
sv_pausable "0"
sv_timeout "10"

// Fast Download enabled
echo "Enable fast download..."
sv_downloadurl "http://nothingyouhavetoknow.com"
sv_allowdownload "1"

// Vote disable
echo "Setting up vote..."
sv_vote_failure_timer "120"
sv_vote_issue_changelevel_allowed "0"
sv_vote_issue_kick_allowed "1"
sv_vote_issue_nextlevel_allowed "0"
sv_vote_issue_nextlevel_allowextend "0"
sv_vote_issue_restart_game_allowed "0"
sv_vote_issue_scramble_teams_allowed "0"
sv_vote_issue_nextlevel_choicesmode "0"
sv_vote_kick_ban_duration "30"

// Plugin Cvars
echo "Setting up Sourcemod cvars..."
sm_advertisements_enabled "1"					// Enable/disable displaying advertisements.
sm_advertisements_file "advertisements.txt"	// Textfilename
sm_advertisements_interval "30"				// sm_advertisements_interval (def 30) - Amount of seconds between advertisements

//Server Rates
echo "Setting up Rates..."
sv_maxrate "20000"
sv_minrate "20000"

//Server Logging
echo "Setting up logging..."
log on						// enable or disable server logging. on is on off is off
sv_logbans "1"					// Log server bans in the server logs
sv_logecho "1"					// Echo log information to the console. 0 is off 1 is on
sv_logfile "1"					// Log server information in the log file. 0 is off 1 is on
sv_log_onefile "0"					// log everything in one file
sv_logsdir "logs"					//Folder in the game directory where server logs will be stored.

// Exec configs
echo "Loading custom configs..."
exec banned_user.cfg
exec banned_ip.cfg

// Excecute Bots CFG
echo "Loading Bots and restart server..."
exec bots.cfg
bots.cfg
Code:
sv_cheats "1"
bot -team blue -class sniper -name Sarah
bot -team blue -class sniper -name Kelly
bot -team blue -class engineer -name Trixie
bot -team blue -class engineer -name Mandy
bot -team blue -class demoman -name Gertrud
bot -team blue -class demoman -name Lea
bot -team blue -class scout -name Jacky
bot -team blue -class scout -name Birte
bot -team blue -class medic -name Laura
bot -team blue -class medic -name Tina
bot -team blue -class heavy -name Tanja
bot -team blue -class heavy -name Mieke
bot -team blue -class spy -name Nathalie
bot -team blue -class spy -name Nicole
bot -team blue -class soldier -name Alexandra
bot -team blue -class soldier -name Maxi
bot -team blue -class pyro -name Rafi
bot -team blue -class pyro -name Judith
sv_cheats "0"
Shona is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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