• Cant lunch server
    0 replies, posted
Hi, when i lunch my server i got this error tcmalloc: large alloc 1610620928 bytes == (nil) @  terminate called after throwing an instance of 'std::bad_alloc'   what():  std::bad_alloc Could not find steamerrorreporter binary. Any minidumps will be uploaded in-processAborted (core dumped) My vps is on debian 8 i using "https://gameservermanagers.com" for my server my server cfg : ip="0.0.0.0" port="27115" clientport="27005" sourcetvport="27020" defaultmap="rp_chaos_city_v33x_03" maxplayers="32" tickrate="66" gamemode="darkrp" ## Workshop Parameters | http://wiki.garrysmod.com/page/Workshop_for_Dedicated_Servers workshopauth="" workshopcollectionid="XXX" ## Custom Start Parameters # Default +r_hunkalloclightmaps 0, fixes a start issue on maps with many lights customparms="+r_hunkalloclightmaps 0" ## Optional: Game Server Login Token # GSLT can be used for running a public server. # More info: https://gameservermanagers.com/gslt gslt="XXX" ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ parms="-game garrysmod -strictportbind -ip ${ip} -port ${port} -tickrate ${tickrate} +host_workshop_collection ${workshopcollectionid} -authkey ${workshopauth} +clientport ${clientport} +tv_port ${sourcetvport} +gamemode ${gamemode} +map ${defaultmap} +sv_setsteamaccount ${gslt} +servercfgfile ${servercfg} -maxplayers ${maxplayers} ${customparms} -debug" // Hostname for server. hostname "XXX" // RCON - remote console password. rcon_password "XXX" // Server password - for private servers. sv_password "XXX" // Server Logging log on sv_logbans 1 sv_logecho 1 sv_logfile 1 sv_log_onefile 0 lua_log_sv 0 sv_rcon_banpenalty 0 sv_rcon_maxfailures 20 sv_rcon_minfailures 20 sv_rcon_minfailuretime 20 // Network Settings sv_downloadurl "" sv_loadingurl "" net_maxfilesize 64 sv_maxrate 0 sv_minrate 800000 sv_maxupdaterate 66 sv_minupdaterate 33 sv_maxcmdrate 66 sv_mincmdrate 33 // Server Settings sv_parallel_sendsnapshot 0 sv_parallel_packentities 0 sv_airaccelerate 100 sv_gravity 600 sv_allow_wait_command 0 sv_allow_voice_from_file 0 sv_turbophysics 0 sv_max_usercmd_future_ticks 12 gmod_physiterations 4 sv_client_min_interp_ratio 1 sv_client_max_interp_ratio 2 think_limit 20 sv_region 3 sv_noclipspeed 5 sv_noclipaccelerate 5 sv_lan 0 sv_alltalk 1 sv_contact XXX sv_cheats 0 sv_allowcslua 0 sv_pausable 0 sv_filterban 1 sv_forcepreload 1 sv_footsteps 1 sv_voiceenable 1 sv_voicecodec vaudio_speex sv_timeout 120 sv_deltaprint 0 sv_allowupload 0 sv_allowdownload 0 sv_downloadurl "XXX" sv_allowdownload 0 // Sandbox Settings sbox_noclip 0 sbox_godmode 0 sbox_weapons 0 sbox_playershurtplayers 0 sbox_maxprops 100 sbox_maxragdolls 50 sbox_maxnpcs 10 sbox_maxballoons 10 sbox_maxeffects 0 sbox_maxdynamite 0 sbox_maxlamps 5 sbox_maxthrusters 20 sbox_maxwheels 20 sbox_maxhoverballs 20 sbox_maxvehicles 1 sbox_maxbuttons 20 sbox_maxemitters 0 // Misc Config exec banned_user.cfg exec banned_ip.cfg heartbeat
Sorry, you need to Log In to post a reply to this thread.