[Help] LoginAuth: 8

Results 1 to 7 of 7
  1. #1
    TruCore ES3N1N is offline
    MemberRank
    Nov 2018 Join Date
    UkraineLocation
    217Posts

    happy [Help] LoginAuth: 8

    hello guys. faced such a problem, when connecting to the game writes LOGIN FAILED Wrong username or password

    my r3dlog:

    000035.486| WO_API: http timeout
    000035.486| LoginAuth: 8

    my 127.0.0.1/app/api_Login.aspx
    WO_5no parameter username

    SRC: CodexPo


  2. #2
    Account Upgraded | Title Enabled! IKaruzI15 is offline
    MemberRank
    May 2017 Join Date
    197Posts

    Re: [Help] LoginAuth: 8

    if u can call the api from browser but gets wo_x soo x is presenting a code, then it has something todo with ur client or server, check out if u have set up everything in their properly.

  3. #3
    Yuri-BR#1559 Yuri-BR is offline
    DeveloperRank
    Apr 2013 Join Date
    ☣️❤️Location
    1,040Posts

    Re: [Help] LoginAuth: 8

    Code:
    /*
        WO API error codes:
        0: operation Ok
        1: session not valid (disconnected)
        5: php<->SQL error
        6: SQL parameters error
        7: SQL logic error (not enough money, etc)
        8: http connection
        9: http output error
    */
    Try check all the api ip and path if they are correct, and check that your api is working normally, and returns with the value:

    "WO_5no parameter username".
    Last edited by Yuri-BR; 24-09-20 at 09:41 PM.

  4. #4
    Novice sdlyhJex is offline
    MemberRank
    Sep 2020 Join Date
    1Posts

    Re: [Help] LoginAuth: 8


  5. #5
    TruCore ES3N1N is offline
    MemberRank
    Nov 2018 Join Date
    UkraineLocation
    217Posts

    Re: [Help] LoginAuth: 8

    I found an error, the problem was that I did not specify the correct ipv4 address in my src

    but now when cleaning the assembly, the error appears
    LNK1181: cannot open input file 'SpeedTreeCore_v7.1_VS2008_MTDLL.lib

    I connected libraries
    Include:
    C:\WarZ\src\External\SpeedTreeSDK\Include
    C:\WarZ\src\External\SpeedTreeSDK\Source
    Lib:
    C:\WarZ\src\External\SpeedTreeSDK\Lib

  6. #6
    Yuri-BR#1559 Yuri-BR is offline
    DeveloperRank
    Apr 2013 Join Date
    ☣️❤️Location
    1,040Posts

    Re: [Help] LoginAuth: 8

    Quote Originally Posted by ES3N1N View Post
    I found an error, the problem was that I did not specify the correct ipv4 address in my src

    but now when cleaning the assembly, the error appears
    LNK1181: cannot open input file 'SpeedTreeCore_v7.1_VS2008_MTDLL.lib

    I connected libraries
    Include:
    C:\WarZ\src\External\SpeedTreeSDK\Include
    C:\WarZ\src\External\SpeedTreeSDK\Source
    Lib:
    C:\WarZ\src\External\SpeedTreeSDK\Lib
    Additional Library Directories:
    Code:
    ../External/SpeedTreeSDK/Lib/Windows/VS2008

  7. #7
    TruCore ES3N1N is offline
    MemberRank
    Nov 2018 Join Date
    UkraineLocation
    217Posts

    Re: [Help] LoginAuth: 8

    thanks a lot, bugs resolved



Advertisement