Raised This Month: $7 Target: $400
 1% 

Socket Error 2


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
striker07
Veteran Member
Join Date: Mar 2012
Location: Solar System/Earth/Belgi
Old 05-19-2012 , 11:20   Socket Error 2
Reply With Quote #1

1.) what does this error mean or how can i fix it?
Code:
L 05/08/2012 - 17:05:56: [xredirect.amxx] ERROR: Socket error 2 on socket for server 2
L 05/08/2012 - 17:05:56: [xredirect.amxx] ERROR: Socket error 2 on socket for server 3
I have this all over my server console on all my servers, its crashing my servers sometimes on a map change (this happens alot)

2.) also my xredirect doesnt see my server as online.
all servers are online but the plugin (infomenu and /server menu) say that the servers are down.
How can i fix this?
I already changed this define from 1.0 to 5.0 and then one server was online, but the others where supposedly still down.
PHP Code:
#define QUERY_TIMEOUT 5.0 // the maximum time to wait for a server answer (in seconds) before it is considered being down 
I have the lastest version of xredirect

Last edited by striker07; 05-19-2012 at 11:22.
striker07 is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 05-19-2012 , 11:23   Re: Socket Error 2
Reply With Quote #2

http://forums.alliedmods.net/showthread.php?t=133929
__________________

Mordekay is offline
striker07
Veteran Member
Join Date: Mar 2012
Location: Solar System/Earth/Belgi
Old 05-19-2012 , 16:33   Re: Socket Error 2
Reply With Quote #3

sry my bad,

serverlist.ini
Code:
 
[ .:}O$G{:. Custom Knifemod [FASTDL] ]
address=77.111.192.119
cmdbackup=5
port=27015
 
[ .:}O$G{:. Hide'N'Seek mod [FASTDL] ]
address=194.105.152.37
cmdbackup=5
port=27015
 
[ .:}O$G{:. Nightcrawler/Ghost mod [FASTDL] ]
address=77.111.193.107:27015 
cmdbackup=5
port=27015
 
[ .:}O$G{:. Paintball Gungame mod [FASTDL] ]
address=77.111.195.228
cmdbackup=5
port=27015


Code:


] amxx list
AMX Mod X 1.8.1.3746
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 "Damaged Soul" Ehlert
Compiled: Aug 16 2008, 19:58:51
URL:http://www.amxmodx.org/
Core




Code:


] meta list
Currently running plugins:
[ 1] AMX Mod X, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 2] Fun, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 3] CStrike, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 4] CSX, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org/
[ 5] Engine, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 6] FakeMeta, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 7] Ham Sandwich, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org





Code:


] status
hostname: .:}O$G{:. Nightcrawler/Ghost mod [FASTDL, Skins, ...]
version : 48/1.0.0.3/Stdio 5369 secure (80)
tcp/ip : 77.111.193.107:27015
map : cs_italy_cz at: 0 x, 0 y, 0 z
players : 1 active (25 max)
# name userid uniqueid frag time ping loss adr
# 1 "SkY HigH" 5 STEAM_0:1:4926290 0 00:40 14


I hope that helps, but I have this problem on every server
striker07 is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 05-19-2012 , 18:37   Re: Socket Error 2
Reply With Quote #4

amxx list as to be done in the server console, so eigther directly into the server or with "rcon".
Eighter way, remove the extra port in the address cvar for server 2 and your error can be fixed, if not report back please.
__________________

Mordekay is offline
striker07
Veteran Member
Join Date: Mar 2012
Location: Solar System/Earth/Belgi
Old 05-20-2012 , 14:46   Re: Socket Error 2
Reply With Quote #5

Quote:
Originally Posted by Mordekay View Post
amxx list as to be done in the server console, so eigther directly into the server or with "rcon".
Eighter way, remove the extra port in the address cvar for server 2 and your error can be fixed, if not report back please.
What extra port do you mean? i only see one port for the 2nd server:

[ .:}O$G{:. Hide'N'Seek mod [FASTDL] ]
address=194.105.152.37
cmdbackup=5
port=27015
striker07 is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 05-21-2012 , 08:57   Re: Socket Error 2
Reply With Quote #6

Sorry, third server
Code:
address=77.111.193.107:27015
__________________

Mordekay is offline
striker07
Veteran Member
Join Date: Mar 2012
Location: Solar System/Earth/Belgi
Old 05-21-2012 , 12:19   Re: Socket Error 2
Reply With Quote #7

errors are gone, why do i have to search so deep for all my problems when most of the time the problem is easily solved :s.

Thx mordekay
striker07 is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 05-21-2012 , 12:56   Re: Socket Error 2
Reply With Quote #8

Because mostly we don't see the forrest anymore becase of all the trees
__________________

Mordekay is offline
striker07
Veteran Member
Join Date: Mar 2012
Location: Solar System/Earth/Belgi
Old 05-24-2012 , 12:01   Re: Socket Error 2
Reply With Quote #9

Quote:
Originally Posted by Mordekay View Post
Because mostly we don't see the forrest anymore becase of all the trees
hehe nice statement
striker07 is offline
Old 08-31-2012, 02:35
annymac
This message has been deleted by YamiKaitou. Reason: spambot
Reply


Thread Tools
Display Modes

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 05:56.


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