Are you sure the port matches too? If it sticks at 0% it is usually a connection related issue. Does the client print anything like err_js5_connect?
|
Hello. Downloaded SpawnScape 614 cache, server and client. Server runs fine but when I open the client it stays on 0% loaded. I put the cache file in C:/ and in C:/Users/name/.
Checked in settings and the launcher files, in mysql file and client.java to make sure the IP 127.0.0.1 matches. Revision 614 version matches in both server and client too.
What else could be missing? Two days later and still can't get the client to work.
Are you sure the port matches too? If it sticks at 0% it is usually a connection related issue. Does the client print anything like err_js5_connect?
Client - Settings.java:
Then on server side, in ServerChannelHandler.java:Code:public class Settings { public static String titleName = "614 Client"; public static int port = 43594; public static String ip = "127.0.0.1"; }
No idea how to find the server-side IP on 614. Probably came across it over the past two days but can't see the IP being a problem. All looks 100% to me except for the damn client loading xDCode:public ServerChannelHandler() { ServerBootstrap bootstrap = new ServerBootstrap(new NioServerSocketChannelFactory(Executors.newCachedThreadPool(), Executors.newCachedThreadPool())); bootstrap.getPipeline().addLast("handler", this); bootstrap.setOption("child.tcpNoDelay", true); bootstrap.bind(new InetSocketAddress(43594)); Logger.log(this, "Loaded port 43594"); }
Nothing shows in the run.bat file for the client.
Thanks for replying!!
Are you sure this client is compatible with this server? Did you get the client and server from the same thread?
Yup. Got the source and client cache downloader from this topic: [Only registered and activated users can see links. ]
Source: [Only registered and activated users can see links. ]
Client & Cache: [Only registered and activated users can see links. ]
Then I added the 'runescape' cache folder to both C: and users home directory
Thanks. As I've also noticed with some other clients, it throws this error:
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at client.init(client.java:1857)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Line 1857: ((Class128) Class57.aClass128_671).anInt1890 = Integer.parseInt(this.getParameter("worldid"));
FIXED! Thank you so much. I'd give 1000 thanks if that were possible
Just ran the client through the batch file instead of client.java through Eclipse.
One thing I will never understand is that some sources work through the IDE and other sources only work through the batch. Either way I'm super happy now!
« FCE editor | Interface editor? » |
Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |