Thread: Exotic - Raids, Inferno & More! :D

Page 24 of 42 FirstFirst ... 14222324252634 ... LastLast
Results 231 to 240 of 417
  1. #231  
    Im an albatraoz

    Nand0's Avatar
    Join Date
    Feb 2010
    Age
    31
    Posts
    948
    Thanks given
    233
    Thanks received
    128
    Rep Power
    241
    Thanks this has alot of content for an pi



    Looking for blazing fast and affordable vps or web hosting?
    AllGeniusHost



    Reply With Quote  
     

  2. #232  
    Registered Member spaphite's Avatar
    Join Date
    Sep 2014
    Posts
    11
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by drauski View Post
    The old link stuff works, but when i added the updated files.. this happened


    https://i.gyazo.com/2e318ff0ee9cf165...07bbd30c40.png

    I wish i did know how to fix it myself, but i doubt i can search the right thing to fix
    Im having a hard time with this too. When you go to the function its from line 75 on Server - the loadServerData. Tried running IDE as admin on my machine and still nothing (thought maybe it was a permissions issue). The Data folder that it appears to be iterating over is only two directories above.

    File[] fileList = new File("./Data/server/").listFiles();
    Reply With Quote  
     

  3. #233  
    Registered Member

    Join Date
    Oct 2011
    Posts
    2,084
    Thanks given
    0
    Thanks received
    1,043
    Rep Power
    3608
    Quote Originally Posted by spaphite View Post
    Im having a hard time with this too. When you go to the function its from line 75 on Server - the loadServerData. Tried running IDE as admin on my machine and still nothing (thought maybe it was a permissions issue). The Data folder that it appears to be iterating over is only two directories above.

    File[] fileList = new File("./Data/server/").listFiles();
    hint: the original website used to host the cache and version is down, so you gotta make it read from elsewhere or simply disable and prevent the filedownload class from being called since you're running locally anyways.
    Reply With Quote  
     

  4. #234  
    Registered Member
    Join Date
    Dec 2011
    Posts
    248
    Thanks given
    16
    Thanks received
    3
    Rep Power
    16
    java.io.FileNotFoundException: https://exoticrs.com/public/cache/exotic.zip
    at sun.net.http://www.protocol.http.HttpURLConn...tream0(Unknown Source)
    at sun.net.http://www.protocol.http.HttpURLConn...Stream(Unknown Source)
    at sun.net.http://www.protocol.https.HttpsURLCo...Stream(Unknown Source)
    at com.client.FileDownloader.downloadFile(FileDownloa der.java:65)
    at com.client.FileDownloader.start(FileDownloader.jav a:174)
    at com.client.Client.startUp(Client.java:9535)
    at com.client.RSApplet.run(RSApplet.java:153)
    at com.client.Client.run(Client.java:5601)
    at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
    Error: loaderror Starting up - This can take a few minutes 15
    at com.client.TextDrawingArea.<init>(TextDrawingArea. java:19)
    at com.client.Client.startUp(Client.java:9568)
    at com.client.RSApplet.run(RSApplet.java:153)
    at com.client.Client.run(Client.java:5601)
    at java.lang.Thread.run(Unknown Source)
    How do i fix?
    Just a noob wanting to learn
    Reply With Quote  
     

  5. #235  
    The Meme God

    4DFo's Avatar
    Join Date
    Dec 2013
    Age
    26
    Posts
    616
    Thanks given
    54
    Thanks received
    81
    Rep Power
    185
    Quote Originally Posted by Bosnia View Post
    How do i fix?
    A brain


    Sent from my iPhone using Tapatalk

    Attached image
    Attached image
    Rest easy, Brian x2. Suicide is never the answer.
    Reply With Quote  
     

  6. #236  
    Officially Retired


    Join Date
    Oct 2007
    Age
    30
    Posts
    5,454
    Thanks given
    558
    Thanks received
    122
    Rep Power
    1364
    Quote Originally Posted by Bosnia View Post
    Code:
     java.io.FileNotFoundException: https://exoticrs.com/public/cache/exotic.zip
    at sun.net.http://www.protocol.http.HttpURLConn...tream0(Unknown Source)
    at sun.net.http://www.protocol.http.HttpURLConn...Stream(Unknown Source)
    at sun.net.http://www.protocol.https.HttpsURLCo...Stream(Unknown Source)
    at com.client.FileDownloader.downloadFile(FileDownloa der.java:65)
    at com.client.FileDownloader.start(FileDownloader.jav a:174)
    at com.client.Client.startUp(Client.java:9535)
    at com.client.RSApplet.run(RSApplet.java:153)
    at com.client.Client.run(Client.java:5601)
    at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
    Error: loaderror Starting up - This can take a few minutes 15
    at com.client.TextDrawingArea.<init>(TextDrawingArea. java:19)
    at com.client.Client.startUp(Client.java:9568)
    at com.client.RSApplet.run(RSApplet.java:153)
    at com.client.Client.run(Client.java:5601)
    at java.lang.Thread.run(Unknown Source)

    How do i fix?
    Read the " java.io.FileNotFoundException: https://exoticrs.com/public/cache/exotic.zip"
    Reply With Quote  
     

  7. #237  
    Registered Member
    Join Date
    Dec 2011
    Posts
    248
    Thanks given
    16
    Thanks received
    3
    Rep Power
    16
    Quote Originally Posted by 44.. View Post
    A brain


    Sent from my iPhone using Tapatalk
    No reason to be an asshole, I changed that now I get a different error..
    java.io.FileNotFoundException: C:\Users\AJ\.ExoticRS_Cache\Cache\Cache.zip?dl=0 (The filename, directory name, or volume label syntax is incorrect)
    at java.io.FileOutputStream.open0(Native Method)
    at java.io.FileOutputStream.open(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at com.client.FileDownloader.downloadFile(FileDownloa der.java:65)
    at com.client.FileDownloader.start(FileDownloader.jav a:174)
    at com.client.Client.startUp(Client.java:9535)
    at com.client.RSApplet.run(RSApplet.java:153)
    at com.client.Client.run(Client.java:5601)
    at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
    Just a noob wanting to learn
    Reply With Quote  
     

  8. #238  
    Registered Member

    Join Date
    Oct 2011
    Posts
    2,084
    Thanks given
    0
    Thanks received
    1,043
    Rep Power
    3608
    Quote Originally Posted by Bosnia View Post
    No reason to be an asshole, I changed that now I get a different error..
    did you really just change a website to your computer directory.
    Reply With Quote  
     

  9. Thankful user:


  10. #239  
    Registered Member
    Join Date
    Dec 2011
    Posts
    248
    Thanks given
    16
    Thanks received
    3
    Rep Power
    16
    Quote Originally Posted by Omelete View Post
    did you really just change a website to your computer directory.
    No im not stupid, i changed the cache link to the one he has on the OP .. I havn't messed with an rsps in years.. so Some help would be great
    Just a noob wanting to learn
    Reply With Quote  
     

  11. #240  
    Registered Member

    Join Date
    Oct 2011
    Posts
    2,084
    Thanks given
    0
    Thanks received
    1,043
    Rep Power
    3608
    Quote Originally Posted by Bosnia View Post
    No im not stupid, i changed the cache link to the one he has on the OP .. I havn't messed with an rsps in years.. so Some help would be great
    Code:
    java.io.FileNotFoundException: C:\Users\AJ\.ExoticRS_Cache\Cache\Cache.zip?dl=0 (The filename, directory name, or volume label syntax is incorrect)
    you just changed it to your computer's directory.

    anyways, you need to upload the cache elsewhere because the exotic site was taken down.
    Reply With Quote  
     

Page 24 of 42 FirstFirst ... 14222324252634 ... 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: 127
    Last Post: 07-24-2017, 03:15 PM
  2. Replies: 9
    Last Post: 06-26-2017, 08:48 AM
  3. Replies: 9
    Last Post: 06-26-2017, 06:16 AM
  4. Replies: 61
    Last Post: 05-29-2016, 09:17 PM
  5. Replies: 3
    Last Post: 12-10-2012, 11:06 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
  •