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!

Can not New character

Initiate Mage
Joined
Jul 17, 2014
Messages
2
Reaction score
0
[2014/12/2-20:2:5] OnDataRead : System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
at ZoneAgent.ZoneAgent.OnDataRead(IAsyncResult asyncResult) in d:\A3 Source\ZoneAgent\src\ZoneAgent\ZoneAgent.cs:line 484

i use loginagent 562 and ZoneaAgent 562

but i can't Newcharacter

Help me plz
 
Initiate Mage
Joined
Jul 17, 2014
Messages
2
Reaction score
0
d:\A3 Source\ZoneAgent\src\ZoneAgent\ZoneAgent.cs:line 484

line 484 var read = networkStream.EndRead(asyncResult);
 
Back
Top