Jump to content
  • 0

Client Version # and Failed to Connect


mewi

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  02/14/14
  • Last Seen:  

So I've managed to get the server up and running no errors or warnings.  But when I try to get client to work I can't even get it to connect.   All firewall ports are opened both hardware and software side, still doesn't work with software firewall off.

 

The only thing I can think I messed up on was the <version> in clientinfo... because I try to find the # but I cant seem to google a way on how to figure out the number.  All results only tell me the date of the client...

 

PS:  I start the game,  Services:  "Ragnarok online" window shows up ( the balloon ) tooltip,  0 Servers show up in a list when loging in, it goes straight to failed to connect. 

 

2012-07-16aRagexeRE.exe

 

mmo.h

#ifndef PACKETVER

#define PACKETVER 20120716

 

clientinfo.xml

<?xml version="1.0" encoding="euc-kr" ?>

<clientinfo>

<servicetype>korea</servicetype>

<servertype>sakray</servertype>

<connection>

<display>KittyRO</display>

<balloon>Meow</balloon>

<desc>Meow</desc>

<address>192.168.3.127</address>

<port>6900</port>

<version>33</version>

<langtype>1</langtype>

<registrationweb></registrationweb>

<aid>

<admin>1</admin>

</aid>

</connection>

</clientinfo>

 

 

subnet_athena.conf

subnet: 255.255.255.0:192.168.1.127:192.168.1.127

 

map_athena.conf

map_ip: 192.168.3.127

 

char_athena.conf

char_ip: 192.168.3.127

 

inter_athena.conf

sql.db_hostname: 127.0.0.1

sql.db_port: 3306

sql.db_username: root

sql.db_password: blank

sql.db_database: rathena

sql.codepage:

// MySQL Character SQL server

char_server_ip: 127.0.0.1

char_server_port: 3306

char_server_id: root

char_server_pw: blank

char_server_db: rathena

// MySQL Map SQL Server

map_server_ip: 127.0.0.1

map_server_port: 3306

map_server_id: root

map_server_pw: blank

map_server_db: rathena

// MySQL Log SQL Database

log_db_ip: 127.0.0.1

log_db_port: 3306

log_db_id: root

log_db_pw: blank

log_db_db: logs

log_codepage:

log_login_db: loginlog

 

data.ini

[data]

0=KittyRO.grf

1=rdata.grf

2=data.grf

 

rAthena-13.sln used for build

packet_db version is default

 

Network:  Local Address: 192.168.3.127,  Subnet:  255.255.255.0, Gateway:  192.168.3.1

Edited by mewi
Link to comment
Share on other sites

17 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   11
  • Joined:  05/31/12
  • Last Seen:  

have you already edited the packet ver? i think it should be set at version set : 30

find: src/common/mmo.h

#ifndef PACKETVER
	#define PACKETVER 20120716
	//#define PACKETVER xxxxxxxx <=== DATE!
#endif
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  143
  • Reputation:   15
  • Joined:  12/25/13
  • Last Seen:  

Hello,

 

you should get an error on login-server / char-server

paste it here so we can look further info on your problem..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  02/14/14
  • Last Seen:  

Hello,

 

you should get an error on login-server / char-server

paste it here so we can look further info on your problem..

 

I do not receive any errors or warnings from char/login servers.  I don't even get the option to select a server.  It goes straight to failed to connect to server.  So I don't think the client is reaching the server,  I don't know what to do to remedy this and it isn't firewall ports, I know this for a fact.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   11
  • Joined:  05/31/12
  • Last Seen:  

@mewi

 

Can you please provide a photo?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  02/14/14
  • Last Seen:  


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   11
  • Joined:  05/31/12
  • Last Seen:  

no other errors on you PuTTy? hmmmmp if there's non then possibilities is that wrong diff of your client

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  02/14/14
  • Last Seen:  

Shouldn't my service select say KittyRO instead of ragnarok? o.o

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   11
  • Joined:  05/31/12
  • Last Seen:  

What do you mean?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  02/14/14
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   11
  • Joined:  05/31/12
  • Last Seen:  

it's only the baloon problem  that's nothing to do

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  143
  • Reputation:   15
  • Joined:  12/25/13
  • Last Seen:  

Hello,

 

 

Please post here your mmo.h

 

you can find your mmo.h

@ svn/src/common/

 

and tell us what is your Client Date

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  02/14/14
  • Last Seen:  

Hello,

 

 

Please post here your mmo.h

 

you can find your mmo.h

@ svn/src/common/

 

and tell us what is your Client Date

Thought I posted all relevant information of that at the top but okay

2012-07-16aRagexeRE.exe

Thought I posted all relevant information to that at the very top...

Edited by mewi
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   11
  • Joined:  05/31/12
  • Last Seen:  

Diff a new client (Y)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  02/14/14
  • Last Seen:  

I've made some progress, apparently the issue was the .grf. The guide I was using conveniently missed a few step which messed me up. A better guide would be appreciated if anyone knows one that is 100% sureproof. I use Windows Server 2008R2

But eitherway now that I am able to ( kind of ) connect to the server I get rejected from server messages.

charserv gives me this message s aid=1 has an incorrect version=0 in clientinfo. Server compiled for 33

logserv gives me this message Request for connection of mewi <192.168.3.122> version=33 Authentication accepted

Then the connection closes

http://i159.photobucket.com/albums/t132/mewimi/sighjpg_zpsda90595a.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

ur account id (aid) is 1 which is not a proper value. how did u register the account in the server?

i believe id 1 is used for the server connections itself. anyways a typical account id starts from 200000 onwards

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  02/14/14
  • Last Seen:  

ur account id (aid) is 1 which is not a proper value. how did u register the account in the server?

i believe id 1 is used for the server connections itself. anyways a typical account id starts from 200000 onwards

Thanks neomind that helped. Just another one of many blunders and troubles this "guide" has given me. You'd think they'd cover the basics correctly X.x

Anyway now that that part is solved, I run into an unknown packet version message.

http://i159.photobucket.com/albums/t132/mewimi/client_zpse52577c1.jpg

I've tried my best to get around it but I'm not sure if I modified packet_db.txt properly for my ragexere version 2012-06-12aRagexeRE

date 20120612

version 31

I'm not sure the exact spot to place http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/packets_2012-06-12aRagexeRE.txt in so I placed it with all the other ragexere's in the packet_db list. I'll upload my packet_db.txt just incase.

Thanks again for all your help ^o^

packet_db.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  02/14/14
  • Last Seen:  

Anyone? If its an issue with my diff patching process, could someone recommend a full working diff guide and client version?

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...