Loading...
  1. Dismiss Notice
  2. Dismiss Notice
  3. Dismiss Notice
  4. If this is your first visit, you may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

No game server is available to the autherntication .. (6)

Discussion in 'Problems' started by BlazBloz, May 14, 2017.

  1. Cryptonian

    Cryptonian Proficient

    Joined:
    Mar 6, 2014
    Messages:
    179
    Likes Received:
    109
    Trophy Points:
    308
    Location:
    Argentina
    I have a friend who happens to be exactly the same, any solution for this?
     
  2. Smartik1

    Smartik1 Walking F.A.Q. Forum Legend

    Joined:
    Aug 1, 2010
    Messages:
    10,670
    Likes Received:
    5,397
    Trophy Points:
    588
    So far the only confirmed fix is uninstalling Comodo if that is what you use. Not aware of other successful fixes, but uninstalling any antivirus/antimalware/internet security program and trying again could help you pinpoint the cause.
     
  3. Cryptonian

    Cryptonian Proficient

    Joined:
    Mar 6, 2014
    Messages:
    179
    Likes Received:
    109
    Trophy Points:
    308
    Location:
    Argentina
    What do you mean, comodo?
     
  4. Smartik1

    Smartik1 Walking F.A.Q. Forum Legend

    Joined:
    Aug 1, 2010
    Messages:
    10,670
    Likes Received:
    5,397
    Trophy Points:
    588
    Comodo Internet Security. It is just another antivirus program.
     
    Cryptonian likes this.
  5. Redspirit

    Redspirit Expert

    Joined:
    Jul 2, 2010
    Messages:
    575
    Likes Received:
    119
    Trophy Points:
    263
    Location:
    Tehran
    its whole batch file :)

    ECHO OFF
    CLS

    ECHO.
    ECHO ====~-[)* GamezAion Launcher *(]~-====
    ECHO.
    ECHO Connecting to 69.167.179.118
    ECHO.
    ECHO ======================================
    ECHO.

    ECHO OFF
    if exist bin32\aion.bin GOTO bin
    GOTO error
    :bin
    start XenosX64.exe --run Gamez.cfg -ng -port:2106 -cc:1 -noauthgg -noweb -ingameshop -loginex -64
    TIMEOUT 1
    start bin64\aion.bin aion.bin -ip:69.167.179.118 -ng -port:2106 -cc:1 -noauthgg -noweb -ingameshop -loginex
    ECHO.
    ECHO Aion is now loading...
    ECHO.
    ECHO ..............................................
    ECHO ........#......#####.....####.....#.....#.....
    ECHO .......#.#.......#......#....#....##....#.....
    ECHO ......#...#......#......#....#....#.#...#.....
    ECHO .....#######.....#......#....#....#..#..#.....
    ECHO .....#.....#.....#......#....#....#...#.#.....
    ECHO ....#.......#....#......#....#....#....##.....
    ECHO ....#.......#..#####.....####.....#.....#.....
    ECHO ..............................................
    GOTO end

    :error
    ECHO ERROR: bin64\aion.bin could not be found.
    ECHO.
    ECHO **** Launcher will auto-close in 3 seconds ****
    ping localhost -n 5 > nul
    exit

    :end
    ECHO.
    ping localhost -n 7 > nul
    EXIT

    it wasnt a simple batch file anyway
     
  6. Smartik1

    Smartik1 Walking F.A.Q. Forum Legend

    Joined:
    Aug 1, 2010
    Messages:
    10,670
    Likes Received:
    5,397
    Trophy Points:
    588
    I see you added your own injection for 64bit. I am quite surprised this didn't crash you. The original launcher called waitforinputidle to make sure it does not inject before login screen. Injecting on the splash screen (or before the progress bar loader) tended to kill the client. If you check aion.bin in task manager on win 10 you can see it actually has 2 phases (switches when it goes fullscreen and starts loading). Injecting the first phase tended to crash.
     
  7. Redspirit

    Redspirit Expert

    Joined:
    Jul 2, 2010
    Messages:
    575
    Likes Received:
    119
    Trophy Points:
    263
    Location:
    Tehran
    we need something like old way, i think this version.dll causes problem with same file in system32 or syswol64, thats why some security program wont let it works
     
  8. Smartik1

    Smartik1 Walking F.A.Q. Forum Legend

    Joined:
    Aug 1, 2010
    Messages:
    10,670
    Likes Received:
    5,397
    Trophy Points:
    588
    There is no this version's dll >.> lol
    The DLL is for the launcher itself to add input field functionality (like browsing for location) among other things. It just extends the .NET framework functionality to allow a more complex launcher. It is not inejcted into the game.
     
  9. Redspirit

    Redspirit Expert

    Joined:
    Jul 2, 2010
    Messages:
    575
    Likes Received:
    119
    Trophy Points:
    263
    Location:
    Tehran
    i have version.dll in both system32 and syswol64, btw im using win10 enterprise , for both are windows file not gamez :D
     

Share This Page