cannot access server (serious)

Results 1 to 12 of 12
  1. #1
    Novice N00BCh33Z3 is offline
    MemberRank
    Mar 2012 Join Date
    2Posts

    cannot access server (serious)

    Well, I think i have done everything right. If for some reason something is wrong, please post so i can get my problem fixed. This is my first time trying to make a 1.5 server just for testing.Please try to help. Thank you in advance.

    Client used:(also using the runnable)
    http://forum.ragezone.com/f245/gunz-...pdated-823385/
    Database used:
    http://forum.ragezone.com/f245/gunz-...-files-797875/

    Preview of Problem:

    Server.ini:

    AgentConfig.xml:

    Locator.ini:

    Databases:

    MatchServer:

    MatchAgent:

    Locator:

    ServerStatus:


    Everything seemed right to me, but help would be appreciated. [:

    P.S: All of this worked on 08. So, if that helps, then Yeah.


  2. #2
    Account Upgraded | Title Enabled! CobraBite is offline
    MemberRank
    Jan 2011 Join Date
    Where?Location
    281Posts

    Re: cannot access server (serious)

    Dude... you have missing stuff in your configuration files... Especially the locator

  3. #3
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: cannot access server (serious)

    Quote Originally Posted by CobraBite View Post
    Dude... you have missing stuff in your configuration files... Especially the locator
    How so? Have a look at the locator's screenshot. It's running perfectly.

  4. #4
    Account Upgraded | Title Enabled! CobraBite is offline
    MemberRank
    Jan 2011 Join Date
    Where?Location
    281Posts

    Re: cannot access server (serious)

    Quote Originally Posted by Phoenix View Post
    How so? Have a look at the locator's screenshot. It's running perfectly.
    I'm not saying that's the actual problem. But missing stuff (he's using 1.5) can cause connection problems though.

    Locator:
    Code:
    [ENV]
    ID="1"
    LOCATOR_UID_HIGH="5"
    LOCATOR_UID_LOW="0"
    */ms ¼­¹öÀÇ Á¤º¸¸¦ DB¿¡¼­ °¡Á®¿À´Â °£°Ý.
    MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000" 
    */ms UDPÅ¥¿¡ ÀúÀåµÇÀÖÀ»¼ö ÀÖ´Â ½Ã°£.
    UDP_LIVE_TIME="10000000" 
    *Å¥¿¡ ÀúÀåµÇ Àִµ¿¾È ¹ÞÀ»¼ö ÀÖ´Â ÃÖ´ë °ª. ³Ñ¾î¼­¸é °ø°ÝÀÚ·Î Ãë±Þ. Å×½ºÆ®¿ë. Á¤»ó ¼öÄ¡´Â 9/s¹ø.
    MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9" 
    */ms Block¸®½ºÆ®¿¡ µî·ÏµÇÀÖ´Â ½Ã°£.
    BLOCK_TIME="0" 
    *UDPÅ¥ ¾÷µ¥ÀÌÆ® °£°Ý. Recv,Send,BlockÅ¥°¡ ¸ðµÎ °°ÀÌ ¾÷µ¥ÀÌÆ® µÊ.
    UPDATE_UDP_MANAGER_ELAPSED_TIME="3" 
    *¼­¹öÁ¤º¸ ¸¶Áö¸· ¾÷µ¥ÀÌÆ® ½Ã°£Áß °¡Àå Å«°ª°ú ºñ±³ÇÏ¿©
    * À̰ªÀÌ»ó Â÷À̰¡ ³ª¸é Á×Àº¼­¹ö·Î °£ÁÖ.
    * °Ë»çÇÏ°í ½ÍÀº °ªº¸´Ù +1ÇØÁà¾ß ÇÔ.
    MARGIN_OF_ERROR_MIN="500000" 
    *'yes' or 'no'
    USE_COUNTRY_CODE_FILTER="no" 
    GMT_DIFF="1"
    ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
    ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
    ACCEPT_INVALID_IP="1"
    TEST_SERVER="0"
    MatchServer:
    Code:
    [SERVER]
    MAXUSER=1000
    SERVERID=1
    SERVERNAME=""
    SERVERPORT=6000
    SERVERUDPPORT=7777
    ;FREELOGINIP=""
    KEEPERIP=""
    ;DEBUGIP=""
    MONITORIP=""
    MONITORPORT=9000
    DEBUG="0"
    MODE=test
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"
    GAMEGUARD="0"
    SURVIVALENABLE="1"
    SURVIVALRANKING_DAILY_REQUEST_HOUR="5"
    SURVIVALRANKING_DAILY_REQUEST_MINUTE="0"
    
    DUELTOURNAMENT_ENABLE="1"
    DUELTOURNAMENT_MATCHMAKING_INTERVAL = 1000
    DUELTOURNAMENT_MATCHMAKING_ACCEPTABLE_TP_GAP = 30
    DUELTOURNAMENT_MATCHMAKING_WAIT_LIMIT = 15000
    DUELTOURNAMENT_SERVICE_START_TIME = 0
    DUELTOURNAMENT_SERVICE_END_TIME = 23
    
    SEND_LOGINUSER_TO_DUELTOURNAMENT_CHANNEL ="0"
    
    [BATTLETIMEREWARD]
    BATTLETIMEREWARD_REFRESH_INTERVAL="1"
    
    [FILTER]
    USE="0" 
    ACCEPT_INVALID_IP="1"
    
    [ENVIRONMENT]
    USE_HSHIELD="0"
    USE_XTRAP="0"
    USE_EVENT="1"
    USE_FILECRC="0"
    USE_MD5="0"
    USE_RESOURCECRC32CACHECKECK="0"
    BLOCK_FLOODING="1"
    USE_BLOCKHACKING="1" 
    USE_ITEM_CONSISTENCY="0"
    
    
    
    [KILLTRACKER]
    USE_KILLTRACKER="1"
    MAXKILLCOUNT_ON_TRACETIME="30"
    KILLCOUNT_TRACETIME="5"
    
    [POWERLEVELING]
    USE_POWERLEVELING_DB_BLOCK="1"
    POWERLEVELING_DB_BLOCKTIME="1"
    
    [LOOPLOG]
    USE_LOOPLOG="0"
    MAX_LOOP_TIME_GAP=100

  5. #5
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: cannot access server (serious)

    Lines that are ignored by Locator
    Code:
    [ENV]
    ID="1"
    LOCATOR_UID_HIGH="5"
    LOCATOR_UID_LOW="0"
    */ms ¼­¹öÀÇ Á¤º¸¸¦ DB¿¡¼­ °¡Á®¿À´Â °£°Ý.
    MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000" 
    */ms UDPÅ¥¿¡ ÀúÀåµÇÀÖÀ»¼ö ÀÖ´Â ½Ã°£.
    UDP_LIVE_TIME="10000000" 
    *Å¥¿¡ ÀúÀåµÇ Àִµ¿¾È ¹ÞÀ»¼ö ÀÖ´Â ÃÖ´ë °ª. ³Ñ¾î¼­¸é °ø°ÝÀÚ·Î Ãë±Þ. Å×½ºÆ®¿ë. Á¤»ó ¼öÄ¡´Â 9/s¹ø.
    MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9" 
    */ms Block¸®½ºÆ®¿¡ µî·ÏµÇÀÖ´Â ½Ã°£.
    BLOCK_TIME="0" 
    *UDPÅ¥ ¾÷µ¥ÀÌÆ® °£°Ý. Recv,Send,BlockÅ¥°¡ ¸ðµÎ °°ÀÌ ¾÷µ¥ÀÌÆ® µÊ.
    UPDATE_UDP_MANAGER_ELAPSED_TIME="3" 
    *¼­¹öÁ¤º¸ ¸¶Áö¸· ¾÷µ¥ÀÌÆ® ½Ã°£Áß °¡Àå Å«°ª°ú ºñ±³ÇÏ¿©
    * À̰ªÀÌ»ó Â÷À̰¡ ³ª¸é Á×Àº¼­¹ö·Î °£ÁÖ.
    * °Ë»çÇÏ°í ½ÍÀº °ªº¸´Ù +1ÇØÁà¾ß ÇÔ.
    MARGIN_OF_ERROR_MIN="500000" 
    *'yes' or 'no'
    USE_COUNTRY_CODE_FILTER="no" 
    GMT_DIFF="1"
    ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
    ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
    ACCEPT_INVALID_IP="1"
    TEST_SERVER="0"
    So you end up with

    Code:
    [ENV]
    ID="1"
    LOCATOR_UID_HIGH="5"
    LOCATOR_UID_LOW="0"
    UDP_LIVE_TIME="10000000" 
    MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9"
    BLOCK_TIME="0"
    UPDATE_UDP_MANAGER_ELAPSED_TIME="3" 
    MARGIN_OF_ERROR_MIN="500000"
    USE_COUNTRY_CODE_FILTER="no" 
    GMT_DIFF="1"
    ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
    ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
    ACCEPT_INVALID_IP="1"
    TEST_SERVER="0"
    Aka, this config file is fine.

    @OP Your server Ini is wrong, they are right
    Last edited by Wucas; 19-03-12 at 02:00 PM. Reason: loliwaswrong .-.

  6. #6
    Account Upgraded | Title Enabled! KeyTrix is offline
    MemberRank
    Feb 2012 Join Date
    EverywhereLocation
    268Posts

    Re: cannot access server (serious)

    Dude in his first screenshots of server.ini that's not even 1.5 Configuration lol, a lot of lines messing like "Survival,Dueltournament,debugip"

    NOTE: That server.ini is related to 2008 Serverfiles Repack 3 by Phoenix I can tell by the "Please don't change this" lines lol

    You can't run 1.5 Client on 2008 serverfiles.

    Also where's the "AgentIP" table in the ServerStatus.dbo?

    You're saying It all worked on 08, that means You kept 08 Serverfiles, tried to run 1.5 Client on them, that wouldn't work
    Download my precompiled 1.5 Serverfiles, or Build a new one from Dawson's source(If you know how to).
    Last edited by KeyTrix; 19-03-12 at 02:24 PM.

  7. #7
    Account Upgraded | Title Enabled! CobraBite is offline
    MemberRank
    Jan 2011 Join Date
    Where?Location
    281Posts

    Re: cannot access server (serious)

    Quote Originally Posted by Wucas View Post
    Lines that are ignored by Locator
    Code:
    [ENV]
    ID="1"
    LOCATOR_UID_HIGH="5"
    LOCATOR_UID_LOW="0"
    */ms ¼­¹öÀÇ Á¤º¸¸¦ DB¿¡¼­ °¡Á®¿À´Â °£°Ý.
    MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000" 
    */ms UDPÅ¥¿¡ ÀúÀåµÇÀÖÀ»¼ö ÀÖ´Â ½Ã°£.
    UDP_LIVE_TIME="10000000" 
    *Å¥¿¡ ÀúÀåµÇ Àִµ¿¾È ¹ÞÀ»¼ö ÀÖ´Â ÃÖ´ë °ª. ³Ñ¾î¼­¸é °ø°ÝÀÚ·Î Ãë±Þ. Å×½ºÆ®¿ë. Á¤»ó ¼öÄ¡´Â 9/s¹ø.
    MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9" 
    */ms Block¸®½ºÆ®¿¡ µî·ÏµÇÀÖ´Â ½Ã°£.
    BLOCK_TIME="0" 
    *UDPÅ¥ ¾÷µ¥ÀÌÆ® °£°Ý. Recv,Send,BlockÅ¥°¡ ¸ðµÎ °°ÀÌ ¾÷µ¥ÀÌÆ® µÊ.
    UPDATE_UDP_MANAGER_ELAPSED_TIME="3" 
    *¼­¹öÁ¤º¸ ¸¶Áö¸· ¾÷µ¥ÀÌÆ® ½Ã°£Áß °¡Àå Å«°ª°ú ºñ±³ÇÏ¿©
    * À̰ªÀÌ»ó Â÷À̰¡ ³ª¸é Á×Àº¼­¹ö·Î °£ÁÖ.
    * °Ë»çÇÏ°í ½ÍÀº °ªº¸´Ù +1ÇØÁà¾ß ÇÔ.
    MARGIN_OF_ERROR_MIN="500000" 
    *'yes' or 'no'
    USE_COUNTRY_CODE_FILTER="no" 
    GMT_DIFF="1"
    ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
    ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
    ACCEPT_INVALID_IP="1"
    TEST_SERVER="0"
    So you end up with

    Code:
    [ENV]
    ID="1"
    LOCATOR_UID_HIGH="5"
    LOCATOR_UID_LOW="0"
    UDP_LIVE_TIME="10000000" 
    MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9"
    BLOCK_TIME="0"
    UPDATE_UDP_MANAGER_ELAPSED_TIME="3" 
    MARGIN_OF_ERROR_MIN="500000"
    USE_COUNTRY_CODE_FILTER="no" 
    GMT_DIFF="1"
    ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
    ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
    ACCEPT_INVALID_IP="1"
    TEST_SERVER="0"
    Aka, this config file is fine.

    @OP Your server Ini is wrong, they are right
    GMT_DIFF="1"
    ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"

    Are missing in the locator :) That's what im trying to explain -.-

  8. #8
    Account Upgraded | Title Enabled! KeyTrix is offline
    MemberRank
    Feb 2012 Join Date
    EverywhereLocation
    268Posts

    Re: cannot access server (serious)

    Quote Originally Posted by CobraBite View Post
    GMT_DIFF="1"
    ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"

    Are missing in the locator :) That's what im trying to explain -.-
    Those doesn't really matter, Locator would still run without them. but his whole server.ini is configured wrong, It doesn't even fit 1.5 Client

  9. #9
    Account Upgraded | Title Enabled! CobraBite is offline
    MemberRank
    Jan 2011 Join Date
    Where?Location
    281Posts

    Re: cannot access server (serious)

    Quote Originally Posted by KeyTrix View Post
    Those doesn't really matter, Locator would still run without them. but his whole server.ini is configured wrong, It doesn't even fit 1.5 Client
    Yeah, you really think that those are there for nothing?

  10. #10
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: cannot access server (serious)

    Conclusion, your server files aren't 1.5.
    Last edited by Vusion; 19-03-12 at 03:41 PM. Reason: typ0

  11. #11
    Account Upgraded | Title Enabled! KeyTrix is offline
    MemberRank
    Feb 2012 Join Date
    EverywhereLocation
    268Posts

    Re: cannot access server (serious)

    That's what I said Vusion, CobraBite those isn't for nothing But they wouldn't prevent Locator.exe from running correctly even If they was cleared.

  12. #12
    Novice N00BCh33Z3 is offline
    MemberRank
    Mar 2012 Join Date
    2Posts

    Re: cannot access server (serious)

    I cant believe,I didnt replace the,matchserver files. I had,it on my computer, man I feel dumb :P sorry guys :c please close. I good,now . Thank you!
    Posted via Mobile Device



Advertisement