Raised This Month: $32 Target: $400
 8% 

hlds error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Neon123
Senior Member
Join Date: Jan 2016
Old 04-30-2020 , 23:33   hlds error
Reply With Quote #1

hi, i get this error in my hlds, how i can fix that ?

c:\buildslave\steam_rel_client_win32\build\sr c\common\tcpconnection.cpp (1036) : Assertion Failed: Tried to initiate an outbound connection to 162.254.195.82:27018, bound to local address 192.168.56.1:26900. An ephemeral local port should be used for outbound TCP conections! How does this work?
Neon123 is offline
alferd
Veteran Member
Join Date: Dec 2019
Location: Iran is Always Eternal
Old 05-01-2020 , 02:08   Re: hlds error
Reply With Quote #2

Show the output of the following:
version
meta version
meta list
amxx version
amxx plugins
status

Last edited by alferd; 05-01-2020 at 02:09.
alferd is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 05-01-2020 , 02:11   Re: hlds error
Reply With Quote #3

Show us also the command line how you start your server
__________________

Mordekay is offline
Neon123
Senior Member
Join Date: Jan 2016
Old 05-01-2020 , 02:34   Re: hlds error
Reply With Quote #4

version
Protocol version 48
Exe version 1.1.2.7 (cstrike)
Exe build: 15:58:13 Apr 3 2019 (8196)

meta version
Metamod v1.21.1-am 2013-09-26 (5:13)
by Will Day <[email protected]>
http://www.metamod.org/
compiled: Sep 26 2013, 225:52 (msc optimized)

meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.2 ini Start ANY
[ 2] LocalizeBug Fix RUN - localizebugfix.d v2.0 ini Start Never
[ 3] SafeNameAndChat RUN - safenameandchat. v1.1 ini ANY ANY
[ 4] Fun RUN - fun_amxx.dll v1.8.2 pl1 ANY ANY
[ 5] CStrike RUN - cstrike_amxx.dll v1.8.2 pl1 ANY ANY
[ 6] CSX RUN - csx_amxx.dll v1.8.2 pl1 ANY ANY
[ 7] Cvar Utilities RUN - cvar_util_amxx.d v1.6 pl1 ANY ANY
[ 8] FakeMeta RUN - fakemeta_amxx.dl v1.8.2 pl1 ANY ANY
[ 9] Engine RUN - engine_amxx.dll v1.8.2 pl1 ANY ANY
[10] Ham Sandwich RUN - hamsandwich_amxx v1.8.2 pl1 ANY ANY
10 plugins, 10 running

amxx version
AMX Mod X 1.8.2 (http://www.amxmodx.org)
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
Borja "faluco" Ferrer, Scott "DS" Ehlert
Compiled: Feb 14 2013, 00:567
Build ID: 1.8.2 61:2ae84f7c0a97
Core mode: JIT+ASM32

amx_plugins
Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.8.2 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.2 AMXX Dev Team admincmd.amxx running
[ 3] Slots Reservation 1.8.2 AMXX Dev Team adminslots.amxx running
[ 4] Menus Front-End 1.8.2 AMXX Dev Team menufront.amxx running
[ 5] Commands Menu 1.8.2 AMXX Dev Team cmdmenu.amxx running
[ 6] Players Menu 1.8.2 AMXX Dev Team plmenu.amxx running
[ 7] Maps Menu 1.8.2 AMXX Dev Team mapsmenu.amxx running
[ 8] Admin Chat 1.8.2 AMXX Dev Team adminchat.amxx running
[ 9] Anti Flood 1.8.2 AMXX Dev Team antiflood.amxx running
[ 10] Scrolling Message 1.8.2 AMXX Dev Team scrollmsg.amxx running
[ 11] Info. Messages 1.8.2 AMXX Dev Team imessage.amxx running
[ 12] Admin Votes 1.8.2 AMXX Dev Team adminvote.amxx running
[ 13] NextMap 1.8.2 AMXX Dev Team nextmap.amxx running
[ 14] Galileo 1.1.290 Brad Jones galileo.amxx running
[ 15] All Chat 1.1 Ian Cammarata allchat.amxx running
[ 16] Say Team Admin Visibil 1.0 Clavificial say_team_2.amxx running
[ 17] Fix bug (say / say_tea 1.0 Ghost95V & popey saycharfix.amxx running
[ 18] Remove color from mess 1.0 Sn!ff3r color_chat_fix. running
[ 19] CU: amx_cvar Fix 1.1 Arkshine cu_amx_cvar_fix running
[ 20] RadioBlock 1.0 SchlumPF* radio_block.amx running
[ 21] UnBanmenu 1 AMX Team unbanmenu.amxx running
[ 22] Anti-Spam 1.0 ReymonARG anti-spam-best. running
[ 23] Max Numbers in Chat 1.0 OciXCrom max_numbers_in_ running
[ 24] Name numbers control 1.0 OciXCrom name_numbers_co running
[ 25] Mute Menu 1.5 Sugisaki mute_menu.amxx running
[ 26] Amx Log Advanced 1.4 aaarnas amx_log_advance running
[ 27] Show IP 1.0 $uicid3 amx_ip.amxx running
[ 28] Mix Maker 10.0 #8 SickneSS Mix_Maker.amxx running
28 plugins, 28 running

status
hostname: Counter-Strike
version : 48/1.1.2.7 8196 secure (10)
tcp/ip : 192.168.0.116:27017
map : de_dust2 at: 0 x, 0 y, 0 z
players : 0 active (14 max)

hlds.exe -console -game cstrike -port 27017 +map de_dust2 +maxplayers 14 +exec server.cfg
Neon123 is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 05-01-2020 , 02:41   Re: hlds error
Reply With Quote #5

Update your server, this is not the latest version.
To your problem: start your server with +ip and +port in your commandline, not -port only
__________________

Mordekay is offline
Neon123
Senior Member
Join Date: Jan 2016
Old 05-01-2020 , 03:00   Re: hlds error
Reply With Quote #6

the ip parameter must be the lan ip ? or public ip
Neon123 is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 05-01-2020 , 04:17   Re: hlds error
Reply With Quote #7

As long as your server is not a local server just in your LAN you should set the global public IP.
__________________

Mordekay is offline
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 05-01-2020 , 10:56   Re: hlds error
Reply With Quote #8

Why do you have these two things running:

[ 2] LocalizeBug Fix RUN - localizebugfix.d v2.0 ini Start Never
[ 3] SafeNameAndChat RUN - safenameandchat. v1.1 ini ANY ANY
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
Neon123
Senior Member
Join Date: Jan 2016
Old 05-01-2020 , 13:21   Re: hlds error
Reply With Quote #9

i think these metamod plugins fixs using chat to crash the server
Neon123 is offline
Neon123
Senior Member
Join Date: Jan 2016
Old 05-02-2020 , 02:11   Re: hlds error
Reply With Quote #10

thanks everyone, the problem is solved, these error messages not appears more for now
Neon123 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 10:56.


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