Failed to Connect to Server

Danzon

New member
Messages
80
Points
0
Location
In your heart
Discord
mikedanzon
Github
mikedanzon
Emulator
Hi guys , im back to hercules making some private server , still learning again .

I have this problem with the server / client side , my client was ok , char-login-map server was ok too , but I cannot login to char-server , I can login to login server , I don't know why . Everytime I try login , before pick character , its not responding and "failed to connect to server". can someone help me ? but there's no error msg in login-char-map server putty , here's the screenshot.

login server

loginserver.png

char server

charserver.png

map server

mapserver.png

game server

game.png

Oh yeah im using 2013-08-07 client , and hercules latest version

Thanks if you are helping me
default_smile.png


 
Last edited by a moderator:
Hi guys , im back to hercules making some private server , still learning again .

I have this problem with the server / client side , my client was ok , char-login-map server was ok too , but I cannot login to char-server , I can login to login server , I don't know why . Everytime I try login , before pick character , its not responding and "failed to connect to server". can someone help me ? but there's no error msg in login-char-map server putty , here's the screenshot.

login server

attachicon.gif
loginserver.png

char server

attachicon.gif
charserver.png

map server

attachicon.gif
mapserver.png

game server

attachicon.gif
game.png

Oh yeah im using 2013-08-07 client , and hercules latest version

Thanks if you are helping me
default_smile.png
Did you change the IP on your clientinfo.xml?

here's an example

Code:
<?xml version="1.0" encoding="euc-kr" ?><clientinfo><servicetype>korea</servicetype><servertype>sakray</servertype>   <connection>      <display>Your Ragnarok</display>      <balloon>Free2Play!</balloon>      <address>CHANGE THIS TO YOUR VPS IP</address>      <port>6900</port>      <version>30</version>      <langtype>1</langtype>   </connection></clientinfo>
 
Hi guys , im back to hercules making some private server , still learning again .

I have this problem with the server / client side , my client was ok , char-login-map server was ok too , but I cannot login to char-server , I can login to login server , I don't know why . Everytime I try login , before pick character , its not responding and "failed to connect to server". can someone help me ? but there's no error msg in login-char-map server putty , here's the screenshot.

login server

attachicon.gif
loginserver.png

char server

attachicon.gif
charserver.png

map server

attachicon.gif
mapserver.png

game server

attachicon.gif
game.png

Oh yeah im using 2013-08-07 client , and hercules latest version

Thanks if you are helping me
default_smile.png
Did you change the IP on your clientinfo.xml?

here's an example

<?xml version="1.0" encoding="euc-kr" ?><clientinfo><servicetype>korea</servicetype><servertype>sakray</servertype> <connection> <display>Your Ragnarok</display> <balloon>Free2Play!</balloon> <address>CHANGE THIS TO YOUR VPS IP</address> <port>6900</port> <version>30</version> <langtype>1</langtype> </connection></clientinfo>
of course , and my conf folder all setup.

and I tried 2 version of clientinfo , still not working

Code:
<?xml version="1.0" encoding="euc-kr" ?><clientinfo>	<desc>Ragnarok Client Information</desc>	<servicetype>korea</servicetype>	<servertype>primary</servertype>	<hideaccountlist />	<passwordencrypt />	<passwordencrypt2 />	<extendedslot />	<readfolder />	<connection>		<display>Rise Ragnarok Online</display>		<desc>Ragnarok Online</desc>		<balloon>High Rate Server</balloon>		<address>116.251.223.131</address>		<port>6900</port>		<version>26</version>		<langtype>0</langtype>		<registrationweb>[URL="http://rise-ro.com/"]http://rise-ro.com/</registrationweb>[/URL]		<yellow>			<admin>2000001</admin>			<admin>2000002</admin>			<admin>2000003</admin>		</yellow>		<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>		</loading>	</connection></clientinfo>==================this is the second one==================<?xml version="1.0" encoding="euc-kr" ?><clientinfo><servicetype>korea</servicetype><servertype>primary</servertype>   <connection>      <display>Rise Ragnarok Online</display>      <balloon>High Rate Server</balloon>      <desc>Rise RO</desc>      <address>116.251.223.131</address>      <port>6900</port>      <version>26</version>      <langtype>0</langtype>      <registrationweb>[URL="http://rise-ro.com/"]http://rise-ro.com/</registrationweb>[/URL]        <aid>            <admin>2000000</admin>			<admin>2000001</admin>			<admin>2000002</admin>        </aid>        <loading>			<image>loading01.jpg</image>			<image>loading02.jpg</image>			<image>loading03.jpg</image>			<image>loading04.jpg</image>			<image>loading05.jpg</image>        </loading>   </connection></clientinfo>
 
[Warning] : You are running Hercules with root privileges, it is not necessary.
Because I have not seen this warning up to now, it becomes a guess.

You do not have administrative privileges on this computer.

Please run as administrator.

 
Last edited by a moderator:
of course , and my conf folder all setup.

and I tried 2 version of clientinfo , still not working
I don't know what client date you are using but it seems that you are using an old client date? because of the packet version is. 26 try changing that into the exact packet version of your client.

and what about the diffs? a small chance, maybe you forgot to enable read data folder first?

 
Last edited by a moderator:
[Warning] : You are running Hercules with root privileges, it is not necessary.
Because I have not seen this warning up to now, it becomes a guess.

You do not have administrative privileges on this computer.

Please run as administrator.
I think your wrong. it was stated in the warning that it was running on root privileges. its not " you are not running on root privileges ".

 
I think your wrong. it was stated in the warning that it was running on root privileges. its not " you are not running on root privileges ".
sorry.

I seem to misunderstand the message.

The relation between Administrator and root has been forgotten.

 
Last edited by a moderator:
Post your configs also and change their ips into dummy~ 
so we can check if everything is correct.

 
Sorry for late reply , there's nothing wrong with my setup , the mysql configuration is wrong
default_sad.png
sorry my bad guys , its fixed now thanks
default_smile.png


 
Sorry for late reply , there's nothing wrong with my setup , the mysql configuration is wrong
default_sad.png
sorry my bad guys , its fixed now thanks
default_smile.png
I am having the same problem, can you please tell me how you fixed it?
Configure IP properly on server side

 
Back
Top