Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Timed out error in 155 server end.

Joined
Aug 26, 2010
Messages
1,090
Reaction score
527
I've been working on a project with the 1.5.5 files, everything seems to be connected correctly.
I can log in without an issue, all gshop/ EL matches, hosts file is set correctly for the gameserver, the IPs in all of the gamesys.conf's are set to 127.0.0.1 except for glinkd, and authd is connecting fine, and quickly.

Here's the error it's given me after I select my character:
dEscjLs - Timed out error in 155 server end. - RaGEZONE Forums


Code:
127.0.0.1 localhost.localdomain localhost 
127.0.0.1 manager 
127.0.0.1 aumanager 
127.0.0.1 auth 
127.0.0.1 audb 
127.0.0.1 link1 link2 game1 game2 game3 game4 delivery database backup 
127.0.0.1  gmserver.localdomain    gmserver 127.0.0.1 bogon

If anyone could help me solve this, I'd be most appreciative!
Thanks so much!
 

Attachments

You must be registered for see attachments list
Last edited:
Banned
Banned
Joined
Aug 10, 2011
Messages
201
Reaction score
54
Can you post gamesys.conf from glinkd and gmserver.conf from gamed?
 
Upvote 0
Joined
Aug 26, 2010
Messages
1,090
Reaction score
527
gamed gmserver.conf
Code:
;Only client-end will use this configure file
;Client is GameServer, the sessions below are linkservers that gameserver should connect

[ProviderServers]
count=10
;name			=	DeliverServer,factionserver,linkserver1,linkserver2

;this must be delivery server
[GProviderClient0]
;id				=	0
type			=	tcp
port			=	29300
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

;this is factionserver
[GProviderClient1]
;id				=	1
type			=	tcp
port			=	29600
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient2]
;id				=	2
type			=	tcp
port			=	29301
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient3]
;id				=	3
type			=	tcp
port			=	29302
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient4]
;id				=	4
type			=	tcp
port			=	29303
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient5]
;id				=	5
type			=	tcp
port			=	29304
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient6]
;id				=	5
type			=	tcp
port			=	29305
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient7]
;id				=	5
type			=	tcp
port			=	29306
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient8]
;id				=	5
type			=	tcp
port			=	29307
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient9]
;id				=	5
type			=	tcp
port			=	29308
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GamedbClient]
type			=	tcp
port			=	29400
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
accumulate		=	104857600

[LogclientClient]
type			=	udp
port			=	11100
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	65536
obuffermax		=	1048576
accumulate		=	1048576

[LogclientTcpClient]
type			=	tcp
port			=	11101
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	65536
obuffermax		=	10485760
accumulate		=	10485760

[ThreadPool]
threads			=	(1,5)(100,1)(101,1)(0,1)
max_queuesize	=	1048576
prior_strict	=	1
;8ºËµÄ·þÎñÆ÷´ò¿ª´ËÅäÖ㬷ñÔòΪfalse
two_usercmd_threads=false

Glinkd Gamesys.conf
Code:
[GLinkServer1]
type			=	tcp
port			=	29000
address			=	0.0.0.0
so_sndbuf		=	12288
so_rcvbuf		=	12288
ibuffermax		=	16384
obuffermax		=	65536
tcp_nodelay		=	0
listen_backlog	=	10
accumulate		=	131072
max_users		=	3000
halflogin_users =	6000
sender_interval	=	200000
accumu_packets	=	32768
mtrace			=	/tmp/m_trace.link
compress		=	0
close_discard	=	1
urgency_support	=	1
version=10505

[GLinkServer2]
type			=	tcp
port			=	29001
address			=	0.0.0.0
so_sndbuf		=	12288
so_rcvbuf		=	12288
ibuffermax		=	16384
obuffermax		=	65536
tcp_nodelay		=	0
listen_backlog	=	10
accumulate		=	131072
max_users		=	3000
halflogin_users	=	6000
sender_interval	=	200000
accumu_packets	=	32768
mtrace			=	/tmp/m_trace.link
compress		=	0
close_discard	=	1
urgency_support	=	1
version=10505

