Thread: Ruse Client (Black Screen Downloading Cache)

Results 1 to 8 of 8
  1. #1 Ruse Client (Black Screen Downloading Cache) 
    Registered Member
    Join Date
    May 2014
    Posts
    25
    Thanks given
    4
    Thanks received
    2
    Rep Power
    17
    Hello, title pretty self explanatory. Whilst the cache is downloading the client screen is completely black, with no writing or progress etc.
    Wondering if anyone can help me fix this i would REALLY, appreciate it. Thank you.

    (I've tried using drawtext methods used elsewhere and i have no luck, just want something like a progress bar or even 1-100% etc. )


    Discord: Reece#2007
    Last edited by Reece3221; 01-23-2018 at 11:55 PM. Reason: Adding Contact Details
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Dec 2016
    Posts
    143
    Thanks given
    119
    Thanks received
    124
    Rep Power
    71
    Make sure you commented repack methods
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2014
    Posts
    25
    Thanks given
    4
    Thanks received
    2
    Rep Power
    17
    Quote Originally Posted by Ints View Post
    Make sure you commented repack methods
    Tried it, no luck. Here's my client.java and cachedownloader.java
    https://paste.ee/p/Xgijj
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    May 2014
    Posts
    25
    Thanks given
    4
    Thanks received
    2
    Rep Power
    17
    Solved.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jan 2018
    Posts
    23
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Reece3221 View Post
    Solved.
    How was it solved???
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Nov 2016
    Posts
    22
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Reece3221 View Post
    Solved.
    Share a fix with us please? I think you edited this code, but how??

    Code:
    /** DOWNLOADING LOADING IMAGES **/
    try {
    			for(int i = 1; i <= 3; i++) {
    				if(!new File(signlink.findcachedir() + "load"+i+".png").exists()) {
    					HttpDownloadUtility.downloadFile("http://LINK.net/client/load"+i+".png", signlink.findcachedir());
    				}
    				loadingSprites[i - 1] = Toolkit.getDefaultToolkit().getImage(signlink.findcachedir() + "load"+i+".png");
    			}
    			super.graphics.drawImage(loadingSprites[0], 0, 0, null);
    			super.graphics.drawImage(loadingSprites[1], 5, clientHeight - 35, null);
    		} catch(Exception e) {
    			e.printStackTrace();
    		}
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Mar 2015
    Age
    31
    Posts
    1,332
    Thanks given
    215
    Thanks received
    329
    Rep Power
    0
    Quote Originally Posted by AstralPS View Post
    Share a fix with us please? I think you edited this code, but how??

    Code:
    /** DOWNLOADING LOADING IMAGES **/
    try {
    			for(int i = 1; i <= 3; i++) {
    				if(!new File(signlink.findcachedir() + "load"+i+".png").exists()) {
    					HttpDownloadUtility.downloadFile("http://LINK.net/client/load"+i+".png", signlink.findcachedir());
    				}
    				loadingSprites[i - 1] = Toolkit.getDefaultToolkit().getImage(signlink.findcachedir() + "load"+i+".png");
    			}
    			super.graphics.drawImage(loadingSprites[0], 0, 0, null);
    			super.graphics.drawImage(loadingSprites[1], 5, clientHeight - 35, null);
    		} catch(Exception e) {
    			e.printStackTrace();
    		}
    did you upload your image to your website? also your cache zip it and upload it too pme me i f you need some help
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Nov 2016
    Posts
    22
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Yes i did everything right, the only thing i need to do is just make loading background load not right from the cache, but from the url... And also i don't know how, but i need to fix that messed text..
    https://www.rune-server.ee/runescape...ml#post5513525

    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. Black Screen during Cache Download!
    By SoulSplit1 in forum Help
    Replies: 3
    Last Post: 03-12-2013, 12:11 PM
  2. Replies: 15
    Last Post: 07-06-2011, 01:42 AM
  3. Replies: 19
    Last Post: 06-20-2011, 03:07 PM
  4. Replies: 2
    Last Post: 06-12-2011, 10:04 PM
  5. [DSPK] client (no auto downloading cache)
    By hontiris1 in forum Requests
    Replies: 7
    Last Post: 02-11-2011, 03:19 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
  •