another problem related making server-side

chryxt

New member
Messages
16
Points
0
Github
chryxt
So, im finish doing this

Install from CentOS (http://herc.ws/wiki/Installation_%28CentOS%29)

Compiling (http://herc.ws/wiki/Compiling)

And now connecting (http://herc.ws/wiki/Connecting) still at step 5

step 1 (making new user id&password)

done making userid & passwd
following

use databasename_rag; >> use hercules2006_rag;UPDATE loginset `userid` = "[new user]", `user_pass` = "[new password]" where `account_id` = 1;
did i need to delete [ ] or let it like that? and change (new user & new password) only?
 

step 2 Im skipping it because it said
Usually there is nothing to be done here in terms on connection.

step3 (char-server.conf)

im changing

// Login Server IP// The character server connects to the login server using this IP address.// NOTE: This is useful when you are running behind a firewall or are on// a machine with multiple interfaces.login_ip: [new ip here](into my VPS IP >>> new ip = VPS IP? or let it still 127.0.0.0?)// Character Server IP// The IP address which clients will use to connect.// Set this to what your server's public IP address is.char_ip: [your wan ip here]
Code:
(into my VPS IP >>> VPS IP = WAN IP right?)
step 4 (map-server.conf)

doing same like step 3

step 5 (inter-server.conf)

doing this

http://postimg.org/image/g87t4to0t/
 

and finally trying to run server

cd Hercules

./configuration

make clean

make sql

./athena-start start
 

and error
default_sad.png


http://postimg.org/image/5baujzxot/

please help me to solve this problem please..
Many many thanks
default_smile.png


 
Last edited by a moderator:
@@chryxt

As the error said it can't find conf/maps.conf or conf/import/map_conf.txt.

Without one of those it doesn't know what to do so of course it errors. You have to make sure that one of those files exists and is in the right directory.

 
Step 1: remove [] and change to your username and password as mentioned in map-server.conf and char-server.conf(be sure to don't have it as s1/p1)

Step 3: VPS IP

Step 5: THE IP can be either 127.0.0.1 or localhost, If your SQL is on same VPS.

Error: try above steps and try to run again by commands

./configure

make clean

make all

./athena-start start

Because currently it seems to go to some loop and trying to allocate infinite memory, which makes server fail.

 
Step 1: remove [] and change to your username and password as mentioned in map-server.conf and char-server.conf(be sure to don't have it as s1/p1)

Step 3: VPS IP

Step 5: THE IP can be either 127.0.0.1 or localhost, If your SQL is on same VPS.

Error: try above steps and try to run again by commands

./configure

make clean

make all

./athena-start start

Because currently it seems to go to some loop and trying to allocate infinite memory, which makes server fail.
Thanks @@Winterfox & @@Dastgir

and for @@Dastgir

im done re try all the step

but ending like this (infinity loop)

http://postimg.org/image/nsv3kuvk5/

I tried Step 5 for 2 times, first using my vps and then try using 127.0.0.1

but all of them ended looping like the pict above.

What i need to do?

Thanks before
default_smile.png


 
Back
Top