[GLinkServer3]
type			=	tcp
port			=	29002
address			=	0.0.0.0
so_sndbuf		=	12288
so_rcvbuf		=	12288
ibuffermax		=	16384
obuffermax		=	65536
tcp_nodelay		=	0
listen_backlog	=	10
accumulate		=	131072
max_users		=	3000
halflogin_users =	6000
sender_interval	=	200000
accumu_packets	=	32768
mtrace			=	/tmp/m_trace.link
compress		=	0
close_discard	=	1
urgency_support	=	1
version=10505

[GLinkServer4]
type			=	tcp
port			=	29003
address			=	0.0.0.0
so_sndbuf		=	12288
so_rcvbuf		=	12288
ibuffermax		=	16384
obuffermax		=	65536
tcp_nodelay		=	0
listen_backlog	=	10
accumulate		=	131072
max_users		=	3000
halflogin_users =	6000
sender_interval	=	200000
accumu_packets	=	32768
mtrace			=	/tmp/m_trace.link
compress		=	0
close_discard	=	1
urgency_support	=	1
version=10505

[GLinkServer5]
type                    =       tcp
port                    =       29004
address                 =       0.0.0.0
so_sndbuf               =       12288
so_rcvbuf               =       12288
ibuffermax              =       16384
obuffermax              =       65536
tcp_nodelay             =       0
listen_backlog  =       10
accumulate              =       131072
max_users               =       3000
halflogin_users =       6000
sender_interval =       200000
accumu_packets  =       32768
mtrace                  =       /tmp/m_trace.link
compress                =       0
close_discard   =       1
urgency_support =       1
version=10505

[GLinkServer6]
type                    =       tcp
port                    =       29005
address                 =       0.0.0.0
so_sndbuf               =       12288
so_rcvbuf               =       12288
ibuffermax              =       16384
obuffermax              =       65536
tcp_nodelay             =       0
listen_backlog  =       10
accumulate              =       131072
max_users               =       3000
halflogin_users =       6000
sender_interval =       200000
accumu_packets  =       32768
mtrace                  =       /tmp/m_trace.link
compress                =       0
close_discard   =       1
urgency_support =       1
version=10505

[GLinkServer7]
type                    =       tcp
port                    =       29006
address                 =       0.0.0.0
so_sndbuf               =       12288
so_rcvbuf               =       12288
ibuffermax              =       16384
obuffermax              =       65536
tcp_nodelay             =       0
listen_backlog  =       10
accumulate              =       131072
max_users               =       3000
halflogin_users =       6000
sender_interval =       200000  
accumu_packets  =       32768   
mtrace                  =       /tmp/m_trace.link
compress                =       0
close_discard   =       1       
urgency_support =       1       
version=10505
link_type       =     2

[GDeliveryClient]
type			=	tcp
port			=	29100
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	0
accumulate		=	268435456

[GProviderServer1]
type			=	tcp
port			=	29301
address			=	0.0.0.0
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	0
accumulate		=	268435456

[GProviderServer2]
type			=	tcp
port			=	29302
address			=	0.0.0.0
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	0
accumulate		=	268435456

[GProviderServer3]
type			=	tcp
port			=	29303
address			=	0.0.0.0
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	0
accumulate		=	268435456

[GProviderServer4]
type			=	tcp
port			=	29304
address			=	0.0.0.0
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	0
accumulate		=	268435456

[GProviderServer5]
type                    =       tcp
port                    =       29305
address                 =       0.0.0.0
so_sndbuf               =       65536
so_rcvbuf               =       65536
ibuffermax              =       1048576
obuffermax              =       1048576
tcp_nodelay             =       0
accumulate              =       268435456

[GProviderServer6]
type                    =       tcp
port                    =       29306
address                 =       0.0.0.0
so_sndbuf               =       65536
so_rcvbuf               =       65536
ibuffermax              =       1048576
obuffermax              =       1048576
tcp_nodelay             =       0
accumulate              =       268435456

[GProviderServer7]
type                    =       tcp
port                    =       29307
address                 =       0.0.0.0
so_sndbuf               =       65536
so_rcvbuf               =       65536
ibuffermax              =       1048576
obuffermax              =       1048576
tcp_nodelay             =       0
accumulate              =       268435456

