can't type anything

Page 2 of 2 FirstFirst 12
Results 26 to 34 of 34
  1. #26
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: can't type anything

    Ur matchserver is different, you must build the matchserver from your source

  2. #27
    Fuck. SheenBR is offline
    ModeratorRank
    Feb 2008 Join Date
    Jaú, BrazilLocation
    2,433Posts

    Re: can't type anything

    I build the match server and started it, log:
    Match-Server Log
    [06/03/12 22:05:24] DBMS connected


    [06/03/12 22:05:24] Command registeration completed


    [06/03/12 22:05:25] Release Date : Jun 3 2012
    [06/03/12 22:05:25] X-Trap Off
    [06/03/12 22:05:25] MD5 Check Off
    [06/03/12 22:05:25] Loop Log Save On - Time Gap : (3600)
    [06/03/12 22:05:25] Server Country : BRAZIL
    [06/03/12 22:05:25] Command version : (58)
    [06/03/12 22:05:25] Event usable state : (false)
    [06/03/12 22:05:25] Load event size : (0)
    [06/03/12 22:05:25] FileCRCCheckSum usable state : (false)
    [06/03/12 22:05:25] FileCRC size : (1)
    [06/03/12 22:05:25] Country Code Filter usalbe state : (false)
    [06/03/12 22:05:25] Accept Invalied IP state : (true)
    [06/03/12 22:05:25] Keeper IP : (5.90.92.207)
    [06/03/12 22:05:25] Monitor IP : (255.255.255.255)
    [06/03/12 22:05:25] Ticket use : 0


    [06/03/12 22:05:25] Match Server Created (Port:6000)


    [06/03/12 22:05:32] Start agent Register (CommUID 0:10) IP:127.0.0.1, TCPPort:5100, UDPPort:7778

    [06/03/12 22:05:32] Agent Added (UID:010)
    [06/03/12 22:05:32] Agent Registered (CommUID 0:10) IP:127.0.0.1, TCPPort:5100, UDPPort:7778


    MatchAgent log:
    Agent-Server Log
    [06/03/12 22:05:32] Command registeration completed


    [06/03/12 22:05:32] Release Date : Jun 3 2012


    [06/03/12 22:05:32] Match Agent Created (Port:5100)


    [06/03/12 22:05:32] Request Connect to matchserver ip(127.0.0.1), port(6000).

    I already opened system.xml and changed all the ips to 127.0.0.1 but still I get the same error.
    Last edited by SheenBR; 04-06-12 at 03:06 AM.

  3. #28
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: can't type anything

    Alright, first MEF is completely secure, all you need to do is change the private key in MEncrypt before you encrypt the XML files.

    Second, you can't use a normal MRS decompresser to extract the files since the MEF files will "deflate" to 0KB, use ThievingSix's MRS decompiler BETA (found in these forums) since it will preserve those files.

    Third, MatchServer must be opened before MatchAgent so MatchAgent can connect (still haven't fixed that, MAIET?!). Also, what's up with your Monitor IP? You must also change the IP's in MatchServer, MatchAgent and Locator.
    (Note; Locator is used to display the servers, MatchAgent fixes the NAT issues and MatchServer is the main server for the game)

  4. #29
    Fuck. SheenBR is offline
    ModeratorRank
    Feb 2008 Join Date
    Jaú, BrazilLocation
    2,433Posts

    Re: can't type anything

    I already opened Locator from the source, compiled it in release mode, it says:

    Max Server Count -> 1
    Current Server Count-> Run:1, Dead:0
    Stop Server ID-> nothing

    But sill I cant even go to the login screen to type my username and password, it says cant access server...

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

    Re: can't type anything

    @OP, did you follow the basic steps to creating a server? If this is your first time you could refer to *LINK*, although some things are outdated, it is the same basic setup as is with the 2011 files

    Quote Originally Posted by PenguinGuy View Post
    Alright, first MEF is completely secure, all you need to do is change the private key in MEncrypt before you encrypt the XML files.
    Completely secure is going a little far, but I agree I worded that wrong ;D.

    This is what I should have said:

    "The MEF encryption system for xmls will be useless now days unless you change the key from what MAIET currently uses. You could further your protection by just writing your own file system."

  6. #31
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: can't type anything

    Quote Originally Posted by SheenBR View Post
    I already opened Locator from the source, compiled it in release mode, it says:

    Max Server Count -> 1
    Current Server Count-> Run:1, Dead:0
    Stop Server ID-> nothing

    But sill I cant even go to the login screen to type my username and password, it says cant access server...
    Have you made any additional changes to the source? I've never heard of a case where GunZ automatically attempts to connect to a server (excluding Locator).

    Quote Originally Posted by Wucas View Post
    @OP, did you follow the basic steps to creating a server? If this is your first time you could refer to *LINK*, although some things are outdated, it is the same basic setup as is with the 2011 files



    Completely secure is going a little far, but I agree I worded that wrong ;D.

    This is what I should have said:

    "The MEF encryption system for xmls will be useless now days unless you change the key from what MAIET currently uses. You could further your protection by just writing your own file system."
    Bruteforcing a long numerical and alphabetical key protected with RSAES_xxx (xxx = I can't remember lol) from the CryptoPP library is not easy, which is why the MEF files (such as the ones in IJJI's) were never "reversed"/"decompiled", but rather dumped from GunZ's internal memory. Writing your own would NOT be more secure, Lucas. :P Unless of course you specialize in that certain area, but the most you could gain is a small performance increase during loading; along with several headaches and weeks spent lol

  7. #32
    Fuck. SheenBR is offline
    ModeratorRank
    Feb 2008 Join Date
    Jaú, BrazilLocation
    2,433Posts

    Re: can't type anything

    No, I havent made any changes in the source. Could you send me a client, already compiled, not the same as the one from the source, just so I can test with another client... and what is a "runnable"?

  8. #33
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: can't type anything

    SheenBR add me on my MSN and i will get your server working, chrismiskin1@hotmail.co.uk

  9. #34
    Fuck. SheenBR is offline
    ModeratorRank
    Feb 2008 Join Date
    Jaú, BrazilLocation
    2,433Posts

    Re: can't type anything

    Closed, I found a new client that works. Thank you all.



Page 2 of 2 FirstFirst 12

Advertisement