Jump to content
  • 0

Server connection closed


AdrianYogi

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   3
  • Joined:  11/26/11
  • Last Seen:  

So me and my friend are starting our server, today we were seting up everything, we forwarded ports, but then an unexpected thing happened. See it by yourself. Please help?

screeniego.jpg

Do you have any solution for this? Look at the login server it says [info]: Closed connection from '189.32.61.239'... What to do? He's in a computer different from mine and I could connect... But when its time to create your char, it just froze there....

Link to comment
Share on other sites

19 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  162
  • Reputation:   3
  • Joined:  01/23/12
  • Last Seen:  

does the client says "rejected from server", if yes then maybe you're using wrong client date. client date and and the DEFINE PACKETVER didn't match

BTW: i can see your IP there :)

Edited by Myrmiddon
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   3
  • Joined:  11/26/11
  • Last Seen:  

It doesnt say anything. I put user and password, says server name and (0). And then just freezes...

And I could login when that eAthena was in my computer so nothing to do with clientver

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

It's nothing, when someone is logging in, it always says "close connection", I got doubt with that too but once I get used to it, it has nothing to bother... I GUESS

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  162
  • Reputation:   3
  • Joined:  01/23/12
  • Last Seen:  

AndrianYogi says

And I could login when that eAthena was in my computer so nothing to do with clientver

maybe the problem is the IP, are you using dynamic or static IP?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   3
  • Joined:  11/26/11
  • Last Seen:  

I have no idea LOL

I can login, but before it even shows the characters it freezes

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi AdrianYogi,

Please do not use your LAN IP (192.168.0.12).

Use 127.0.0.1 or your WAN IP; and do not use the bind ip feature.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   1
  • Joined:  03/24/12
  • Last Seen:  

I also had this problem and no one replied LoL but I've solved it by my own xD

http://rathena.org/board/topic/61011-solvedclient-freezes/

You can solve it by putting your client date in #define PACKETVER in src/common/mmo.h

Hope this solves your problem too :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  163
  • Reputation:   7
  • Joined:  01/07/12
  • Last Seen:  

I have the same problem, i use client date 20120410, nothing wrong when i played on localhost. but when i configure at vps it cannot go to char server. Anyone Know how to solve this?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

in src/common/mmo.h

#ifndef PACKETVER
#define PACKETVER 20110713
//#define PACKETVER 20111116
#endif

change this line to whatever your client date is

#define PACKETVER 20110713

in your case it should be

#define PACKETVER 20120410

then recompile

Edited by clydelion
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  163
  • Reputation:   7
  • Joined:  01/07/12
  • Last Seen:  

I already did that, if not i can't even play at localhost /panic

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

got same problem

client 20120410

b44737929b2975700d95d1eebb0eb7dfc2f642a426c7c129b3b17ba168b47ce46g.jpg

every time enter this server selection

the connection close

I have the same problem, i use client date 20120410, nothing wrong when i played on localhost. but when i configure at vps it cannot go to char server. Anyone Know how to solve this?

My mmo.h

...

#ifndef PACKETVER

#define PACKETVER 20120410

//#define PACKETVER 20111116

#endif

...

//Max number of characters per account. Note that changing this setting alone is not enough if the client is not hexed to support more characters as well.

#define MAX_CHARS 12

...

#define MAX_ZENY 2000000000

I took picture above from other topic

always closed connection when i try to enter char server

i try use http://supportmii.co...aRagexeRE_J.exe

but still closed connection

/hum

Edited by Kichi
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  141
  • Reputation:   15
  • Joined:  01/08/12
  • Last Seen:  

Option in hexing

"Proxy Support" always can create this problem too.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

@OnPlay

I do not even know how to add it

By diffing?

please tell me more

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  141
  • Reputation:   15
  • Joined:  01/08/12
  • Last Seen:  

I advice you to diff the client here

http://rathena.org/tools/diff_patcher.php

This "Enable Proxy Support" always caused the problem.

Or you may try create a new client without that option.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

i use weedifgen and there are no option for Enable Proxy Support

bumb

SOLVED

Just insert ur VPS IP to

login_ip

map_ip

char_ip

Thanks to Brynner

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  49
  • Reputation:   4
  • Joined:  02/04/12
  • Last Seen:  

What do you mean by inserting ..

in what exactly text file ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/24/13
  • Last Seen:  

I have the same problem and I'm confused @_@

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  06/27/13
  • Last Seen:  

What do you mean by inserting ..

in what exactly text file ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

i use weedifgen and there are no option for Enable Proxy Support

bumb

SOLVED

Just insert ur VPS IP to

login_ip

map_ip

char_ip

Thanks to Brynner

 

Bump

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...