[GFactionClient]
type			=	tcp
port			=	29500
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1638400
obuffermax		=	1638400
tcp_nodelay		=	0
accumulate		=	268435456

[LogclientClient]
type			=	udp
port			=	11100
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	65536
obuffermax		=	1048576
accumulate		=	1048576

[LogclientTcpClient]
type			=	tcp
port			=	11101
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	65536
obuffermax		=	1048576
accumulate		=	1048576

[ThreadPool]
threads			=	(1,3)(100,1)(101,1)(0,1)
max_queuesize	=	1048576
prior_strict	=	1
 
Upvote 0
Banned
Banned
Joined
Aug 10, 2011
Messages
201
Reaction score
54
gamed gmserver.conf
Code:
;Only client-end will use this configure file
;Client is GameServer, the sessions below are linkservers that gameserver should connect

[ProviderServers]
count=10
;name			=	DeliverServer,factionserver,linkserver1,linkserver2

;this must be delivery server
[GProviderClient0]
;id				=	0
type			=	tcp
port			=	29300
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

;this is factionserver
[GProviderClient1]
;id				=	1
type			=	tcp
port			=	29600
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient2]
;id				=	2
type			=	tcp
port			=	29301
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient3]
;id				=	3
type			=	tcp
port			=	29302
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient4]
;id				=	4
type			=	tcp
port			=	29303
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient5]
;id				=	5
type			=	tcp
port			=	29304
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient6]
;id				=	5
type			=	tcp
port			=	29305
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient7]
;id				=	5
type			=	tcp
port			=	29306
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient8]
;id				=	5
type			=	tcp
port			=	29307
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GProviderClient9]
;id				=	5
type			=	tcp
port			=	29308
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
listen_backlog	=	10
accumulate		=	104857600

[GamedbClient]
type			=	tcp
port			=	29400
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	1
accumulate		=	104857600

[LogclientClient]
type			=	udp
port			=	11100
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	65536
obuffermax		=	1048576
accumulate		=	1048576

[LogclientTcpClient]
type			=	tcp
port			=	11101
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	65536
obuffermax		=	10485760
accumulate		=	10485760

[ThreadPool]
threads			=	(1,5)(100,1)(101,1)(0,1)
max_queuesize	=	1048576
prior_strict	=	1
;8ºËµÄ·þÎñÆ÷´ò¿ª´ËÅäÖ㬷ñÔòΪfalse
two_usercmd_threads=false

Glinkd Gamesys.conf
Code:
[GLinkServer1]
type			=	tcp
port			=	29000
address			=	0.0.0.0
so_sndbuf		=	12288
so_rcvbuf		=	12288
ibuffermax		=	16384
obuffermax		=	65536
tcp_nodelay		=	0
listen_backlog	=	10
accumulate		=	131072
max_users		=	3000
halflogin_users =	6000
sender_interval	=	200000
accumu_packets	=	32768
mtrace			=	/tmp/m_trace.link
compress		=	0
close_discard	=	1
urgency_support	=	1
version=10505

[GLinkServer2]
type			=	tcp
port			=	29001
address			=	0.0.0.0
so_sndbuf		=	12288
so_rcvbuf		=	12288
ibuffermax		=	16384
obuffermax		=	65536
tcp_nodelay		=	0
listen_backlog	=	10
accumulate		=	131072
max_users		=	3000
halflogin_users	=	6000
sender_interval	=	200000
accumu_packets	=	32768
mtrace			=	/tmp/m_trace.link
compress		=	0
close_discard	=	1
urgency_support	=	1
version=10505

[GLinkServer3]
type			=	tcp
port			=	29002
address			=	0.0.0.0
so_sndbuf		=	12288
so_rcvbuf		=	12288
ibuffermax		=	16384
obuffermax		=	65536
tcp_nodelay		=	0
listen_backlog	=	10
accumulate		=	131072
max_users		=	3000
halflogin_users =	6000
sender_interval	=	200000
accumu_packets	=	32768
mtrace			=	/tmp/m_trace.link
compress		=	0
close_discard	=	1
urgency_support	=	1
version=10505

