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;
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
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.
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?
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.