Jump to content
  • 0
chryxt

another problem related making server-side

Question

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]
(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 :(

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

please help me to solve this problem please..
Many many thanks :)

Edited by chryxt

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

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 :)

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.