Thread: Client not loading.

Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11  
    Registered Member
    Join Date
    Aug 2017
    Posts
    69
    Thanks given
    3
    Thanks received
    6
    Rep Power
    14
    Quote Originally Posted by Infernal_PK View Post
    Then add .zip to the CACHE_FILE_NAME, and run it again. I assumed the .zip wasn't required for the pathfile. But it seems it's not unzipping it properly.
    Thanks ill do that! And sorry to bother you more, you have been the most help i've gotten in the past week With the loading images i am using dropbox but, i can only copy one link and add it so right now ive only got public static final String URL_TO_LOADING_IMAGES = "https://www.dropbox.com/s/m85oy5avhzi5imq/0.png"; but thats only one of the pictures, any way to add alll of them?
    Reply With Quote  
     

  2. #12  
    Donator

    Yuuji's Avatar
    Join Date
    Feb 2012
    Posts
    678
    Thanks given
    232
    Thanks received
    153
    Rep Power
    197
    Quote Originally Posted by fearlessplum View Post
    Thanks ill do that! And sorry to bother you more, you have been the most help i've gotten in the past week With the loading images i am using dropbox but, i can only copy one link and add it so right now ive only got public static final String URL_TO_LOADING_IMAGES = "https://www.dropbox.com/s/m85oy5avhzi5imq/0.png"; but thats only one of the pictures, any way to add alll of them?
    Pack them into an Archive using Winrar. And extract them using the same method as the cache is using to extract.

    Attached image
    Attached image
    Reply With Quote  
     

  3. #13  
    Registered Member
    Join Date
    Aug 2017
    Posts
    69
    Thanks given
    3
    Thanks received
    6
    Rep Power
    14
    Quote Originally Posted by Infernal_PK View Post
    Pack them into an Archive using Winrar. And extract them using the same method as the cache is using to extract.
    super thumbs up to you, helped me out so much right as i was ready to give up

    Quote Originally Posted by Infernal_PK View Post
    Pack them into an Archive using Winrar. And extract them using the same method as the cache is using to extract.
    So i added the zip but when the client is loaded up i cant see the username or password and lots of the sprites didnt load i think and i get this

    Code:
    java.lang.NullPointerException
    Error loading font: p11_full
    Error loading font: p12_full
    Error loading font: hit_full
    Error loading font: critical_full
    Error loading font: b12_full
    	at org.necrotic.client.graphics.fonts.TextDrawingArea.<init>(TextDrawingArea.java:22)
    	at org.necrotic.client.Client.startUp(Client.java:15859)
    	at org.necrotic.client.GameRenderer.run(GameRenderer.java:954)
    	at org.necrotic.client.Client.run(Client.java:15492)
    	at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
    	at org.necrotic.client.graphics.fonts.TextDrawingArea.<init>(TextDrawingArea.java:22)
    	at org.necrotic.client.Client.startUp(Client.java:15860)
    	at org.necrotic.client.GameRenderer.run(GameRenderer.java:954)
    	at org.necrotic.client.Client.run(Client.java:15492)
    	at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
    	at org.necrotic.client.graphics.fonts.TextDrawingArea.<init>(TextDrawingArea.java:22)
    	at org.necrotic.client.Client.startUp(Client.java:15861)
    	at org.necrotic.client.GameRenderer.run(GameRenderer.java:954)
    	at org.necrotic.client.Client.run(Client.java:15492)
    	at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
    	at org.necrotic.client.graphics.fonts.TextDrawingArea.<init>(TextDrawingArea.java:22)
    	at org.necrotic.client.Client.startUp(Client.java:15862)
    	at org.necrotic.client.GameRenderer.run(GameRenderer.java:954)
    	at org.necrotic.client.Client.run(Client.java:15492)
    	at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
    	at org.necrotic.client.graphics.fonts.TextDrawingArea.<init>(TextDrawingArea.java:22)
    	at org.necrotic.client.Client.startUp(Client.java:15863)
    	at org.necrotic.client.GameRenderer.run(GameRenderer.java:954)
    	at org.necrotic.client.Client.run(Client.java:15492)
    	at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
    	at org.necrotic.client.graphics.fonts.TextDrawingArea.<init>(TextDrawingArea.java:22)
    	at org.necrotic.client.Client.startUp(Client.java:15864)
    	at org.necrotic.client.GameRenderer.run(GameRenderer.java:954)
    Error loading font: q8_full
    	at org.necrotic.client.Client.run(Client.java:15492)
    	at java.lang.Thread.run(Unknown Source)
    You don't need to help me anymore i can try to figure this out if youd like but i do really appreciate it
    Reply With Quote  
     

Page 2 of 2 FirstFirst 12

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. -*Hyperion Client Not Loading*-
    By MadZ in forum Help
    Replies: 16
    Last Post: 04-14-2010, 12:27 PM
  2. 508 client not loading
    By brodyjenkins in forum Help
    Replies: 4
    Last Post: 04-08-2010, 07:51 PM
  3. Error with my client not loading?
    By omgmike1 in forum Help
    Replies: 9
    Last Post: 09-06-2009, 09:34 PM
  4. Error with my client not loading?
    By omgmike1 in forum Help
    Replies: 0
    Last Post: 08-22-2009, 06:49 AM
  5. [544] Client not loading
    By Ramsin in forum Help
    Replies: 4
    Last Post: 05-25-2009, 02:17 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
  •