Thread: Error loading cache + pics of cmd error + client

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Error loading cache + pics of cmd error + client 
    1337
    Brett's Avatar
    Join Date
    Jun 2012
    Posts
    172
    Thanks given
    23
    Thanks received
    16
    Rep Power
    39
    [Only registered and activated users can see links. ]

    Someone help me fix it?

    Will rep for sure.

    What I have downloaded as of now and where they're stored on my desktop:
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #2  
    Father Of Lies


    Join Date
    May 2012
    Age
    23
    Posts
    1,216
    Thanks given
    267
    Thanks received
    289
    Rep Power
    242
    Post your run void.
    Reply With Quote  
     

  3. #3  
    1337
    Brett's Avatar
    Join Date
    Jun 2012
    Posts
    172
    Thanks given
    23
    Thanks received
    16
    Rep Power
    39
    Quote Originally Posted by jake.bellotti View Post
    Post your run void.
    Where is this located? I'm new to this stuff.
    Reply With Quote  
     

  4. #4  
    1337
    Brett's Avatar
    Join Date
    Jun 2012
    Posts
    172
    Thanks given
    23
    Thanks received
    16
    Rep Power
    39
    Bump.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Sep 2010
    Posts
    173
    Thanks given
    25
    Thanks received
    19
    Rep Power
    6
    Try to rezip the cache and upload it to dropbox.com
    Then change the link in the cache downloader to the link that you got from dropbox.

    See if that helps any.
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    RuneAdventure - The Epic Adventure

    Thock321's Avatar
    Join Date
    Jul 2011
    Posts
    1,809
    Thanks given
    706
    Thanks received
    363
    Rep Power
    416
    You are trying to download from this address: [Only registered and activated users can see links. ]
    That address (obviously) doesn't exist.
    Also, put your cache in the correct directory so the client won't attempt to download it.
    Reply With Quote  
     

  8. Thankful user:


  9. #7  
    1337
    Brett's Avatar
    Join Date
    Jun 2012
    Posts
    172
    Thanks given
    23
    Thanks received
    16
    Rep Power
    39
    Quote Originally Posted by thock321 View Post
    You are trying to download from this address: [Only registered and activated users can see links. ]
    That address (obviously) doesn't exist.
    Also, put your cache in the correct directory so the client won't attempt to download it.
    Well, thanks for the help... But I'm still mentally retarded when it comes to this...

    Is there any way you can pretty much spoon feed me?

    Or teamview? :L
    Reply With Quote  
     

  10. #8  
    RuneAdventure - The Epic Adventure

    Thock321's Avatar
    Join Date
    Jul 2011
    Posts
    1,809
    Thanks given
    706
    Thanks received
    363
    Rep Power
    416
    Quote Originally Posted by iBrett View Post
    Well, thanks for the help... But I'm still mentally retarded when it comes to this...

    Is there any way you can pretty much spoon feed me?

    Or teamview? :L
    Go to signlink.java, look for the findcachedir() method. Replace it with this:
    Code:
    	public static String findcachedir()
        {
    		String s = System.getProperty("user.home")+"/YOUR CACHE FOLDER NAME";
    		File file = new File(s);
    		if(file.exists() || file.mkdirs()) {
    			return s + "/";
    		}
            return s;
        }
    Then put your cache folder in C:/Users/YOUR USERNAME
    Reply With Quote  
     

  11. Thankful user:


  12. #9  
    1337
    Brett's Avatar
    Join Date
    Jun 2012
    Posts
    172
    Thanks given
    23
    Thanks received
    16
    Rep Power
    39
    Quote Originally Posted by thock321 View Post
    Go to signlink.java, look for the findcachedir() method. Replace it with this:
    Code:
    	public static String findcachedir()
        {
    		String s = System.getProperty("user.home")+"/YOUR CACHE FOLDER NAME/";
    		File file = new File(s);
    		if(file.exists() || file.mkdirs()) {
    			return s + "/";
    		}
            return s;
        }
    Then put your cache folder in C:/Users/YOUR USERNAME
    Thank you very much for the help. As I'm not home as of now, I'll try it when I'm home.

    Once again, thanks.
    Reply With Quote  
     

  13. #10  
    RuneAdventure - The Epic Adventure

    Thock321's Avatar
    Join Date
    Jul 2011
    Posts
    1,809
    Thanks given
    706
    Thanks received
    363
    Rep Power
    416
    Quote Originally Posted by iBrett View Post
    Thank you very much for the help. As I'm not home as of now, I'll try it when I'm home.

    Once again, thanks.
    Don't forget, instead of
    Code:
    /YOUR CACHE FOLDER NAME/
    make it
    Code:
    /YOUR CACHE FOLDER NAME
    So there is no slash at the end of NAME.
    Reply With Quote  
     

  14. Thankful user:


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

Similar Threads

  1. Replies: 6
    Last Post: 01-07-2012, 03:00 AM
  2. [PI] WEBCLIENT [cache error] [CMD] [+REP]
    By sir chad in forum Help
    Replies: 0
    Last Post: 09-20-2011, 10:17 PM
  3. Replies: 0
    Last Post: 10-18-2010, 01:54 AM
  4. Replies: 1
    Last Post: 09-16-2010, 09:10 PM
  5. Replies: 6
    Last Post: 12-01-2009, 07:37 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •