Thread: 508 Webclient (Can pay like 2 dollars for help T.T)

Results 1 to 5 of 5
  1. #1 508 Webclient (Can pay like 2 dollars for help T.T) 
    Registered Member
    Mrthunder23's Avatar
    Join Date
    Mar 2008
    Age
    29
    Posts
    2,463
    Thanks given
    62
    Thanks received
    72
    Rep Power
    319
    Okay, everything compiled fine, but it's not downloading the cache. It's just giving me the error (a.k.a it's not finding the cache, cause it's not downloading.)

    I can only pay like 2 dollars cuz I'm low on money atm.

    Code:
    Error: SignLink:236 SignLink:375 Applet_Sub1:338 client:2127 | java.lang.Runtime
    Exception
    ^ A.K.A not finding the cache?
    APOLOGIZED for wrong forum, tired and messed up

    Anyhow help pl0x
    Reply With Quote  
     

  2. #2  
    Renown Programmer

    Nikki's Avatar
    Join Date
    Aug 2008
    Posts
    3,992
    Thanks given
    553
    Thanks received
    1,078
    Rep Power
    5000
    Make sure the directory isnt anything with "./" in it, use something like "System.getProperty("user.home")" and add onto that a cache location,

    However you are i think correct about it not being able to find the cache.
    Please don't add/pm me asking for RSPS help!

    Links:
    - Pastebin
    - Sleeksnap

    Reply With Quote  
     

  3. #3  
    Registered Member
    Mrthunder23's Avatar
    Join Date
    Mar 2008
    Age
    29
    Posts
    2,463
    Thanks given
    62
    Thanks received
    72
    Rep Power
    319
    Code:
      
    	public void method565(int i, String string, int i_7_, int i_8_) {
    		i = 32;
    		String[] cacheDirs = { System.getProperty("user.home") + "/dellibriumld/rs2" };
    		for (int dirId = 0; dirId < cacheDirs.length; dirId++) {
    			try {
    				File file = new File(cacheDirs[dirId]);
    				if (!file.exists()) {
    					boolean bool = file.mkdir();
    					if (!bool) {
    						continue;
    					}
    				}
    It's finding the Cache, I loaded it from my backup folder.

    Problem is it isn't DOWNLOADING the cahce.

    Q.Q
    Reply With Quote  
     

  4. #4  
    Renown Programmer

    Nikki's Avatar
    Join Date
    Aug 2008
    Posts
    3,992
    Thanks given
    553
    Thanks received
    1,078
    Rep Power
    5000
    Quote Originally Posted by Jinchuurike View Post
    Code:
      
    	public void method565(int i, String string, int i_7_, int i_8_) {
    		i = 32;
    		String[] cacheDirs = { System.getProperty("user.home") + "/dellibriumld/rs2" };
    		for (int dirId = 0; dirId < cacheDirs.length; dirId++) {
    			try {
    				File file = new File(cacheDirs[dirId]);
    				if (!file.exists()) {
    					boolean bool = file.mkdir();
    					if (!bool) {
    						continue;
    					}
    				}
    It's finding the Cache, I loaded it from my backup folder.

    Problem is it isn't DOWNLOADING the cahce.

    Q.Q
    It will not auto download, you will either have to have an update server or make a cache downloader.
    Please don't add/pm me asking for RSPS help!

    Links:
    - Pastebin
    - Sleeksnap

    Reply With Quote  
     

  5. #5  
    Registered Member
    Mrthunder23's Avatar
    Join Date
    Mar 2008
    Age
    29
    Posts
    2,463
    Thanks given
    62
    Thanks received
    72
    Rep Power
    319
    NVM, nikki's helping me on skype
    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

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