LoginServer connect Fail

Results 1 to 3 of 3
  1. #1
    Novice es20010 is offline
    MemberRank
    Dec 2012 Join Date
    1Posts

    LoginServer connect Fail

    Hi to everyone , I am new into create a Mu server and I having this problem right now

    What I did : Config the files , install the database,

    What I got : LoginServer connect Fail when I try to run the server.



    I am trying to use this pack : http://forum.ragezone.com/f197/serve...-100-a-792584/

    And I believe that my problem is set on ip mistakes but I cant figure out where I am failing . I hope that someone can help me

    Here are my configs :

    ConnectServer\Data\ServerList

    PHP Code:
    //---------------------------------------------------------------------------
    // MU Server List
    // MU ConnectServer by S@nek © Copyright 2007-2009
    // In one Server can be a maximum 16 Sub-Servers. (16 visibles)
    //---------------------------------------------------------------------------

    //---------------------------------------------------------------------------
    // "GameServerID" | "NameServer" | "IP" | "Port" | "Status(SHOW, HIDE)"
    //---------------------------------------------------------------------------
    // 0-65535 | 0-30 characters | 0-16 characters | 0-65535 | SHOW/HIDE
    //---------------------------------------------------------------------------

    0         "pvp"       "127.0.0.1" 55901 "SHOW"
    19          "Castle"    "127.0.0.1" 55919 "HIDE"
    21          "ServerViP" "127.0.0.1" 55921 "SHOW" 
    ConnectServer\Data\bor_serverlist

    PHP Code:
    //---------------------------------------------------------------------------
    // MU Server List
    // MU ConnectServer by S@nek © Copyright 2007-2009
    // In one Server can be a maximum 16 Sub-Servers. (16 visibles)
    //---------------------------------------------------------------------------

    //---------------------------------------------------------------------------
    // "GameServerID" | "NameServer" | "IP" | "Port" | "Status(SHOW, HIDE)"
    //---------------------------------------------------------------------------
    // 0-65535 | 0-30 characters | 0-16 characters | 0-65535 | SHOW/HIDE
    //---------------------------------------------------------------------------

    0         "pvp"       "127.0.0.1" 55901 "SHOW"
    19          "Castle"    "127.0.0.1" 55919 "HIDE"
    21          "ServerViP" "127.0.0.1" 55921 "SHOW" 
    data\IpList


    PHP Code:
    "127.0.0.1" 
    data\MapServerInfo

    PHP Code:
    //==============================================================================
    //Map Server Infomation File [KOR]
    //#www.darksideofmu.com
    //by DaRKav (darkav@hotmail.com)
    //------------------------------------------------------------------------------
    //Revision 2 Mar, 2008            
    //==============================================================================

    // 1> . ¼­¹öÀÇ IP, Æ÷Æ®Á¤º¸ (°øÀÎIP, Æ÷Æ®¹øÈ£ ¸¸ »ç¿ë°¡´É)
    //
    //    P.S.> InitSetting (ÃÖÃÊ ¸ÊÀ̵¿ Á¤º¸ ¼¼ÆÃ°ª) ÀÇ °ªÀÇ ÀǹÌ
    //    -1     : Á¢¼ÓºÒ°¡ - Á¢¼Ó°¡´ÉÇÑ ÃÖÃʼ­¹ö·Î Á¢¼Ó
    //    0    : Á¢¼ÓºÒ°¡ - Á¢¼Ó°¡´ÉÇÑ ¼­¹ö Áß ·£´ýÇϰԠÁ¢¼Ó
    //    1    : Á¢¼Ó°¡´É
    //
    //    ServerCode    MapServerGroup    InitSetting    IpAddress    PortNum
    //-----------------------------------------------------------------------------
    0
        
    // Normal Servers
        
    0        0        1        S127.0.0.1        55901    //[Main]
        
    19        0        0        S127.0.0.1        55919    //[Castle]
    end


    // 2> . ¼­¹öÀÇ ¸Ê À̵¿ ºÒ°¡´É Á¤º¸ (À§ÀÇ ¼­¹öÁ¤º¸¿¡ ¾ø´Â ¼­¹ö´Â µî·ÏµÉ ¼ö ¾øÀ½)
    //
    //    ServerCode    MoveAbleOption    Map    DestServerCode
    //-----------------------------------------------------------------------------
    1
        0        0        30        19
        0        0        31        19
        0        0        34        19
        0        0        41        19
        0        0        42        19
        0        0        43        19
        0        0        44        19


        19        1        30        
    -1
        19        1        31        
    -1
        19        1        34        
    -1
        19        1        41        
    -1
        19        1        42        
    -1
        19        1        43        
    -1
        19        1        44        
    -1
    end 
    data\MapServerInfoCS


    PHP Code:
    //==============================================================================
    //Map Server Infomation File [KOR]
    //#www.darksideofmu.com
    //by DaRKav (darkav@hotmail.com)
    //------------------------------------------------------------------------------
    //Revision 2 Mar, 2008            
    //==============================================================================

    // 1> . ¼­¹öÀÇ IP, Æ÷Æ®Á¤º¸ (°øÀÎIP, Æ÷Æ®¹øÈ£ ¸¸ »ç¿ë°¡´É)
    //
    //    P.S.> InitSetting (ÃÖÃÊ ¸ÊÀ̵¿ Á¤º¸ ¼¼ÆÃ°ª) ÀÇ °ªÀÇ ÀǹÌ
    //    -1     : Á¢¼ÓºÒ°¡ - Á¢¼Ó°¡´ÉÇÑ ÃÖÃʼ­¹ö·Î Á¢¼Ó
    //    0    : Á¢¼ÓºÒ°¡ - Á¢¼Ó°¡´ÉÇÑ ¼­¹ö Áß ·£´ýÇϰԠÁ¢¼Ó
    //    1    : Á¢¼Ó°¡´É
    //
    //    ServerCode    MapServerGroup    InitSetting    IpAddress    PortNum
    //-----------------------------------------------------------------------------
    0
        
    // Normal Servers
        
    0        0        1        S127.0.0.1        55901    //[Main]
        
    19        0        0        S127.0.0.1        55919    //[Castle]
    end


    // 2> . ¼­¹öÀÇ ¸Ê À̵¿ ºÒ°¡´É Á¤º¸ (À§ÀÇ ¼­¹öÁ¤º¸¿¡ ¾ø´Â ¼­¹ö´Â µî·ÏµÉ ¼ö ¾øÀ½)
    //
    //    ServerCode    MoveAbleOption    Map    DestServerCode
    //-----------------------------------------------------------------------------
    1
        0        0        30        19
        0        0        31        19
        0        0        34        19
        0        0        41        19
        0        0        42        19
        0        0        43        19
        0        0        44        19
        0        0        56        19
        0        0        57        19



        19        1        30        
    -1
        19        1        31        
    -1
        19        1        34        
    -1
        19        1        41        
    -1
        19        1        42        
    -1
        19        1        43        
    -1
        19        1        44        
    -1
        19        1        56        
    -1
        19        1        57        
    -1
    end 
    data\lang\kor\commonloc

    PHP Code:
    [ConnectServerInfo]
    IP        =127.0.0.1
    PORT        
    =55557

    [GameServerInfo]
    ClientExeVersion    =1.07.48
    ClientExeSerial        
    =UniversalGames
    LootingTime    
    =60 
    SCFExDB\AllowedList

    PHP Code:
    127.0.0.1
    end 
    EventServer\DATA\svconfig

    PHP Code:
    [pim_setting]
    queue_no=4
    workerthread_no
    =4

    [odbc_connection]
    mu2003_dbname Muonline
    mu2003_dsn 
    Muonline
    mu2003_uid 
    sa
    mu2003_pass 

    ExDB\exdb.ini

    PHP Code:
    // ExDataServerInfo
    // ID, Password, Version, MaxFriend, MaxMail
    "sa" "" 1  50  50

    // Version   : ExDB.ini ÆÄÀÏÀÇ ¹öÁ¯ Á¤º¸
    // MaxFriend : ÃÖ´ë Ä£±¸ µî·Ï °³¼ö
    // MaxMail   : ÃÖ´ë ÆíÁö °³¼ö


    // ¹öÁ¯ 0 Àº ID, Password ¸¸ Á¸Àç
    // ¹öÁ¯ 1 Àº Version, MaxFriend, MaxMail Ãß°¡
    ChatServerIP 127.0.0.1 
    RankingServer\SvConfig

    PHP Code:
    [pim_setting]
    queue_no=4
    workerthread_no
    =4

    [odbc_connection]
    mu2003_dbname Muonline
    mu2003_dsn 
    Muonline
    mu2003_uid 
    sa
    mu2003_pass 

    SCFExDB\Config

    PHP Code:
    [Connection]
    ServerODBC=MuOnline
    Port
    =55999
    Name
    =MuOnline
    NameMe
    =MuOnline
    NameRS
    =Ranking
    NameES
    =MU2003_EVENT_DATA
    Login
    =sa
    Password
    =

    [
    Config]
    MAX_SERVER 10

    [VIP]

    IsAutoRenew=0
    VipValue
    =100
    Days
    =10 
    SCFQueryInstaller\SCFQueryInstaller.ini

    PHP Code:
    // IpAdress Config:
    // Put the same value than you put in ODBC Creation, for example could be:
    // (local)
    // or
    // ICARUS\SQLEXPRESS

    [SQLConfig]

    IpAdress=127.0.0.1
    DNS
    =MuOnline
    User
    =sa
    Password
    =

    [
    Table]

    MuOnline=MuOnline
    MeMuOnline
    =MuOnline 

    StartUp\bor_StartUp.xml


    PHP Code:
    <?xml version="1.0" encoding="utf-8"?>
    <Services>
      <Service StartInterval="1000" Path="C:\MuServer\DataServer1\Dataserver1.exe" Parameters="55960 1" />
      <Service StartInterval="1000" Path="C:\MuServer\DataServer2\Dataserver2.exe" Parameters="55962 2" />
      <Service StartInterval="1000" Path="C:\MuServer\DataServer3\Dataserver3.exe" Parameters="55964 3" />
      <Service StartInterval="1000" Path="C:\MuServer\ConnectServer\ConnectServer.exe" Parameters="" />
      <Service StartInterval="1000" Path="C:\MuServer\JoinServer\JoinServer.exe" Parameters="/p55970 /ca127.0.0.1 /cp55557" />
      <Service StartInterval="1000" Path="C:\MuServer\ExDB\ExDB.exe" Parameters="127.0.0.1" />
      <Service StartInterval="1000" Path="C:\MuServer\ChatServer\ChatServer.exe" Parameters="127.0.0.1" />
      <Service StartInterval="1000" Path="C:\MuServer\EventServer\EventServer.exe" Parameters="" />
      <Service StartInterval="1000" Path="C:\MuServer\SCFPostServer\SCFPostServer.exe" Parameters="127.0.0.1" />
      <Service StartInterval="1000" Path="C:\MuServer\SCFExDB\SCFExDB_.exe" Parameters="127.0.0.1" />
      <Service StartInterval="1000" Path="C:\MuServer\GameServer\GameServer.exe" Parameters="127.0.0.1 55970 127.0.0.1 55960 54371" />
      <Service StartInterval="1000" Path="C:\MuServer\GameServerCS\GameServerCS.exe" Parameters="127.0.0.1 55970 127.0.0.1 55962 55919" />
      <Service StartInterval="1000" Path="C:\MuServer\SubServer\ServerVip\GameServer\GameServerVip.exe" Parameters="127.0.0.1 55970 127.0.0.1 55964 55921" />
    </Services>

    Error Working :

    https://www.dropbox.com/s/ts6mkj8l1z6nhkw/capture-1.mp4


    Thanks for your help ;)


  2. #2
    Account Upgraded | Title Enabled! evo1123 is offline
    MemberRank
    Oct 2007 Join Date
    C:\WindowsLocation
    1,197Posts

    Re: LoginServer connect Fail

    make sure your JOINSERVER.EXE is working properly

    and in your startup i see your gameserver has

    Code:
      <Service StartInterval="1000" Path="C:\MuServer\GameServer\GameServer.exe" Parameters="127.0.0.1 55970 127.0.0.1 55960 54371" /> 


    it should be


    Code:
      <Service  StartInterval="1000" Path="C:\MuServer\GameServer\GameServer.exe" Parameters="127.0.0.1 55970 127.0.0.1 55960 55901" />

  3. #3
    Don Corleone Cryingsoul is offline
    MemberRank
    Mar 2009 Join Date
    DenmarkLocation
    702Posts

    Re: LoginServer connect Fail

    http://forum.ragezone.com/f193/muser...7/#post7372981

    You got the similair problem, read my reply



Advertisement