Jump to content
  • 0

Your game's exe file is not newest version ( 5 ) or crashing client


Nika

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

Hello guys , after some years of break from rAthena I am trying again to run the private server , but I am realy frustrated because I cannot correctly do the client side of the server.

Before I start sorry for my bad English.

I am trying to use client version 2015-11-04aRagexe with newest Kro (20161026).

clientinfo.xml

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<desc>Ragnarok Online Client Information</desc>
	<servicetype>korea</servicetype>
	<servertype>sakray</servertype>
	<connection>
		<display>Tales of Midgard</display>
      	<address>my ip address</address>
      	<port>6900</port>
      	<version>55</version>
      	<langtype>1</langtype>
		<registrationweb>www.ragnarok.com</registrationweb>
		<loading>
			<image>loading00.jpg</image>
			<image>loading01.jpg</image>
			<image>loading02.jpg</image>
			<image>loading03.jpg</image>
			<image>loading04.jpg</image>
		</loading>
		<yellow>
			<admin>2000000</admin>
			<admin>2000001</admin>
		</yellow>
   	</connection>
</clientinfo>

 

When I patch a client and try to run , i get the Your game's exe file is not newest version ( 5 ) error .

When I change to version 20 ( because I saw in rathena cmd that it ask auth_vers 20 ) client go further ( server select ) but when I hit enter client crash

I tryed everything I quess. Looked out some topics with other problems but still 0 points for me :( no solution and I am getting frustraded

Can anybody provide me step by step quide how to make it RUN ! ? I would appreciate any help , because I cannot find decent guide ( for dummies ) so I just ask step by step guide when , and where to write because I think i tryed everything and feel realy frustrated and dummie

 

Anny stable - working client suggestion ? Guide anything please ?!

 

Thanks for your all answers

Edited by Nika
Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  


@Nika you probably miss to change the mmo.h into your client date. https://github.com/rathena/rathena/blob/master/src/common/mmo.h#L24

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

23 minutes ago, Radian said:


@Nika you probably miss to change the mmo.h into your client date. https://github.com/rathena/rathena/blob/master/src/common/mmo.h#L24


#ifndef PACKETVER
	#define PACKETVER 20151104
	//#define PACKETVER 20130807
#endif

This is in my mmo.h file , and down is picture what rathena say when i try to connect

Bez názvu.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

It says that your version is wrong in the clientinfo.xml try changing it to version 55. and did you enable this part? https://github.com/rathena/rathena/blob/master/src/config/core.h#L83 if yes try un-committing and see if you can login to your server.

Edited by Radian
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

11 minutes ago, Radian said:

It says that your version is wrong in the clientinfo.xml try changing it to version 55. and did you enable this part? https://github.com/rathena/rathena/blob/master/src/config/core.h#L83 if yes try un-committing and see if you can login to your server.

Ok I uncommited that , but where I need change it to version 55 ??? ( because I have it in clientinfo.xml )

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Oh yea after you uncommited that recompile your files. thats for the packet version in your clieninfo.xml

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

Just now, Radian said:

Oh yea after you uncommited that recompile your files. thats for the packet version in your clieninfo.xml

Same error :( .... after rebuild still the same

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

What did you patched on your client tho? did you disable the Packet Encryption while patching your client?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

3 minutes ago, Radian said:

What did you patched on your client tho? did you disable the Packet Encryption while patching your client?

yeah I dissable it.  still have this error after changing all of the stuff you told me ... plus this same stuff in rathena

I patched just the recomended stuff for start and of course the " ready data folder first " , still have this newer client exe error ( 5 )

 

Bez názvu.png

Edited by Nika
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Did you change any of these?

packet_db_ver: 46
packet_keys_use: 46

try changing that to what version you are using.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

still the same T_T ....

 

I know problem is doing that " Invalid version auth_vers "20"

Because it write it when I have in my clientinfo.xml wrote down the 55 version . When I write to the .xml the 20 version I get further but my client crash after I hit enter to choose server ....

How to change thath " auth_vers 20 to 55 ?

Bez názvu.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  351
  • Reputation:   263
  • Joined:  09/08/13
  • Last Seen:  

../conf/login_athena.conf

// Check the clientversion field set in clientinfo.xml?
check_client_version: no

// What version is allowed to connect? (if the option above is enabled)
client_version_to_connect: 20

 

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