Thread: [317]Ascend OSRSremake-CacheVersion?

Results 1 to 4 of 4
  1. #1 [317]Ascend OSRSremake-CacheVersion? 
    Registered Member
    Join Date
    Dec 2011
    Posts
    297
    Thanks given
    2
    Thanks received
    11
    Rep Power
    21
    So, I've decided to download an oldschool source to play with. I found 'ascend' under the downloads section, and i'm trying to upload the cache etc to dropbox. It seems like it doesnt read the version.txt file correctly. Here's the error I get with eclipse ide:
    Code:
    java.lang.NumberFormatException: For input string: "<!DOCTYPE html><html xml:lang="en" class="maestro" xmlns="http://www.w4.org/1999/xhtml"><head><script nonce="yLwTGOwiT9UXizWahtUZ">"
    	at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
    	at sun.misc.FloatingDecimal.parseDouble(Unknown Source)
    	at java.lang.Double.parseDouble(Unknown Source)
    	at com.client.loader.Loader.getNewestVersion(Loader.java:62)
    	at com.client.loader.Loader.main(Loader.java:118)
    We're getting an error!
    Also, when it attempts to download the cache, it throws me this error:
    Code:
    Exception in thread "Thread-5" java.nio.file.InvalidPathException: Illegal char <?> at index 44: C:\Users\Chubby\Exilium_.32\\Exilium_.32.zip?dl=0
    	at sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
    	at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
    	at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
    	at sun.nio.fs.WindowsPath.parse(Unknown Source)
    	at sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
    	at java.nio.file.Paths.get(Unknown Source)
    	at com.client.CacheDownloader.<init>(CacheDownloader.java:32)
    	at com.client.Client.startUp(Client.java:10413)
    	at com.client.RSApplet.run(RSApplet.java:218)
    	at com.client.Client.run(Client.java:6129)
    	at java.lang.Thread.run(Unknown Source)
    If anyone could please help me out, I'd like to play around with this source aswel. This will be simply educational purpouses
    I know the links are public, i'm thinking maybe dropbox changed it so it doesnt go directly to the file anymore? Idk
    Reply With Quote  
     

  2. #2  
    Donator

    Anthony's Avatar
    Join Date
    Dec 2007
    Age
    29
    Posts
    1,344
    Thanks given
    198
    Thanks received
    129
    Rep Power
    355
    You will be better off downloading the server package that I just released. It has less bugs, no anti leach and is more stable than ascend, to be honest.

    To answer your question..


    This piece of code in the beginning of the error is stating that the Exceptional Format is a number, but what it received was

    Code:
    java.lang.NumberFormatException: For input string:
    It's not getting the version number, but rather a bunch of html code.

    Code:
     "<!DOCTYPE html><html xml:lang="en" class="maestro" xmlns="http://www.w4.org/1999/xhtml"><head><script nonce="yLwTGOwiT9UXizWahtUZ">"





    The resolution will likely be in the URL location for your cacheVersion.txt or, your cache downloader. One of those are throwing the issue, and I'm going to assume that it's the cacheVersion.txt.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Nov 2014
    Posts
    611
    Thanks given
    180
    Thanks received
    156
    Rep Power
    0
    This usually means that your remote page (the url you put in to download a file most likely) is broken
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Dec 2011
    Posts
    297
    Thanks given
    2
    Thanks received
    11
    Rep Power
    21
    Quote Originally Posted by Anthony View Post
    You will be better off downloading the server package that I just released. It has less bugs, no anti leach and is more stable than ascend, to be honest.

    To answer your question..


    This piece of code in the beginning of the error is stating that the Exceptional Format is a number, but what it received was

    Code:
    java.lang.NumberFormatException: For input string:
    It's not getting the version number, but rather a bunch of html code.

    Code:
     "<!DOCTYPE html><html xml:lang="en" class="maestro" xmlns="http://www.w4.org/1999/xhtml"><head><script nonce="yLwTGOwiT9UXizWahtUZ">"





    The resolution will likely be in the URL location for your cacheVersion.txt or, your cache downloader. One of those are throwing the issue, and I'm going to assume that it's the cacheVersion.txt.
    My dropbox must not be allowing me direct download links anymore I'm guessing. Anyone know of another insta-link hoster? Also, would you be able to link me to the source you're speaking of? I can't find it lol
    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. Replies: 192
    Last Post: 12-01-2018, 10:41 PM
  2. [317] Deception 317 Beta - HD Graphics - Custom - Gambling
    By ryan1b in forum Advertise
    Replies: 32
    Last Post: 05-27-2018, 01:08 PM
  3. [317] Rellekka - 317 Economy
    By NotAvailable in forum Projects
    Replies: 241
    Last Post: 05-07-2018, 08:21 AM
  4. [317] Clean/ish 317 base.
    By vvaved in forum Requests
    Replies: 1
    Last Post: 05-03-2018, 11:21 PM
  5. [317] 317 Cache
    By Michael P in forum RS2 Server
    Replies: 17
    Last Post: 05-14-2014, 10:41 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
  •