Thread: Need help with 194 client that has cache

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Need help with 194 client that has cache 
    Registered Member
    Wiffles's Avatar
    Join Date
    Dec 2007
    Posts
    1,168
    Thanks given
    100
    Thanks received
    198
    Rep Power
    493
    Alright this is what i need help with...


    I looked in Signlink.java and found this..

    Code:
        public static final String findcachedir() {
    	String[] strings
    	    = { "c:/windows/", "c:/winnt/", "d:/windows/", "d:/winnt/",
    		"e:/windows/", "e:/winnt/", "f:/windows/", "f:/winnt/", "c:/",
    		"~/", "/tmp/", "" };
    	String string = ".file_store_32";
    	for (int i = 0; i < strings.length; i++) {
    	    try {
    		String string_0 = strings[i];
    		if (string_0.length() > 0) {
    		    File file = new File(string_0);
    		    if (!file.exists())
    			continue;
    		}
    		File file = new File(string_0 + string);
    		if (file.exists() || file.mkdir())
    		    return string_0 + string + "/";
    	    } catch (Exception exception) {
    		/* empty */
    	    }
    	}
    	return null;
        }
    When I put the cache files in there it still doesnt work...

    This is what i get when i try to start it.

    "Connecting to file server..."
    then this..


    Btw the files in the cache are

    Config (No extenstion) 113 KB
    crc (No extenstion) 1 KB
    interface (No extenstion) 47 KB
    media (No extenstion) 73 KB
    models (No extenstion) 844 KB
    textures (No extenstion) 157 KB
    title (No extenstion) 51 KB
    wordenc (No extenstion) 14 KB

    Could somebody tell me if I have to add the extension to like .idx#?
     

  2. #2  
    Registered Member
    Wiffles's Avatar
    Join Date
    Dec 2007
    Posts
    1,168
    Thanks given
    100
    Thanks received
    198
    Rep Power
    493
    Also there are two jars and the names are

    "runescape194"
    "loader194"

    what do i put in the .bat?

    Code:
    @echo off
    TITLE Run
    "C:\Program Files\Java\jre1.7.0\bin\java.exe" -Xmx600m client
    pause
     

  3. #3  
    Registered Member
    Wiffles's Avatar
    Join Date
    Dec 2007
    Posts
    1,168
    Thanks given
    100
    Thanks received
    198
    Rep Power
    493
    help?
     

  4. #4  
    Banned

    Join Date
    Jul 2008
    Posts
    2,056
    Thanks given
    26
    Thanks received
    98
    Rep Power
    0
    is this a 194 client with 194 cache?

    And i also dont see any main cache files? only the config which may have been used to auto download the cache from runescape or version check?

    did you get this from a .jar?
     

  5. #5  
    Registered Member
    Wiffles's Avatar
    Join Date
    Dec 2007
    Posts
    1,168
    Thanks given
    100
    Thanks received
    198
    Rep Power
    493
    No I didn't get those from a jar...They were in a zip called cache from a so called "194 client with cache" posted by admin on moparscape that was stickied lol i got it about a month ago and just stumbled on it again lol


    arent they suppost to be .jag files inside of a .idx0 ?
     

  6. #6  
    Retired. Stop PMing me.

    Galkon's Avatar
    Join Date
    Nov 2007
    Age
    14
    Posts
    7,528
    Thanks given
    1,783
    Thanks received
    2,822
    Discord
    View profile
    Rep Power
    5000
    Change the file directory if you must and see if that works?

    (random suggestions here :\)
    [Only registered and activated users can see links. ]
     

  7. #7  
    Registered Member
    Wiffles's Avatar
    Join Date
    Dec 2007
    Posts
    1,168
    Thanks given
    100
    Thanks received
    198
    Rep Power
    493
    Didnt work..it cant locate the cache which i i think means those are the cache but not in the archive its looking for?
     

  8. #8  
    Brown
    Guest
    The reason it doesn't work: It's trying to connect to an update server, Graham disabled it.. Here:
    [Only registered and activated users can see links. ]
    Actually, the 317/377 clients were like this aswell. Now they run "on demand" or whatever.
     

  9. #9  
    Registered Member
    Wiffles's Avatar
    Join Date
    Dec 2007
    Posts
    1,168
    Thanks given
    100
    Thanks received
    198
    Rep Power
    493
    ok thanks =[)
     

  10. #10  
    Registered Member
    Wiffles's Avatar
    Join Date
    Dec 2007
    Posts
    1,168
    Thanks given
    100
    Thanks received
    198
    Rep Power
    493
    only problem now is that there aren't any sources out and I have no idea where to start.
     

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

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