[Help] Gunz Wont Start

Results 1 to 12 of 12
  1. #1
    Member SwaqNamedEs is offline
    MemberRank
    Nov 2011 Join Date
    In The ProjectsLocation
    77Posts

    angry [Help] Gunz Wont Start

    Last problem, everythings setup, Now my Gunz Wont Start.

    I Goto Server Files > Locater, Then MatchAgent, then MatchServer.

    Results from that = Agent-Server Log
    [12/14/11 23:00:54] Command registeration completed
    [12/14/11 23:00:54] Match Agent Created (Port:7777)
    [12/14/11 23:00:55] Failed to Connect to MatchServer (Err:-1)
    [12/14/11 23:01:05] Reconnect to MatchServer
    [12/14/11 23:01:06] Failed to Connect to MatchServer (Err:-1)
    [12/14/11 23:01:15] Reconnect to MatchServer
    [12/14/11 23:01:16] Failed to Connect to MatchServer (Err:-1)

    Match-Server Log
    [12/14/11 23:03:05] DBMS connected
    [12/14/11 23:03:05] Command registeration completed
    [12/14/11 23:03:06] Release Date : Jun 13 2007
    [12/14/11 23:03:06] X-Trap Off
    [12/14/11 23:03:06] MD5 Check Off
    [12/14/11 23:03:06] Server Country : BRAZIL
    [12/14/11 23:03:06] Command version : (56)
    [12/14/11 23:03:06] Event usable state : (false)
    [12/14/11 23:03:06] Load event size : (0)
    [12/14/11 23:03:06] FileCRCCheckSum usable state : (false)
    [12/14/11 23:03:06] FileCRC size : (1)
    [12/14/11 23:03:06] Country Code Filter usalbe state : (false)
    [12/14/11 23:03:06] Accept Invalied IP state : (true)
    [12/14/11 23:03:06] Keeper IP : (MY IP)
    [12/14/11 23:03:06] Monitor IP : (127.0.0.1)
    [12/14/11 23:03:06] Match Server Created (Port:6000)



    I Do It in the Opposite Order , And I Get =

    Match Agent = [12/14/11 23:02:28] Match Agent Created (Port:7777)

    Match-Server Log
    [12/14/11 23:03:05] DBMS connected
    [12/14/11 23:03:05] Command registeration completed
    [12/14/11 23:03:06] Release Date : Jun 13 2007
    [12/14/11 23:03:06] X-Trap Off
    [12/14/11 23:03:06] MD5 Check Off
    [12/14/11 23:03:06] Server Country : BRAZIL
    [12/14/11 23:03:06] Command version : (56)
    [12/14/11 23:03:06] Event usable state : (false)
    [12/14/11 23:03:06] Load event size : (0)
    [12/14/11 23:03:06] FileCRCCheckSum usable state : (false)
    [12/14/11 23:03:06] FileCRC size : (1)
    [12/14/11 23:03:06] Country Code Filter usalbe state : (false)
    [12/14/11 23:03:06] Accept Invalied IP state : (true)
    [12/14/11 23:03:06] Keeper IP : (MY IP)
    [12/14/11 23:03:06] Monitor IP : (127.0.0.1)
    [12/14/11 23:03:06] Match Server Created (Port:6000)

    Nothing Opens, Please Help.
    Last edited by SwaqNamedEs; 18-12-11 at 03:10 PM.


  2. #2
    Apprentice Swaglal is offline
    MemberRank
    Dec 2011 Join Date
    24Posts

    Re: [Help] Gunz Wont Start

    Wrong.

    Matchserver then locator then matchagent.

  3. #3
    Die() Secured is offline
    MemberRank
    Sep 2011 Join Date
    /home/SDev/Location
    555Posts

    Re: [Help] Gunz Wont Start

    The order doesn't matter.
    Matchserver will load regardless as well as Locator
    and matchagent will continue to wait for Matchserver to jump on port 6000

    All I can see that's wrong here is that you don't have the right port in matchagent.xml post it.
    Also have you edited any ports?

  4. #4
    Member SwaqNamedEs is offline
    MemberRank
    Nov 2011 Join Date
    In The ProjectsLocation
    77Posts

    Re: [Help] Gunz Wont Start

    Quote Originally Posted by Secured View Post
    The order doesn't matter.
    Matchserver will load regardless as well as Locator
    and matchagent will continue to wait for Matchserver to jump on port 6000

    All I can see that's wrong here is that you don't have the right port in matchagent.xml post it.
    Also have you edited any ports?
    No, Um i dont have a MatchAgent. XML heres my agent config though.

    Matchagent :
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    	<NAME></NAME>
    	<MAXCLIENT>500</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="my Vps IP" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    And heres my match server . xml :

    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="user"
    PASSWORD="pass"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="LegendGunZ"
    FREELOGINIP="vps ip here"
    KEEPERIP="ip here"
    MONITORIP="127.0.0.1"
    MONITORPORT=9000
    MODE="2"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"
    
    [LANGUAGE]
    LANG_TYPE="eng"
    
    [LOCALE]
    DBAgentPort=5100
    DBAgentIP=127.0.0.1
    
    [FILTER]
    USE="0" 
    ACCEPT_INVALID_IP="1"
    
    [ENVIRONMENT]
    USE_HSHIELD="0"
    USE_XTRAP="0"
    USE_EVENT="0"
    USE_FILECRC="0"
    USE_MD5="0"

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

    Re: [Help] Gunz Wont Start

    Why are you fucking posting server logs when the issue is client sided?

    First of all,

    Code:
    FREELOGINIP="vps ip here"
    Should be
    Code:
    ;FREELOGINIP="vps ip here"
    And now, post your mlog.txt and what new have you done with your client?

    Please, people, if you don't know shit, don't fucking post for the love of god.

  6. #6
    Member SwaqNamedEs is offline
    MemberRank
    Nov 2011 Join Date
    In The ProjectsLocation
    77Posts

    Re: [Help] Gunz Wont Start

    Quote Originally Posted by Vusion View Post
    Why are you fucking posting server logs when the issue is client sided?

    First of all,

    Code:
    FREELOGINIP="vps ip here"
    Should be
    Code:
    ;FREELOGINIP="vps ip here"
    And now, post your mlog.txt and what new have you done with your client?

    Please, people, if you don't know shit, don't fucking post for the love of god.
    Forgive me if this is a noob question , but what the hell does this have to do with the client.

  7. #7
    Die() Secured is offline
    MemberRank
    Sep 2011 Join Date
    /home/SDev/Location
    555Posts

    Re: [Help] Gunz Wont Start

    Your MatchServer is Fine, I meant AgentConfig sorry,
    And if Gunz is'nt starting that's client related not server related I read the fist post again, anyways
    post mlog inside your client folder.

  8. #8
    Apprentice Swaglal is offline
    MemberRank
    Dec 2011 Join Date
    24Posts

    Re: [Help] Gunz Wont Start

    You probably forgot system folder unpacked in their, there is a huge chance that runnable won't run, alot of us faced but rarely happens.

    Anyhow, just post the mlog.

  9. #9
    Member SwaqNamedEs is offline
    MemberRank
    Nov 2011 Join Date
    In The ProjectsLocation
    77Posts

    Re: [Help] Gunz Wont Start

    Mlog.txt :

    Code:
     GUNZ 1,0,0,290 launched. build  
    Log time (12/14/11 22:42:22)
    Skip XTrapPatch
    CPU ID = AuthenticAMD ( family = 4111 , model = 6 , stepping = 3 ) @ 2194 MHz
    Display Device = ATI Mobility Radeon HD 4250        ( vendor=1002 device=9712 subsys=37b1025 revision=0 )
    Display Driver Version = 8.14.0001.6105
    Windows = 6.1 Build 7600 ,  (3930288KB) :  ..
    Load XML from memory : system/locale.xml- SUCCESS
    Country : (BRZ), Language : (BRZ)
    Load XML from memory : system/gametypecfg.xml 
    Load Config from file : config.xml- SUCCESS
    Load XML from memory : system/system.xml- SUCCESS
    Load XML from memory : system/strings.xml(0x0016) - SUCCESS
    Load XML from memory : system/cserror.xml(0x0016) - SUCCESS
    Load XML from memory : system/messages.xml(0x0016) - SUCCESS
    Serialkey error : 202
    InitializeNotify ok.
    WFog Enabled Device.
    device created.
    Video memory 956.500000 
    shader initialize successful : 1
    main : RGetLenzFlare()->Initialize() 
    InitialLoading success.
    interface Initialize success
    ZApplication::OnCreate : begin
    0(Primary Sound Driver): Hardware Mixing Not Supported
    1(Speakers (Realtek High Definition Audio)): Hardware Mixing Not Supported
    [[[getMaxChannel32]]]]
    
    -------------------> Sound Engine Create : 0.596000 
    
    sound engine create.
    Load XML from memory : System/tips.xml(0x0016)- SUCCESS
    start log bipmap
    end of load bitmaps2
    loading pictures : 1.440000 
    warning : bitmap stripe.tga not found.
    warning : bitmap gunz_logo_hq.png not found.
    warning : bitmap stripe.tga not found.
    warning : bitmap stripe.tga not found.
    warning : bitmap stripe.tga not found.
    warning : bitmap gunz_logo_hq.png not found.
    warning : bitmap stripe.tga not found.
    warning : bitmap slot_head.tga not found.
    warning : bitmap slot_head.tga not found.
    warning : bitmap stripe.tga not found.
    warning : bitmap gunz_logo_hq.png not found.
    warning : bitmap stripe.tga not found.
    warning : bitmap stripe.tga not found.
    warning : bitmap gunz_logo_hq.png not found.
    warning : bitmap stripe.tga not found.
    warning : bitmap icon_gameroom.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap icon_gameroom_s.tga not found.
    warning : bitmap stripe.tga not found.
    warning : bitmap gunz_logo_hq.png not found.
    warning : bitmap stripe.tga not found.
    IDLResource Loading Success!!
    IDL resources : 0.211000 
    start InitInterface option
    Number of Display mode : 12
    Number of Display mode : 12
    end of InitInterface option ok
    Init maps : no Current ChannelRule 
    Screen Effect Manager Create : 0.111000 
    Screen effect manager create success.
    Effect manager create success.
    Client create success.
    game interface create success.
    
    -------------------> GameInterface Create : 1.982000 
    
    Load character.xml success,
    
    -------------------> Character Loading : 5.781000 
    
    
    -------------------> WeaponMesh Loading : 5.132000 
    
    ----------> in zip ( model/weapon/item/chocobar.elu ) file not found!! 
     Load weapon.xml success. 
    
    -------------------> Worlditem Loading : 0.027000 
    
    Load zitem info success.
    Error while Read Item Descriptor system/zeffect.xml
    Init effect manager success.
    Init world item manager success.
    Init channel rule manager success.
    Init abuse manager success.
    Init chatting filter. success
    
    -------------------> ETC .. : 0.461000 
    
    BspObject open : begin interface/login/login.rs 
    RBspObject::Open : Open_MaterialList
    RBspObject::Open : Open_LightList
    BspObject open object list : begin
    RBspObject::Open_ObjectList : size 13 
    RBspObject::Open_ObjectList : end
    RBspObject::Open : OpenDescription
    RBspObject::OpenRs : file.Open 
    RBspObject::OpenRs : file.Read(&header) 
    RBspObject::OpenRs : file.Read(&nMaterial) 
    RBspObject::OpenRs : Open_Nodes begin 
    RBspObject::OpenRs : Open_Nodes end 
    RBspObject::Open : OpenRs 
    RBspObject::Open : OpenBsp 
    BspObject load lightmap : file.Read(&header)
    BspObject load lightmap nCount = 1
    BspObject load lightmap 0
    BspObject load lightmap : file.Read(&m_nLightmap) done
    BspObject load lightmap : end 
    RBspObject::Open : done
    Load smoke description mesh.
    main : OnCreate() done
    MExitListener !
    Destroy gunz
    Destroy sound engine.
    Destroy sound engine. success
    Destroy console.
    Destroy interface begin 
    destroy client.
    PeerInfoList Released
    clear looks end.
    Widget map clear end.
    desctroy cursor system end.
    clear IDL resource end.
    Final interface end.
    Destroy game interface done.
    clear looks end.
    Widget map clear end.
    desctroy cursor system end.
    Destroy mesh manager.
    Destroy weapon mesh manager.
    destroy game application done.
    interface finalize.
    game input destroy.
    game gonfiguration destroy.
    Bitmap manager destroy Animation bitmap.
    destroy gunz finish.
    Rframe_destory::closeDisplay


    P.S this is without VPS.
    [/code]
    Last edited by SwaqNamedEs; 17-12-11 at 10:16 PM.

  10. #10
    Apprentice Shawder is offline
    MemberRank
    Jan 2011 Join Date
    Charneca De CapLocation
    10Posts

    Re: [Help] Gunz Wont Start

    You have missing sprites, try to put the original "default.mrs" and "loadable.mrs" and see if it works.

  11. #11
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: [Help] Gunz Wont Start

    Quote Originally Posted by Shawder View Post
    You have missing sprites, try to put the original "default.mrs" and "loadable.mrs" and see if it works.
    most of the gunz have it..
    it's not big deal..

    @swagnamedes
    on the right bottom corner of your screen (if u have the normal windows interface settings) do you see a matchserver icon when u start it?

  12. #12
    Member SwaqNamedEs is offline
    MemberRank
    Nov 2011 Join Date
    In The ProjectsLocation
    77Posts

    Re: [Help] Gunz Wont Start

    Quote Originally Posted by jur13n View Post
    most of the gunz have it..
    it's not big deal..

    @swagnamedes
    on the right bottom corner of your screen (if u have the normal windows interface settings) do you see a matchserver icon when u start it?
    Yeah I fixed it , now getting runtime error. Well atleast thats a simplier problem.



Advertisement