Thread: Client connecting to server

Results 1 to 4 of 4
  1. #1 Client connecting to server 
    Registered Member
    Join Date
    Jan 2011
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Hi so i downloaded kagani RS3 from the download and got server running but the CLIENT does not connect to the server stuck at 97%.

    Code:
    Error: com.jagex.client.init:7969 sun.reflect.NativeMethodAccessorImpl.invoke0 sun.reflect.NativeMethodAccessorImpl.invoke sun.reflect.DelegatingMethodAccessorImpl.invoke java.lang.reflect.Method.invoke com.jagex.Launcher.startClient:232 com.jagex.Launcher.main:194 | java.lang.RuntimeException | 
    Error: com.jagex.Class617.method10170:1605 com.jagex.Class513.method8555:87 com.jagex.Class307.method5588:120 com.jagex.Class36.method946:555 com.jagex.Class622.method10220:225 com.jagex.Class266.method4811:844 com.jagex.Class505.method8493:272 com.jagex.client.method8346:25256 com.jagex.Class499.method8422:2207 com.jagex.Class499.method8331:185 com.jagex.Class499.run:274 java.lang.Thread.run | java.lang.RuntimeException:  1172 |  0,0,0,0 0,0,0, 0 0 2 1024,768 1 2 1 1 0 0 3626 12 16310 P*rH13AU44uztPdxSfXQdyqtah0xsUnT
    java.net.ConnectException: Connection refused: connect
    	at java.net.DualStackPlainSocketImpl.connect0(Native Method)
    error_game_crash
    OK UPDATE
    So i think the problem is that i didnt have the login engine running and i found that there is an URL for the config.json that is missing on the web in VarExecutor.java so in order to fix the problem i need to crate a config.json which i did do but i dont know how to code it in
    if enyone has java experience i would appriciate the help.

    Code:
    public static void init(int method) throws MalformedURLException, IOException, NoSuchAlgorithmException {		Gson gson = new GsonBuilder().setLenient().create();
    		BufferedReader bufferedReader = new BufferedReader(
    				new InputStreamReader(new URL("C:\\Users\\someone\\Desktop\\kagani\\configuration.json").openStream()));
    		jsonObject = gson.fromJson(bufferedReader, JsonObject.class);
    ps. sorry for the typos

    NEW UPDATE
    So i got the login engine working just had to change C to file so that the program can read it.
    But i still get the same issue with the client Connection refused: connect.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2011
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    SO UPDATE
    i am still trying to get this up and runing localy fixed the 7969 issue... client still refuses to connect error dont know how to fix that-. enyone? ideas?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2011
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    OK after some time of searching the web i got rid of the issue refuses to connect.. but now i am getting an error called "Unexpected end of file from server"
    should be something wrong with the cache i am using (nocturne 876 cache) so if enyone has a working cache rev. 876 in .dat2 format?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jan 2011
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    So i got the client to load up till login and now i get this error

    Code:
    Error: true 0 288 141975406 101014842 -808959101 2049201854
    help????????
    Reply With Quote  
     


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: 12
    Last Post: 08-02-2015, 10:08 AM
  2. Client Connect to Server - PAYING BIG
    By Dexter Morgan in forum Buying
    Replies: 1
    Last Post: 01-23-2015, 10:39 PM
  3. Replies: 2
    Last Post: 12-12-2014, 10:44 PM
  4. Replies: 2
    Last Post: 03-07-2014, 05:59 AM
  5. Client Connecting to Server error.
    By Danrsps in forum Help
    Replies: 7
    Last Post: 12-24-2012, 04:31 AM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •