Jump to content
  • 0

Failed to Connect to Server


Blueheel

Question


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   0
  • Joined:  08/30/15
  • Last Seen:  

Hello, it's me again. Anyway, I've solved the problem which is "ragnark.clan does not exist". And now, it seems I encountered another problem.
All the servers are working well, except... I can't enter because of the clientinfo. I've spent quite a time on this one but I can't seem to manage this problem now.
(Try another Ragexe) Also, I tried k3dt's diff and xdiffs, unfortunately the xDiffpatcher can't locate the xDiff's.

Anyway, the problem is that it says
"[Warning]: aid=2000001 has an incorect version=25 in clientinfo. Server compiled for 45
[Info]: sd->version = 25
[Info]: Loading Char Data (2000001)"

Untitled.png

 

And obviously it will say "Failed to Connect to Server."

Untitled.png

Any type of help, may it be a fail or success is greatly accepted. Hope this topic can help others too. Thanks!

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  261
  • Reputation:   53
  • Joined:  11/11/16
  • Last Seen:  

In conf\battle\client.conf packet_ver_flag2: 0x7FFFFFFF

in src\common\mmo.h 
Define the correct packetver with your client that you are using.

#ifndef PACKETVER
#define PACKETVER 20151104
<~~~~change that date
#endif

then on your clientinfo.xml

make sure that its using the correct packetver has in mmo.h

Somewhere the client isnt working with the server.  Double check all those with the client you are using.

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<desc>RO Name</desc>
	<servicetype>america</servicetype>
	<servertype>primary</servertype>
	<connection>
		<display></display>
      	<address></address>
      	<port>6900</port>
      	<version>55</version>  <~~~~~~~~~~~here.
      	<langtype>1</langtype> 
		<registrationweb></registrationweb>
		<loading>
			<image>loading00.jpg</image>
			<image>loading01.jpg</image>
			<image>loading02.jpg</image>
			<image>loading03.jpg</image>			
		</loading>
		<yellow>
			<admin>2000000</admin>
			<admin>2000001</admin>
			<admin>2000002</admin>
		</yellow>
   	</connection>
</clientinfo>

 

Edited by srhmike
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

5 hours ago, Blueheel said:

Hello, it's me again. Anyway, I've solved the problem which is "ragnark.clan does not exist". And now, it seems I encountered another problem.
All the servers are working well, except... I can't enter because of the clientinfo. I've spent quite a time on this one but I can't seem to manage this problem now.
(Try another Ragexe) Also, I tried k3dt's diff and xdiffs, unfortunately the xDiffpatcher can't locate the xDiff's.

Anyway, the problem is that it says
"[Warning]: aid=2000001 has an incorect version=25 in clientinfo. Server compiled for 45
[Info]: sd->version = 25
[Info]: Loading Char Data (2000001)"

Untitled.png

 

And obviously it will say "Failed to Connect to Server."

Untitled.png

Any type of help, may it be a fail or success is greatly accepted. Hope this topic can help others too. Thanks!

It says:

MszT0jj.jpg

And it says: server compiled for 45

Try to edit the version on your clientinfo.xml and make it 45

Edited by Scylla
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   0
  • Joined:  08/30/15
  • Last Seen:  

7 hours ago, Scylla said:

It says:

MszT0jj.jpg

And it says: server compiled for 45

Try to edit the version on your clientinfo.xml and make it 45


Hey Scylla, I have done it already too. The same error. Tried changing exe's and changing the packet_ver and edited mmo and clientinfo, still no progress. Also, I have tried using the other client and to my surprise, I can attempt to "create a character" but once I place the name and click OK to "create a character" it then says "You are not eligible to create character slot." I am so sorry for bothering.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  261
  • Reputation:   53
  • Joined:  11/11/16
  • Last Seen:  

Are you using the 2013-08-07 Ragexe  (version 45)  Client?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   0
  • Joined:  08/30/15
  • Last Seen:  

4 minutes ago, srhmike said:

Are you using the 2013-08-07 Ragexe  (version 45)  Client?

Hello srhmike, I have tried that client and yes, the problem showed up on that client (and some clients -- other clients would just give me a blank tiny little error). I tried the guide which is below this text, well it kinda works like I can log on now (the characters that I made on that client [20130807] were REALLY created) but the problem still persists that I can't create another character or else it'll again say "You are not eligible to create a Character Slot". Again, there's also a problem on the clientinfo too (But I can still go in the test server). Thank you so much!

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   0
  • Joined:  08/30/15
  • Last Seen:  

2 hours ago, srhmike said:

In conf\battle\client.conf packet_ver_flag2: 0x7FFFFFFF

in src\common\mmo.h 
Define the correct packetver with your client that you are using.

#ifndef PACKETVER
#define PACKETVER 20151104
<~~~~change that date
#endif

then on your clientinfo.xml

make sure that its using the correct packetver has in mmo.h

Somewhere the client isnt working with the server.  Double check all those with the client you are using.


<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<desc>RO Name</desc>
	<servicetype>america</servicetype>
	<servertype>primary</servertype>
	<connection>
		<display></display>
      	<address></address>
      	<port>6900</port>
      	<version>55</version>  <~~~~~~~~~~~here.
      	<langtype>1</langtype> 
		<registrationweb></registrationweb>
		<loading>
			<image>loading00.jpg</image>
			<image>loading01.jpg</image>
			<image>loading02.jpg</image>
			<image>loading03.jpg</image>			
		</loading>
		<yellow>
			<admin>2000000</admin>
			<admin>2000001</admin>
			<admin>2000002</admin>
		</yellow>
   	</connection>
</clientinfo>

 

Hi srhmike, the results are still the same. Seems like I'm not the only one who's suffering this kind of problems too.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

8 hours ago, Blueheel said:


Hey Scylla, I have done it already too. The same error. Tried changing exe's and changing the packet_ver and edited mmo and clientinfo, still no progress. Also, I have tried using the other client and to my surprise, I can attempt to "create a character" but once I place the name and click OK to "create a character" it then says "You are not eligible to create character slot." I am so sorry for bothering.

Hmm that's weird. I think your client is reading another clientinfo.xml?

Have you also diffed read data folder first and got the latest translation files?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   0
  • Joined:  08/30/15
  • Last Seen:  

49 minutes ago, Scylla said:

Hmm that's weird. I think your client is reading another clientinfo.xml?

Have you also diffed read data folder first and got the latest translation files?

May I know what kind of "diffed read data folder"? I think I didn't diff any kind of data.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

2 hours ago, Blueheel said:

May I know what kind of "diffed read data folder"? I think I didn't diff any kind of data.

From NEMO:

9c58261723924d29b84dfc5481ee0d47.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   0
  • Joined:  08/30/15
  • Last Seen:  

4 minutes ago, Scylla said:

From NEMO:

9c58261723924d29b84dfc5481ee0d47.png

Ah, yes. I have done that almost all of the Ragexe's. Most of them either error with no text, rarely some of them crash immediately and some errors would appear with an unknown text. I don't know what to do anymore. For now I can still go inside my server using an oldy-kind of client, but I prefer the latest client if possible. Are there still any solution to this problem, maybe? Thank you so much for still being with me huhu.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

30 minutes ago, Blueheel said:

Ah, yes. I have done that almost all of the Ragexe's. Most of them either error with no text, rarely some of them crash immediately and some errors would appear with an unknown text. I don't know what to do anymore. For now I can still go inside my server using an oldy-kind of client, but I prefer the latest client if possible. Are there still any solution to this problem, maybe? Thank you so much for still being with me huhu.

If possible, I'd like to see your RO folder.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   0
  • Joined:  08/30/15
  • Last Seen:  

9 minutes ago, Scylla said:

If possible, I'd like to see your RO folder.

Here it is ---> LINK  Sorry if I used it as a hyperlink since it won't upload >.< 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

16 hours ago, Blueheel said:

Here it is ---> LINK  Sorry if I used it as a hyperlink since it won't upload >.< 

Hmm, try renaming DATA.ini to DATAbackup.ini so your client wont read it, i guess its reading the clientinfo.xml on that Eradicate.grf

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