AL 4.0 - Server Down

Results 1 to 2 of 2
  1. #1
    Novice nxsnexus is offline
    MemberRank
    Oct 2013 Join Date
    3Posts

    AL 4.0 - Server Down

    Hi !

    I've got some trouble with a fresh new server AL 4.0.

    Everytime I launch server and try to join it, the serveur is displayed as Down. But the server seems to start properly and yesterday, it worked. I follow instructions in in this post to configure network. Friends used to sucessfully log into server but it's not possible anymore.

    consoles.jpg

    My start.bat looks like this :
    Code:
    @echo off
    echo Starting Aion ...
    
    if exist L10N\DEU\DEU.pak (
      start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:2 -lang:deu -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
    
    ) else if exist L10N\ENG\ENG.pak (
      start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:2 -lang:eng -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
    
    ) else if exist L10N\ENU\ENU.pak (
      start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:1 -lang:enu -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
    
    ) else if exist L10N\FRA\FRA.pak (
      start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:2 -lang:fra -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
    
    ) else if exist L10N\RUS\RUS.pak (
      start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:7 -lang:rus -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
    
    ) else (
     echo Aion folder not found or unsupported language.
     pause. 
    )
    Obviously, my friend has not the same .bat. He has one with my external IP Adress inside it. And here is my ipconfig.xml :

    Code:
    <ipconfig default="xxx.xxx.xxx.xxx">
    
    </ipconfig>
    xxx.xxx.xxx.xxx corresponds to my external IP Adress. My friend has got the file in bin32 modified by the NOIP FiX and... That's all !

    I don't know why this porblem happen and how to fix it.

    Thank you for the further help !


  2. #2
    Enthusiast DarkShadoow is offline
    MemberRank
    Oct 2013 Join Date
    AlgeriaLocation
    36Posts

    Re: AL 4.0 - Server Down

    me too i get server down



Advertisement