Jump to content
  • 0

help incorrect client version


GypsumHong

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

hello

guys

noob here

 

but reject from server 

and i already search it , and the problem is from packet_db 

 

so i already correct it

1) edit the mmo.h -- change to 20130703

2) then go to data/clientinfo , change the version , ( and i check my packet.db , 2013-07-03 , is 42 , but why other people is 38 ?? ) 

3) afther that use GRFbuilder to build the data because already edit the clientinfo

4)then , rebuild the server folder because already change the mmo.h date

 

correct me if i wrong .... please T^T

 

 

@problem solve

1) sir 

Winz 

edit my MySQL , i dont know need to chg my id SEX to M 

LOL 

 

2) after that no error , then when char selection , got reject from server (3)

i just change my client 2013-07-03 and it work hahaha

thx guy for help 

Edited by GypsumHong
Link to comment
Share on other sites

22 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

Found out that there are some misconfiguration in clientinfo.txt, solved.

Found out that the sex for player's ID to be 'S', instead of 'M' or 'F', solved.

 

this problem has been solved, case closed.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

bump !! 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Well. For me. 2013-08-07 as its the default version from mmo.h

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

Well. For me. 2013-08-07 as its the default version from mmo.h

SO.... how do i fix my problem ?? 

even i use 2012 client also reject from server 

T^T

hello guys
so i veiw my server packet db the 2013-07-03 client is version 42 
 
and then when reject from server
and the charser-sql .bat got something come out 
 
[Warning] : s aid=1 has an incorrect version =0 in clientinfo . server compiled 42 
 
help me please !!!
please !!!
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Maybe clientinfo? Set lang type to 0.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

Maybe clientinfo? Set lang type to 0.

lang type already 0 T^T

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

 

Well. For me. 2013-08-07 as its the default version from mmo.h

SO.... how do i fix my problem ?? 

even i use 2012 client also reject from server 

T^T

hello guys
so i veiw my server packet db the 2013-07-03 client is version 42 
 
and then when reject from server
and the charser-sql .bat got something come out 
 
[Warning] : s aid=1 has an incorrect version =0 in clientinfo . server compiled 42 
 
help me please !!!
please !!!

 

 

W.T.*

stop bumping and acting like tomorrow is the end of the world.

 

Are you using 2013-08-07 client or 2012 client? Anyhow, whatever your client date is, you need to make sure that the configuration inside mmo.h is the same. After changing it, you need to recompile EVERYTHING. (See rA's Wiki for compilation process. available on Windows and Linux)

 

If you're using the latest version of rA, then open db/packet_db.txt and set packet_db_ver to "default"

 

Try those first and tell us the result

My client is 2011-03-15a and this is what in my clientinfo.xml:

 

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
    <connection>
        <display>Ragnarok</display>
        <balloon>the balloon</balloon>
        <desc>description</desc>
        <address>*********</address>
        <port>6900</port>
        <langtype>4</langtype>
        <registrationweb>******</registrationweb>
        <aid>
            <admin>2000000</admin>
            <admin>2000001</admin>
            <admin>2000002</admin>
        </aid>
        <loading>
            <image>loading01.jpg</image>
        </loading>
    </connection>
</clientinfo>

*langtype 4 stands for the localization in Taiwan

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

@Winz

 

yo bro

now i use 2013-07-03

 

yes , i already edit the mmo.h ( 20130703 )

after that yes , i recompile the 4 project , but still error ( [Warning] : s aid=1 has an incorrect version =0 in clientinfo . server compiled 42  )

i think is my rathena problem , so i del it and download a new one , but it still error 

i got test with 2012 but still error 

 

and i follow this step every time i change client 

1) edit the mmo.h -- change to 20130703

2) then go to data/clientinfo , change the version , ( and i check my packet.db , 2013-07-03 , is 42 , but why other people is 38 ?? ) 

3) afther that use GRFbuilder to build the data because already edit the clientinfo

4)then , rebuild the server folder because already change the mmo.h date

Edited by GypsumHong
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  403
  • Reputation:   245
  • Joined:  12/17/11
  • Last Seen:  

Please take a look to this thread: http://rathena.org/board/topic/92638-client-version-and-failed-to-connect/

 

I am referring to NeoMind's post in particular:

 

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

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

 

Please take a look to this thread: http://rathena.org/board/topic/92638-client-version-and-failed-to-connect/

 

I am referring to NeoMind's post in particular:

 

 

 

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

 

yes , i got 2 ID , one is normal and the second one is 2000000 ( admin ) 

but still error 

i got go search but all people is [Warning] : s aid=1 has an incorrect version =26 in clientinfo . server compiled 30  )

that mean incorrect version is 26 , but mine is 0 lol 

I FOUND A GUY but he dont have mention how he fix this one 

maybe i need to do again the step to change client .... 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

 

 

Please take a look to this thread: http://rathena.org/board/topic/92638-client-version-and-failed-to-connect/

 

I am referring to NeoMind's post in particular:

 

 

 

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

 

yes , i got 2 ID , one is normal and the second one is 2000000 ( admin ) 

but still error 

i got go search but all people is [Warning] : s aid=1 has an incorrect version =26 in clientinfo . server compiled 30  )

that mean incorrect version is 26 , but mine is 0 lol 

I FOUND A GUY but he dont have mention how he fix this one 

maybe i need to do again the step to change client .... 

 

 

Kindly read my PM even it doesn't give you the answer.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

This step is the very best. Get the latest pull from git

 

https://github.com/rathena/rathena

 

And then go to ratemyserver.net to get the latest kro.


Re do everything.


 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

This step is the very best. Get the latest pull from git

 

https://github.com/rathena/rathena

 

And then go to ratemyserver.net to get the latest kro.

Re do everything.

 

can't T^T

still cannot

i have no idea which part i do wrong , maybe my client problem ? i diff wrong ?? 

 

 

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Yeah maybe you diff your client wrong. You can try nemo patcher version 2.0.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

Yeah maybe you diff your client wrong. You can try nemo patcher version 2.0.

yes i use it too , but ... no good resualt ..... 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   7
  • Joined:  03/12/12
  • Last Seen:  

1) edit the mmo.h -- change to 20130703

 

Don't forget to re-compile it after you edit the mmo.h

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

 

1) edit the mmo.h -- change to 20130703

 

Don't forget to re-compile it after you edit the mmo.h

 

 

yes , i already did it

after that , the new rathena server , in the mmo.h default date is 20130807 , so i use 20130807 ragexe to diff , then i no need to compile the source cause it already inside .. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Okay on your clientinfo. You can copy mine.

 

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <servicetype>america</servicetype>
    <servertype>primary</servertype>
    <connection>
        <display>Your RO</display>
        <desc>Your RO</desc>
        <address>127.0.0.1</address>
        <port>6900</port>
        <version>45</version>
        <langtype>1</langtype>
        <balloon>Your RO</balloon>
        <aid>
			<admin>2000000</admin>

		<loading>
			<image>loading00.jpg</image>
			<image>loading01.jpg</image>
			<image>loading02.jpg</image>
			<image>loading03.jpg</image>
			<image>loading04.jpg</image>
			<image>loading05.jpg</image>
			<image>loading06.jpg</image>
			<image>loading07.jpg</image>
			<image>loading08.jpg</image>
			<image>loading09.jpg</image>
		</loading>
        </aid>
    </connection>
</clientinfo>

you see there's version 45? 2013-07-08 uses 45.


Its clearly a client side area. Forget what i said earlier. And listen to this:



1. Downlaod the latest kRO from here http://ratemyserver.net/index.php?page=download_kROLinks (credits goes to RMS)

2. Latest Translation from https://github.com/ROClientSide/Translation (Got this link to Pneuma's forum signature) (Credits goes him and to hercules)

Edited by gidzdlcrz
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

gidzdlcrz

should i use grfbuilder to build the data folder after change the clieninfo ?

or just edit the clientinfo from kro/data

 

thx for info 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

No. You build your own. Leave the data.grf and the rdata.grf. And make sure to diff your client to read multiple grf.

Edited by gidzdlcrz
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

No. You build your own. Leave the data.grf and the rdata.grf. And make sure to diff your client to read multiple grf.

did you mind share what you diff in your client ?? and use what diff.exe ? 

thank you 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

@problem solve

1) sir 

Winz 

edit my MySQL , i dont know need to chg my id SEX to M 

LOL 

 

2) after that no error , then when char selection , got reject from server (3)

i just change my client 2013-07-03 and it work hahaha

thx guy for help 

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