[GLinkServer4]
type			=	tcp
port			=	29003
address			=	0.0.0.0
so_sndbuf		=	12288
so_rcvbuf		=	12288
ibuffermax		=	16384
obuffermax		=	65536
tcp_nodelay		=	0
listen_backlog	=	10
accumulate		=	131072
max_users		=	3000
halflogin_users =	6000
sender_interval	=	200000
accumu_packets	=	32768
mtrace			=	/tmp/m_trace.link
compress		=	0
close_discard	=	1
urgency_support	=	1
version=10505

[GLinkServer5]
type                    =       tcp
port                    =       29004
address                 =       0.0.0.0
so_sndbuf               =       12288
so_rcvbuf               =       12288
ibuffermax              =       16384
obuffermax              =       65536
tcp_nodelay             =       0
listen_backlog  =       10
accumulate              =       131072
max_users               =       3000
halflogin_users =       6000
sender_interval =       200000
accumu_packets  =       32768
mtrace                  =       /tmp/m_trace.link
compress                =       0
close_discard   =       1
urgency_support =       1
version=10505

[GLinkServer6]
type                    =       tcp
port                    =       29005
address                 =       0.0.0.0
so_sndbuf               =       12288
so_rcvbuf               =       12288
ibuffermax              =       16384
obuffermax              =       65536
tcp_nodelay             =       0
listen_backlog  =       10
accumulate              =       131072
max_users               =       3000
halflogin_users =       6000
sender_interval =       200000
accumu_packets  =       32768
mtrace                  =       /tmp/m_trace.link
compress                =       0
close_discard   =       1
urgency_support =       1
version=10505

[GLinkServer7]
type                    =       tcp
port                    =       29006
address                 =       0.0.0.0
so_sndbuf               =       12288
so_rcvbuf               =       12288
ibuffermax              =       16384
obuffermax              =       65536
tcp_nodelay             =       0
listen_backlog  =       10
accumulate              =       131072
max_users               =       3000
halflogin_users =       6000
sender_interval =       200000  
accumu_packets  =       32768   
mtrace                  =       /tmp/m_trace.link
compress                =       0
close_discard   =       1       
urgency_support =       1       
version=10505
link_type       =     2

[GDeliveryClient]
type			=	tcp
port			=	29100
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	0
accumulate		=	268435456

[GProviderServer1]
type			=	tcp
port			=	29301
address			=	0.0.0.0
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	0
accumulate		=	268435456

[GProviderServer2]
type			=	tcp
port			=	29302
address			=	0.0.0.0
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	0
accumulate		=	268435456

[GProviderServer3]
type			=	tcp
port			=	29303
address			=	0.0.0.0
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	0
accumulate		=	268435456

[GProviderServer4]
type			=	tcp
port			=	29304
address			=	0.0.0.0
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1048576
obuffermax		=	1048576
tcp_nodelay		=	0
accumulate		=	268435456

[GProviderServer5]
type                    =       tcp
port                    =       29305
address                 =       0.0.0.0
so_sndbuf               =       65536
so_rcvbuf               =       65536
ibuffermax              =       1048576
obuffermax              =       1048576
tcp_nodelay             =       0
accumulate              =       268435456

[GProviderServer6]
type                    =       tcp
port                    =       29306
address                 =       0.0.0.0
so_sndbuf               =       65536
so_rcvbuf               =       65536
ibuffermax              =       1048576
obuffermax              =       1048576
tcp_nodelay             =       0
accumulate              =       268435456

[GProviderServer7]
type                    =       tcp
port                    =       29307
address                 =       0.0.0.0
so_sndbuf               =       65536
so_rcvbuf               =       65536
ibuffermax              =       1048576
obuffermax              =       1048576
tcp_nodelay             =       0
accumulate              =       268435456

[GFactionClient]
type			=	tcp
port			=	29500
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	1638400
obuffermax		=	1638400
tcp_nodelay		=	0
accumulate		=	268435456

[LogclientClient]
type			=	udp
port			=	11100
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	65536
obuffermax		=	1048576
accumulate		=	1048576

