Last edited by gamaliel0; 08-07-15 at 06:37 PM. Reason: Added Image Properly
Check server logs, probably the FieldServer closed connection to you.
I see the logs
Field Server:
LOG 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)
PreServer: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!
IM Server: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]
07-08 17:58:30|AtumIMServer Index[ 2] SocketType[9] MaxWriteBufCounts[ 0] ClientIP[ 25.111.116.191] Closed ==> reason 5[0X000005]
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.
Last edited by gamaliel0; 08-07-15 at 06:25 PM.
Try to create a new account,if all is correct try to check stored procedure.Code: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)
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.