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 preserver closing

Newbie Spellweaver
Joined
Jan 14, 2016
Messages
19
Reaction score
2
hey guys, i compiled ep3.5 preserver.
Never had this problem in before but i compiled new bins and preserver closing when open.
and this is preserver logs


Code:
02-07 11:18:21|[Notify] elapsed time after turn on !!  0Day  2h:35m:13s 02-07 11:18:21|Pre Server Start
02-07 11:18:21|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 1508] PoolCnt[  100] CommitSize[  151552] vectorSize[1] Address Range(0x7E9B0000 ~ 0x7E9D5000)
02-07 11:18:21|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 1528] PoolCnt[  101] CommitSize[  155648] vectorSize[1] Address Range(0x7E980000 ~ 0x7E9A6000)
02-07 11:18:21|CVMem::AllocVMem VirtualAlloc() success, TypeSize[ 1552] PoolCnt[15001] CommitSize[23281664] vectorSize[1] Address Range(0x7D340000 ~ 0x7E974000)
02-07 11:18:21|	ServerGroup:               Dragon, Enable(1) MGameServerID(10061)
02-07 11:18:21|	ServerGroup:                Arena, Enable(0) MGameServerID(10062)
02-07 11:18:22|  [Notify] CPreGlobal::OnPacketNotifyOfSPToMPWinSoc# 10000 CWinSocket::WS_CONNECTED wParam(1) 
02-07 11:18:22|CSPToMPWinSocket::OnRecvdPacket Protocol Type Received [39170]->[NO SUCH MESSAGE TYPE]
 
Junior Spellweaver
Joined
Nov 19, 2014
Messages
132
Reaction score
12
check here
I have encountered this problem, I fix this and problem solved

3AUngAi - HELP preserver closing - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
check here
I have encountered this problem, I fix this and problem solved

3AUngAi - HELP preserver closing - RaGEZONE Forums

If that would be his problem, the socket couldn't even connect... You'd get smth like "Server not activated".
Socket closed by Pre Server means that a connection was established but the Pre Server closed it unexpectedly.

Code:
02-07 11:18:22|CSPToMPWinSocket::OnRecvdPacket Protocol Type Received [39170]->[NO SUCH MESSAGE TYPE]

This is looking like a mismatching version between launcher and server. Or you fiddled with packets in a wrong way :p
 

Attachments

You must be registered for see attachments list
Upvote 0
Experienced Elementalist
Joined
May 10, 2015
Messages
278
Reaction score
146

Attachments

You must be registered for see attachments list
Upvote 0
Joined
Apr 12, 2013
Messages
897
Reaction score
480
Best thing here, is to remove the whole Authentication functionality from Masang, and to check if there are disadvantages resulting from this. Like Aesir said, whem removing this in 3.5 it may cause long PreServer booting times (5-10 minutes).
 
Upvote 0
Back
Top