[CentOS] Setting up your Aura Kingdom Server

Page 33 of 76 FirstFirst ... 23252627282930313233343536373839404143 ... LastLast
Results 481 to 495 of 1127
  1. #481
    Apprentice C9ISR is offline
    MemberRank
    Jan 2016 Join Date
    16Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Hulu View Post
    Here's an example of the queries you'll need to execute:
    Code:
    "INSERT INTO accounts (username, password) VALUES ('test', 'test')"
    "INSERT INTO tb_user (mid, password, pwd) VALUES ('test', 'test', '098f6bcd4621d373cade4e832627b4f6')"
    i see progress but now a new error straight away
    system error
    errrrrrr111.jpg

  2. #482
    Web Developer Hulu is offline
    MemberRank
    Apr 2012 Join Date
    RaGEZONELocation
    326Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Check your client's error.log and your WorldServer logs. If you want to copy and paste the whole thing, make sure you do it in a spoiler.

  3. #483
    Apprentice C9ISR is offline
    MemberRank
    Jan 2016 Join Date
    16Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Hulu View Post
    Check your client's error.log and your WorldServer logs. If you want to copy and paste the whole thing, make sure you do it in a spoiler.
    Client error log
    Spoiler:

    2016/01/28 20:41:13 [Desc]Node[11001] LoadEvent<¸ê®Æ­«½Æ>!! ID=901
    2016/01/28 20:41:13 [Desc]Node[404] LoadEvent<¸ê®Æ­«½Æ>!! ID=632
    2016/01/28 20:41:13 [Desc]Node[404] LoadEvent<¸ê®Æ­«½Æ>!! ID=1632
    2016/01/28 20:41:14 [Desc]Node[6] LoadPatrol<¸ê®Æ­«½Æ>!! ID=181
    2016/01/28 20:41:15 [Desc]Option Apply
    2016/01/28 20:41:16 [Desc]Init 3D System Success.
    2016/01/28 20:41:20 [Desc]Load Scene begin...
    2016/01/28 20:41:20 [Desc]Load CZone: S099
    2016/01/28 20:41:20 [Desc]Memory Percent : 86
    2016/01/28 20:41:20 [Desc]Memory Total : 4013.000 MB
    2016/01/28 20:41:20 [Desc]Memory Available : 553.896 MB
    2016/01/28 20:41:20 [Desc]Virtual Memory Available : 3777.928 MB
    2016/01/28 20:41:20 [Desc]Process PeakWorkingSetSize : 215.036 MB
    2016/01/28 20:41:20 [Desc]Process PagefileUsage : 275.444 MB
    2016/01/28 20:41:20 [Desc]Allocated/Active/Mapped: 160.076 MB/176.000 MB/184.320 MB
    2016/01/28 20:41:20 [Desc]Load FSM Begin...
    2016/01/28 20:41:20 [Desc]Load FSM LayerBlock Allocated Size: 36920396 bytes
    2016/01/28 20:41:22 [Desc]Load FSM GrassList...
    2016/01/28 20:41:22 [Desc]Load FSM Object...
    2016/01/28 20:41:23 [Desc]Load FSM End...
    2016/01/28 20:41:23 [Desc]Load Terrain Object Begin...
    2016/01/28 20:41:23 [Desc]Scene Object Total: 5289
    2016/01/28 20:41:23 [Desc]BuildQuadTreeRoot End... Time=[0.004705]
    2016/01/28 20:41:23 [Desc]Map[S099] Cannot found object [R0013]
    2016/01/28 20:41:29 [Desc]Map[S099] Cannot found object [(null)]
    2016/01/28 20:41:29 [Desc]Load Terrain Object End... Time=[6.385384]
    2016/01/28 20:41:29 [Desc]Load Scene end...
    2016/01/28 20:41:29 [Desc]Load SMP begin...
    2016/01/28 20:41:29 [Desc]Load SMP end...
    2016/01/28 20:41:29 [Desc]Load PGP begin...
    2016/01/28 20:41:29 [Desc]Load PGP end...
    2016/01/28 20:41:30 [Desc][LOGIN]
    2016/01/28 20:41:48 [Desc]Free CZone begin...
    2016/01/28 20:41:48 [Desc]Free CZone end...
    2016/01/28 20:41:48 [Desc]DESTORY APP



    World Log
    Spoiler:

    [Pid:2464][2016-01-28 19:39:07]Root Path:/root/AK/WorldServer/
    [Pid:2464][2016-01-28 19:39:07]Orig Proxy Path:/root/AK/WorldServer/ApexProxyMain.so
    [Pid:2464][2016-01-28 19:39:07]Update Proxy Path:/root/AK/WorldServer/update/ApexProxyMain.so
    [Pid:2464][2016-01-28 19:39:07]config not exist:/root/AK/WorldServer/AHThunkConfig.ini
    [Pid:2464][2016-01-28 19:39:07]StartUp Apex Proxy Main Failed! [ErrNum:-21]

  4. #484
    Web Developer Hulu is offline
    MemberRank
    Apr 2012 Join Date
    RaGEZONELocation
    326Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    StartUp Apex Proxy Main Failed! [ErrNum:-21]
    That may be your problem, but unfortunately I don't know how to solve it. Maybe @Hycker or @Eperty123 knows how?

  5. #485
    Alpha Member Hycker is offline
    MemberRank
    Dec 2010 Join Date
    /root/gameguardLocation
    1,587Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    [Pid:2464][2016-01-28 19:39:07]config not exist:/root/AK/WorldServer/AHThunkConfig.ini

  6. #486
    Web Developer Hulu is offline
    MemberRank
    Apr 2012 Join Date
    RaGEZONELocation
    326Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    LOL I completely read over that line...

  7. #487
    Apprentice C9ISR is offline
    MemberRank
    Jan 2016 Join Date
    16Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Hycker View Post
    [Pid:2464][2016-01-28 19:39:07]config not exist:/root/AK/WorldServer/AHThunkConfig.ini
    i've managed to fix it
    but still same issue i think the config is wrong
    my VB ip is 192.168.1.1
    i connect to it with secureCRT through 10.0.0.5
    my ticket server is set to 192.168.1.1
    and setup.ini all the ips are 127.0.0.1
    now in the DB serverstatus and WORLD i have tried to change the ips to 10.0.0.5 127.0.0.1 and 192.168.1.1 even my external ip but i just either cant connect to the client or system error again, the server starts on TCP 0.0.0.0 as well, which from what i understand it shouldnt be like this.

  8. #488
    Novice Murilo Andrei is offline
    MemberRank
    Jan 2016 Join Date
    1Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    My virtual box don't let me login after instal CentOS.
    I put the login(root) but when I press login it freeze and I can't put the password.
    Only thing I can't do is press Enter...

    Already re-installed 3 times.
    here a pic http://puu.sh/mOLwe/cdde6c0a3c.png

    You guys know what is going on ?

  9. #489
    Apprentice suckingx is offline
    MemberRank
    Aug 2010 Join Date
    5Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Murilo Andrei View Post
    My virtual box don't let me login after instal CentOS.
    I put the login(root) but when I press login it freeze and I can't put the password.
    Only thing I can't do is press Enter...

    Already re-installed 3 times.
    here a pic http://puu.sh/mOLwe/cdde6c0a3c.png

    You guys know what is going on ?
    The password isn't shown as you write. Right after you put your user, the password field will appear, just write your pwd and press enter.

  10. #490
    Account Upgraded | Title Enabled! karl7 is online now
    MemberRank
    Oct 2010 Join Date
    266Posts

    Re: [CentOS] Setting up your Aura Kingdom Server



    i need some help. Ive tried reading all of the posts here. The server files works if i host my server on my LAN under windows with virtual box. I can connect and play fine. but i tried my VPS centOS same setup. I applied the WAN patch still i cant connect to my VPS the zones are up and okay but just cant connect to the world server. can anyone enlighten me.

    Also can we just run one worldserver and one zoneserver?

    Thank you

  11. #491
    Web Developer Hulu is offline
    MemberRank
    Apr 2012 Join Date
    RaGEZONELocation
    326Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    @karl7, you may just run 1 world and zone, that's not a problem. When you hexed the IP's did you use the files inside the Tools directory?

  12. #492
    .:Nexus Slave:. DevilSpeak is offline
    MemberRank
    Oct 2010 Join Date
    Mistet minnerLocation
    317Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Thank you to everyone involved in releasing these files and all of you that have got this section added.

    I had this setup on my home server in a snap, with the guides in this post, and it's been up and runnin for a week now and Ill tell ya, its dam addicting.

    Thank you
    Hulu,Eperty123,Hycker


  13. #493
    Account Upgraded | Title Enabled! karl7 is online now
    MemberRank
    Oct 2010 Join Date
    266Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    @Hulu
    Yes the untouch files inside the fixed files folder. What i tried is first i hexed is manually. I searched for DEDEDE , it appears twice on every server file change the DEDEDE into the hex counter part of my WAN IP. still did not work. Then i tried it by patching using evestus IP updater. It didnt worked also. And then again i manually hexed it again, but now after hexing, i applied the WAN Updated to worldserver didnt worked still.

    I have read on post way back that evestu posted that once you patched the world server with the WAN Patcher in your database keep it the IP into LAN ip. but my centOS VPS doesnt have a lan ip so i put the WAN IP into the external IP, didnt worked. Then what i did after is i added a private network IP and manually add eth0:0 a new private address which is 192.168.1.50, and then changed the serverstatus table IP into the lan IP exactly as what evestu said. still didnt worked.

  14. #494
    Web Developer Hulu is offline
    MemberRank
    Apr 2012 Join Date
    RaGEZONELocation
    326Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    @karl7, what kind of error are you getting with you login? Also, did you change the IP's in the ffaccount > worlds and ffdb1 > serverstatus tables?

  15. #495
    Account Upgraded | Title Enabled! karl7 is online now
    MemberRank
    Oct 2010 Join Date
    266Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    @Hulu
    Yes i did. it was working on my local machines. i got 4 computers , and hosted it on one computer locally using my LAN IP. It works. I played it and tested it first until i decided to host it on my VPS so that my friends could connect outside. and its not working. well my VPS runs on centOS so centOS is not under virtualbox. also my VPS only have WAN IP. no LAN IP, i just added a virtual interface to add LAN IP still not working



Advertisement