Thread: PI Auto Cache Help

Results 1 to 3 of 3
  1. #1 PI Auto Cache Help 
    Registered Member
    Join Date
    Apr 2012
    Posts
    26
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Ive done everything there is to do. Ive changed the link in the CacheDownloader.java, changed it in Client.java and the signlink.java but this is what i keep coming up with. It starts to download but then stop midway. can anyone help me?



    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Apr 2012
    Posts
    26
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    43 views and still no one can help me? really?!?!?!?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2007
    Posts
    641
    Thanks given
    110
    Thanks received
    57
    Rep Power
    75
    I don't know why you have a "sencond dir". That may be causing the problem but try replacing your findcachedir() with this one

    Code:
    
            public static final String findcachedir()
    {
    String s;
    String s1;
    File file;
    s = "C:/.reddcache_file_store_32/";
    s1 = "";
    file = new File((new StringBuilder()).append(s1).append(s).toString());
    if(file.exists() || file.mkdir())
    {
    return (new StringBuilder()).append(s1).append(s).append("/").toString();
    }
    return null;
    }
    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. Auto-Cache
    By Serzel in forum Help
    Replies: 6
    Last Post: 12-28-2011, 10:35 PM
  2. Need help with auto cache
    By neva doubted in forum Help
    Replies: 3
    Last Post: 12-28-2011, 02:13 AM
  3. help with auto cache downloader
    By videowiz07 in forum Help
    Replies: 0
    Last Post: 06-23-2011, 03:41 PM
  4. [HELP] Cache Auto Dwnloading old CACHE! [HELP]
    By turmoil pkr in forum Help
    Replies: 2
    Last Post: 04-12-2011, 08:38 PM
  5. Replies: 65
    Last Post: 04-10-2008, 04:42 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •