Authentication Faiure

Results 1 to 4 of 4
  1. #1
    Novice parames3010 is offline
    MemberRank
    Sep 2014 Join Date
    2Posts

    sad Authentication Faiure



    My client config >> ConfigOptions.xml
    Code:
    <?xml version="1.0"?>
    <config_options>
        <op ver="0.1" ip="103.253.xx.xx" port="20200"/>
        <local ver="0.1" local_dsp="Language\local_data.dat" local_sync_dsp="Language\local_sync_data.dat"/>
        <BUGTRAP ip="103.253.xx.xx" port ="20201" folder="DBO Client(CJI_Release)" />
    </config_options>

    i use serverfile by Daneos
    >> http://forum.ragezone.com/f880/drago...files-1029161/


    Server successful running. (i think)




    myconfig >> server.ini
    Code:
    [Auth Server]
    Address = 127.0.0.1
    Port = 20200
    Security_key = xxxxxxxxxx
    server_accept_limit = 1
    
    
    [Char Server]
    Address = 127.0.0.1
    Port = 20300
    Security_key = xxxxxxxxxx
    server_accept_limit = 1
    
    
    [Chat Server]
    Address = 127.0.0.1
    Port = 20400
    Security_key = xxxxxxxxxx
    server_accept_limit = 1
    SrvAcceptAddress = 127.0.0.1
    SrvAcceptPort = 20401
    
    
    [Game Server]
    Address = 127.0.0.1
    Port = 30002
    Security_key = xxxxxxxxxx
    server_accept_limit = 1
    
    
    
    
    [DATABASE]    
    Host = tcp://127.0.0.1:3306
    User = root
    Password = xxxxxxxxxx
    Db = dbo






    Running on VPS Windows 2008



    who know idea how to fix this please help me. so thank


  2. #2
    Member xArva is offline
    MemberRank
    Mar 2013 Join Date
    51Posts

    Re: Authentication Faiure

    Did you opened the Ports from 20200-30002 ?
    If not, do it. :)

  3. #3
    Novice parames3010 is offline
    MemberRank
    Sep 2014 Join Date
    2Posts

    Re: Authentication Faiure

    Quote Originally Posted by xArva View Post
    Did you opened the Ports from 20200-30002 ?
    If not, do it. :)
    after open ports



    * when click ok button window game close

    * when wait time = 0 sec show messege "Authentication Failure"




    why ? :(


    DboLog:
    [03:06:21 AM] network lib : [2014-11-02 3:6:21:715] WSAEnumNetworkEvents Fail (10093)Either the application has not called WSAStartup, or WSAStartup failed.


    func[c:\development\pserver\dragonball online\dboclient\source\ntllib\client\ntlclientnet\ntlclientnet.cpp] line[2594] function[CEventBaseNetworkImp::OnThreadProc]
    Last edited by parames3010; 01-11-14 at 09:07 PM.

  4. #4
    Dbo Dev Daneos is offline
    MemberRank
    Sep 2009 Join Date
    GermanyLocation
    933Posts

    Re: Authentication Faiure

    At servers.ini try to change Address = 127.0.0.1 to Address = your-server-ip



Advertisement