Thread: 718 Server and Client help please

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1 718 Server and Client help please 
    Registered Member -Merk-'s Avatar
    Join Date
    Mar 2014
    Age
    24
    Posts
    31
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Hello everyone I have looked through and downloaded various 718 servers I wanted to use the original Matrix framework but every client I try the game crashes, what do I do?

    Edit:
    Using Mint framework and [Only registered and activated users can see links. ] along with a 718/728 cache I found
    Code:
    Error: acx.aa() mc.b() mc.f() | RsByteBuffer.readUnsignedByte:147 Class291.method2783:1006 Class291.method2752:183 Class291.method2751:100 client.init:542 Loader.startClient:131 Loader.doFrame:61 Loader.main:44 | java.lang.ArrayIndexOutOfBoundsException: 0
    error_game_crash
    java.net.ConnectException: Connection timed out: connect
    	at java.net.DualStackPlainSocketImpl.connect0(Native Method)
    	at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
    	at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
    	at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
    	at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
    	at java.net.PlainSocketImpl.connect(Unknown Source)
    	at java.net.SocksSocketImpl.connect(Unknown Source)
    	at java.net.Socket.connect(Unknown Source)
    	at java.net.Socket.connect(Unknown Source)
    	at sun.net.NetworkClient.doConnect(Unknown Source)
    	at sun.net.www.http.HttpClient.openServer(Unknown Source)
    	at sun.net.www.http.HttpClient.openServer(Unknown Source)
    	at sun.net.www.http.HttpClient.<init>(Unknown Source)
    	at sun.net.www.http.HttpClient.New(Unknown Source)
    	at sun.net.www.http.HttpClient.New(Unknown Source)
    	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    	at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    	at java.net.URL.openStream(Unknown Source)
    	at IPAddress.method6062(IPAddress.java:171)
    	at Class291.method2751(Class291.java:102)
    	at client.init(client.java:542)
    	at Loader.startClient(Loader.java:131)
    	at Loader.doFrame(Loader.java:61)
    	at Loader.main(Loader.java:44)
    Cache I am attempting to use
    [Only registered and activated users can see links. ]

    My port is open [Only registered and activated users can see links. ]

    My Loader settings from my client
    Code:
    	public static String IP = "127.0.0.1";
    	public static boolean LOBBY_ENABLED = false;
    	public static boolean DISABLE_XTEA_CRASH = true;
    	public static boolean DISABLE_USELESS_PACKETS = true;
    	public static boolean DISABLE_RSA = false;
    	public static boolean COMBAT_BETA = true;
    	
    	public static final int REVISION = 718;
    	public static final int LOBBY_PORT = 43594;
    	public static String LOBBY_IP = "127.0.0.1";
    	public static int SUB_REVISION = 3;
    	public static Loader instance;
    	public static int[] outSizes = new int[256];
    	public static boolean localHost;
    Reply With Quote  
     

  2. #2  
    Registered Member
    medic's Avatar
    Join Date
    Sep 2013
    Posts
    1,584
    Thanks given
    821
    Thanks received
    560
    Rep Power
    1129
    what error do you get when i crashes?


    Reply With Quote  
     

  3. #3  
    Registered Member -Merk-'s Avatar
    Join Date
    Mar 2014
    Age
    24
    Posts
    31
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Code:
    Error: acx.aa() mc.b() mc.f() | RsByteBuffer.readUnsignedByte Class291.method2783 Class291.meth
    od2752 Class291.method2751 client.init Loader.startClient Loader.doFrame Loader.main | java.lan
    g.ArrayIndexOutOfBoundsException: 0
    java.net.ConnectException: Connection timed out: connect
            at java.net.DualStackPlainSocketImpl.connect0(Native Method)
            at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
            at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
            at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
            at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
            at java.net.PlainSocketImpl.connect(Unknown Source)
            at java.net.SocksSocketImpl.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at sun.net.NetworkClient.doConnect(Unknown Source)
            at sun.net.www.http.HttpClient.openServer(Unknown Source)
            at sun.net.www.http.HttpClient.openServer(Unknown Source)
            at sun.net.www.http.HttpClient.<init>(Unknown Source)
            at sun.net.www.http.HttpClient.New(Unknown Source)
            at sun.net.www.http.HttpClient.New(Unknown Source)
            at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
            at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
            at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
            at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
            at java.net.URL.openStream(Unknown Source)
            at IPAddress.method6062(Unknown Source)
            at Class291.method2751(Unknown Source)
            at client.init(Unknown Source)
            at Loader.startClient(Unknown Source)
            at Loader.doFrame(Unknown Source)
            at Loader.main(Unknown Source)
    error_game_crash
    Reply With Quote  
     

  4. #4  
    Registered Member -Merk-'s Avatar
    Join Date
    Mar 2014
    Age
    24
    Posts
    31
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Still need help, don't wanna use anyones source, as of now Citellum is the only source and client I can get running.and I don't want to use it so help would be appreciated thanks.
    Reply With Quote  
     

  5. #5  
    Registered Member _Andy's Avatar
    Join Date
    May 2013
    Age
    25
    Posts
    644
    Thanks given
    224
    Thanks received
    111
    Rep Power
    4
    have you tried setting client ip to localhost and port 43594 ?
    are you running the server at time?
    do you have some antivirus service going on that's monitoring your network?
    quit
    Reply With Quote  
     

  6. #6  
    Registered Member -Merk-'s Avatar
    Join Date
    Mar 2014
    Age
    24
    Posts
    31
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by _Andy View Post
    have you tried setting client ip to localhost and port 43594 ?
    are you running the server at time?
    do you have some antivirus service going on that's monitoring your network?
    IP is set to 127.0.0.1 (localhost) and its only locally hosted so there is no need to portforward if I'm not mistaken. The Citellum client works but its the only one, and I would like to use a fairly clean framework.
    Reply With Quote  
     

  7. #7  
    Registered Member -Merk-'s Avatar
    Join Date
    Mar 2014
    Age
    24
    Posts
    31
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Bump still need help
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Nov 2013
    Posts
    65
    Thanks given
    5
    Thanks received
    5
    Rep Power
    13
    I would get a fresh client if I was you, most of those class errors are from inside of your client.
    Reply With Quote  
     

  9. #9  
    Registered Member -Merk-'s Avatar
    Join Date
    Mar 2014
    Age
    24
    Posts
    31
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Howtospell View Post
    I would get a fresh client if I was you, most of those class errors are from inside of your client.
    Still has 4 errors for me, and I have tried the original Matrix framework
    [Only registered and activated users can see links. ]

    EDIT: Nvm tried wrong client trying right one now.
    Reply With Quote  
     

  10. #10  
    Registered Member
    medic's Avatar
    Join Date
    Sep 2013
    Posts
    1,584
    Thanks given
    821
    Thanks received
    560
    Rep Power
    1129
    Quote Originally Posted by -Merk- View Post
    Still has 4 errors for me, and I have tried the original Matrix framework
    [Only registered and activated users can see links. ]
    what would those errors be?


    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 1
    Last Post: 06-22-2013, 10:03 PM
  2. Replies: 2
    Last Post: 05-29-2013, 06:45 PM
  3. Server and client help
    By Ldr09 in forum Help
    Replies: 3
    Last Post: 06-05-2011, 07:35 AM
  4. Server and client help
    By Arcobaleno in forum Application Development
    Replies: 3
    Last Post: 03-18-2011, 04:36 AM
  5. i need help 508 server and client
    By temaki5 in forum Help
    Replies: 8
    Last Post: 07-12-2010, 07:08 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •