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!

[HELP] Cannot connect to server [SOLVED]

Newbie Spellweaver
Joined
May 12, 2014
Messages
20
Reaction score
1
First: Sorry for 3 POSTS IN 3 DAYS but I am new in that xD
Second: When I connect to my server with differents accounts:
 
Last edited:
Experienced Elementalist
Joined
May 10, 2015
Messages
278
Reaction score
146
Re: [HELP] Cannot connect to server

Check server logs, probably the FieldServer closed connection to you.
 
Upvote 0
Newbie Spellweaver
Joined
May 12, 2014
Messages
20
Reaction score
1
Re: [HELP] Cannot connect to server

I see the logs
Field Server:
07-08 17:58:15|Socket Connect SocketIndex[201] PeerIP[ 25.111.116.191] Port[54531]
07-08 17:58:16|[ERROR] CFieldIOCPSocket::ResGetCharacterInfoByName# not match AccountName !! [A(admin:2) C(Warrior:1) CI(0)] (xkrtekx != admin) Err(0)
07-08 17:58:30|Socket Closed Client( 25.111.116.191:54531) SocketType(7) |SockIdx( 201)| MaxWriteBufCounts[ 1] ==> reason 5[0X000005], deletedPacketCount(0)
LOG SERVER:
07-08 17:46:59| [Notify] OnReceived T_FL_LOG_START_FIELD_SERVER !
07-08 17:46:59|[DB Error] DBWorkerThreadID( 4536) hstmt(0x1F5D020): @PB_INIT Failed!
PreServer:
07-08 17:58:04|Socket Connect SocketIndex[ 2] PeerIP[ 127.0.0.1] Port[54526]
07-08 17:58:08| SendErrorMsg to ClientIndex[ 2] 127.0.0.1(54526) ==> ERR_COMMON_LOGIN_FAILED(0x2001) AT T_PC_CONNECT_LOGIN Param1(0) Param2(0) Msg(xkrtekx)
07-08 17:58:13|Socket Closed SocketIndex[ 2] SocketType[7] PeerIP[ 127.0.0.1] Port[54526] MaxWriteBufCounts[ 1] ==> reason 6[0X000006]
IM Server:
07-08 17:58:30|AtumIMServer Index[ 2] SocketType[9] MaxWriteBufCounts[ 0] ClientIP[ 25.111.116.191] Closed ==> reason 5[0X000005]
 
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Re: [HELP] Cannot connect to server

First: Sorry for 3 POSTS IN 3 DAYS but I am new in that xD

That is no problem at all! I'm glad you do so. This way future users can find their problem by the title of the thread easily because that thread is only about their problem.
Btw. Please post images directly. There is an image button in the Post Editor that you should use to display an image in your post directly.

For your problem:
That error occurs when the client is running into a timeout of responses of the server. So maybe the client you use and the server are still incompatible / use other protocols. If you're lucky there is something in the Server Logs. If not, you have to find out which Client matches your Server files.
 
Upvote 0
Newbie Spellweaver
Joined
May 12, 2014
Messages
20
Reaction score
1
Re: [HELP] Cannot connect to server

That error occurs when the client is running into a timeout of responses of the server. So maybe the client you use and the server are still incompatible / use other protocols. If you're lucky there is something in the Server Logs. If not, you have to find out which Client matches your Server files.
Amm, i use the DreamACE's client
But, I test SkyFighter client's and it didn't work
 
Last edited:
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Re: [HELP] Cannot connect to server

 
Upvote 0
Experienced Elementalist
Joined
May 10, 2015
Messages
278
Reaction score
146
Re: [HELP] Cannot connect to server

Code:
07-08 17:58:15|Socket Connect SocketIndex[201] PeerIP[ 25.111.116.191] Port[54531]
07-08 17:58:16|[COLOR=#ff0000][ERROR] CFieldIOCPSocket::ResGetCharacterInfoByName# not  match AccountName !! [A(admin:2) C(Warrior:1) CI(0)] (xkrtekx != admin)  Err(0) [/COLOR]
07-08 17:58:30|Socket Closed  Client( 25.111.116.191:54531)  SocketType(7) |SockIdx( 201)| MaxWriteBufCounts[   1] ==> reason  5[0X000005], deletedPacketCount(0)

Try to create a new account,if all is correct try to check stored procedure.
 
Upvote 0
Newbie Spellweaver
Joined
May 12, 2014
Messages
20
Reaction score
1
Re: [HELP] Cannot connect to server

Code:
07-08 17:58:15|Socket Connect SocketIndex[201] PeerIP[ 25.111.116.191] Port[54531]
07-08 17:58:16|[COLOR=#ff0000][ERROR] CFieldIOCPSocket::ResGetCharacterInfoByName# not  match AccountName !! [A(admin:2) C(Warrior:1) CI(0)] (xkrtekx != admin)  Err(0) [/COLOR]
07-08 17:58:30|Socket Closed  Client( 25.111.116.191:54531)  SocketType(7) |SockIdx( 201)| MaxWriteBufCounts[   1] ==> reason  5[0X000005], deletedPacketCount(0)

Try to create a new account,if all is correct try to check stored procedure.
thanks, it work :D
 
Upvote 0
Initiate Mage
Joined
May 18, 2014
Messages
2
Reaction score
2
I see you solved it by creating another account, I just want to add why this happened, maybe you're interested:

I assume you changed the AccountName of an account that was already in the DB in "atum2_db_account"."dbo"."td_Account".
The tricky thing is that there is also a column AccountName in "atum2_db_1"."dbo"."td_Character", if you don't change it there for all characters of this account aswell, the error occurs.
 
Upvote 0
Back
Top