[LogclientTcpClient]
type			=	tcp
port			=	11101
address			=	127.0.0.1
so_sndbuf		=	65536
so_rcvbuf		=	65536
ibuffermax		=	65536
obuffermax		=	1048576
accumulate		=	1048576

[ThreadPool]
threads			=	(1,3)(100,1)(101,1)(0,1)
max_queuesize	=	1048576
prior_strict	=	1

in [GProviderServer1-x] for glinkd use 127.0.0.1 and restart
 
Upvote 0
Joined
Jun 10, 2012
Messages
557
Reaction score
131
For me this is more like that the world map is not running, I've experienced this issue and world map couldn't boot up and when I try to login at this message i've been disconnected all the time. Anyway I'm not so into PWI so it might be other problem.

EDIT:
Another thing that I've experienced with such error was broken clsconfig no idea why, but when my clsconfig was broken I had same error.
 
Upvote 0
Joined
Aug 26, 2010
Messages
1,090
Reaction score
527
For me this is more like that the world map is not running, I've experienced this issue and world map couldn't boot up and when I try to login at this message i've been disconnected all the time. Anyway I'm not so into PWI so it might be other problem.

EDIT:
Another thing that I've experienced with such error was broken clsconfig no idea why, but when my clsconfig was broken I had same error.

I tinkered with the CLS, it seems I can't edit any of the characters in the pwadmin templates, though I can any other character made, I'm downloading another client right now to see how things work on it. I might log into the cls accounts later too see if they're all there.

The maps also seem to be running as well after running:
ps ax | grep gs
Code:
 8446 pts/0    Sl     0:00 ./logservice logservice.conf
 8808 pts/0    Sl     0:31 ./gs gs01 gs.conf gmserver.conf gsalias.conf
 8809 pts/0    Sl     0:22 ./gs is61 gs.conf gmserver.conf gsalias.conf
 8966 pts/0    S+     0:00 grep gs
 
Upvote 0
Banned
Banned
Joined
Aug 10, 2011
Messages
201
Reaction score
54
This is definitely not a client issue, if you have an external IP please check if your glinkd outputs a CRC
you can check here
else something is wrong in configuration the glinkd can't seem to communicate with the server
 
Upvote 0
Joined
Aug 26, 2010
Messages
1,090
Reaction score
527
Let me explain further, there is a post which shares a video of a similar issue of this version, except the only difference of the video and my issue is, the login doesn't hang when signing in. The authd is able to pull the data from sql, I'm able to make a character, and even sign into the CLS accounts. When I go to click enter, to enter the game, that's when it'll time out.
Here is that post: http://forum.ragezone.com/f753/1-5-5-server-getting-1159837-post8934650/#post8934650

Also here is the output of the link you shared:

Code:
Host: 51.161.xx.xx

Port: 29000

Version: 155

CRC: 33303030303039633830353739313865616335373632343337333537323161346566

BriefInfo: 000000d0010000
 
Upvote 0
Banned
Banned
Joined
Aug 10, 2011
Messages
201
Reaction score
54
at least we eliminated the mis-configuration option, you could probably test a new client might be a defected elementclient.exe or .data files
 
Upvote 0
Newbie Spellweaver
Joined
Aug 1, 2016
Messages
54
Reaction score
22
Try with new clean database? Delete dbdata or rename it to dbdata1 then start gamedbd

As for map problem, you can start gamedbd in console and log in the character, if it pauses at TRACE: DBGetPlayerProfileData, then it might be map problem. If that's the case then try going gamed in console and do ./gs is61 and see if it keeps running without crashing, also try logging the character while gs is running in console then and see if anything happens. Just in case you can also check to make sure new characters are indeed in is61. You can do it by checking worldtag in pwadmin edit, or close all maps and start gdeliveryd in console and see what it writes as world_id in err when you enter character
 
Last edited:
Upvote 0
Joined
Aug 26, 2010
Messages
1,090
Reaction score
527
Thanks guys for the help!
It was actually a game client issue, the one I was using kept disconnecting me at login, whilelst the 1.6.2 downgraded version works just fine!

Thank you everyone for the help! ^-^
 
Upvote 0
Back
Top