Client strange / Not sure what the problem is.

Results 1 to 1 of 1
  1. #1
    This is bullshit. alextepes is offline
    MemberRank
    Sep 2006 Join Date
    CanadaLocation
    310Posts

    Client strange / Not sure what the problem is.

    So, I'll just post what I've got with configs and such;

    server.cfg
    Spoiler:

    Code:
    Common {
        debug_option_debugger_present    {
                DEBUG_OPTION_ASSERT_SHOW_MESSAGEBOX_OKCANCEL,
                DEBUG_OPTION_ASSERT_ADVANCE_BREAK,
                DEBUG_OPTION_ASSERT_CANCEL_EXIT
        }
        
        debug_option_stand_alone    {            
                DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX ,
                DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
        }
    
    
        netengine_debug_option_debugger_present    {
                DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX ,
                DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
        }
    
    
        netengine_debug_option_stand_alone    {
                DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX ,
                DEBUG_OPTION_ASSERT_WRITE_MINIDUMP 
        }
    
    
    }
    
    
    ////////////////////////////////////////////////////////////////////////////////////////////
    GlobalManager {
        Certification "192.168.56.102", 32000 
        LoginFailureTolerance        3                // ÃÖ´ë ·Î±×ÀÎ ÆÐ½º¿öµå ¿À·ù Çã¿ëÄ¡
        IBUVFailureTolerance        3                // ÃÖ´ë À̹ÌÁö ÀÎÁõ ¿À·ù Çã¿ëÄ¡
        LoginFailureBlockTimeMin    0                // ºí·° ½Ã°£(ºÐ) - ·Î±×ÀÎ ÆÐ½º¿öµå ¿À·ù 
        IBUVFailureBlockTimeMin        0                // ºí·° ½Ã°£(ºÐ) - À̹ÌÁö ÀÎÁõ ¿À·ù 
        AutomatedPunisher        "AutomatedPunisher"        // ºí·° ÁÖü À̸§ (±âÁ¸ ºí·°Àº gm ¸í)
        LoginPunishmentGuide        "Blocked for 10 minutes due to incorrect password entered 3 times"    // ÆÐ½º¿öµå ¿À·ù¿¡ ´ëÇÑ ºí·° °¡À̵å
        LoginPunishmentDescription    "Blocked for 10 minutes due to incorrect password entered 3 times"    // ÆÐ½º¿öµå ¿À·ù¿¡ ´ëÇÑ ºí·° ¼³¸í
        IBUVPunishmentGuide        "Blocked for 10 minutes due to incorrect code entered 3 times"        // À̹ÌÁö ÀÎÁõ ¿À·ù¿¡ ´ëÇÑ ºí·° °¡À̵å
        IBUVPunishmentDescription    "Blocked for 10 minutes due to incorrect code entered 3 times"        // À̹ÌÁö ÀÎÁõ ¿À·ù¿¡ ´ëÇÑ ºí·° ¼³¸í
    }
    
    
    GatewayServer {
        LastFullVersion_SR_Client 1
        Certification "192.168.56.102", 15880
        IBUVQueueReserveCount        20000    // IBUV¸¦ À§ÇØ ¹Ì¸® »ý¼ºÇØ ³õÀ» À̹ÌÁö °¹¼ö        
        IBUVQueuePrepareRatio        0.10    // ¾ÆÀ̵é ŸÀÓ¿¡ À̹ÌÁö »ý¼ºÇÒ ºñÀ²
        IBUVFailureIPTolerance        0    // ÇÑ IP´ç IBUV ½ÇÆÐ¸¦ Çã¿ëÇÒ ÃÖ´ë ¿À·ù Çã¿ëÄ¡, 0ÀÌ¸é ºí·° ¾ÈÇϰڴٴ °ÅÁö.
    
    
        // Ãß°¡µÈ ³ÑÀÌ´Ù!!!!!
        //////////////////////////////////////////////////////////
        IBUVStringSize            5     // ÇÑ±Û Ä³¸¯Åͼ »ç¿ë ½Ã 3, ¾ËÆÄºª ij¸¯ÅÍ ¼Â¸¸ »ç¿ëÇÏ´Â °æ¿ì 6 À¸·Î ¼¼ÆÃÇÑ´Ù.
        IBUVCharacterSet        "ABCDEF1234567890"
        //////////////////////////////////////////////////////////
    }
    
    
    DownloadServer {
            Certification "192.168.56.102", 15880
    }
    FarmManager {
        Certification "192.168.56.102", 15880
    }
    
    
    AgentServer {
        Certification "192.168.56.102", 15882 //no global manager running lol
        //traffic_filter_activity "service_off"
        //MaxUser 5000
        //SockTCPCount 15000
        MaxConnectionsPerServer "5000"
        MaxConnectionsPer1_OServer "5000"
    }
    
    
    MachineManager {
        Certification "192.168.56.102", 15880
        CERTIFICATION_IP_BIND "192.168.56.102"
    }
    
    
    SR_GameServer {
        Certification "192.168.56.102", 15882
        SockTCPCount "5000"
        ExpRatio "35000"
        ExpRatioParty "35000" 
        DropItemRatio "5000"
        DropGoldAmountCoef "15000"
        HwanGainFactor 250
        ShowFormulaDetail 1
        
            //WINTER_EVENT_2009        EVENT_ON    // 2009³â °Ü¿ï À̺¥Æ®
        //EUBUSINESS_EVENT        EVENT_ON
            //GOLDEN_PIG_FEBRUARY_EVENT    EVENT_ON
        //THANKS_GIVING_EVENT        EVENT_ON
        //LIBERATION_EVENT        EVENT_ON
        LOCALE LOCALE_VIETNAM    // for Helper mark 
           
             //#ifdef OPEN_MARKET_SYSTEM
            SET_FEE_RATE            "0,5,5,5"
            SELL_FEE_RATE           "0,10,10,10"
             //#endif OPEN_MARKET_SYSTEM
    
    
    
    
            //RE FTW
    
    
        DO_NOT_SPAWN_MONSTER_OVER_MAX_SERVICE_LEVEL "OFF"
        ENTER_LIMIT_CONDITION_GAME_WORLD_ASSIGNED "OFF"
    
    
    
    
    }
    
    
    SR_ShardManager {
        Certification "192.168.56.102", 15882
        BILLING_SERVER_URL "http://192.168.56.102:80/sro/"
        CREST_FTP_URL "ftp://sro:passwd@127.0.0.1/sro/"
            ChristmasEvent2007 0
        //SERVER_EVENT_SYSTEM             ON
           LOCALE LOCALE_VIETNAM
           FlagEvent             1
           //HourForMeterRateLevelFirst    24
          // HourForMeterRateLevelSecond    0
    
    
        BattleArenaRandom 1
        BattleArenaParty 1
        BattleArenaGuild 1
        BattleArenaJob 1
        ArenaMatchOccupy 1
        ArenaMatchFlag 1
        ArenaMatchPoint 1
    }


    Servers all running:
    vsrofine.jpg



    I've got my server all setup on 192.168.56.102, which is a virtual IP NAT'ed through Virtualbox to my host PC, which has a static IP. I tried doing manual port redirection. 15779/15880-1885/32000/21/80/etc, but all that occurs from that is the launcher detects it as online, but as soon as I hit play:

    crazyerror.png

    What can one do in this scenario? Connecting to 192.168.56.102 works properly, but when port forwarding, only the launcher works, the client errors.
    Last edited by alextepes; 23-11-13 at 09:34 AM.




Advertisement