Thread: eclipse error running client

Results 1 to 6 of 6
  1. #1 eclipse error running client 
    Registered Member
    Join Date
    Aug 2015
    Posts
    12
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    im new to this eclipse thing so it may not be a hard fix but when i run the server it does fine, but when i try to run the client it shows this....






    java.io.IOException: Server returned HTTP response code: 403 for URL: http://lost-isle.org//clientversion.txt
    at sun.net.http://www.protocol.http.HttpURLConn...tream0(Unknown Source)
    at sun.net.http://www.protocol.http.HttpURLConn...Stream(Unknown Source)
    at java.net.URL.openStream(Unknown Source)
    at ClientVersionChecker.getRemoteVersion(ClientVersio nChecker.java:85)
    at ClientVersionChecker.update(ClientVersionChecker.j ava:27)
    at Client.startUp(Client.java:8895)
    at RSApplet.run(RSApplet.java:174)
    at Client.run(Client.java:6132)
    at java.lang.Thread.run(Unknown Source)




    i tried to look up stuff on how to fix it but it doesnt seem to work, Anyone know anything about how to fix this?
    Reply With Quote  
     

  2. #2  
    Jake from State Farm

    FKN Jake's Avatar
    Join Date
    Nov 2013
    Posts
    675
    Thanks given
    45
    Thanks received
    58
    Rep Power
    153
    You have two slashes leading to the .txt, other than that I'd have to take a look myself. Add me on Skype FlyingAK47.
    Reply With Quote  
     

  3. #3  
    Ask me how I'm doing

    .NF.'s Avatar
    Join Date
    Aug 2015
    Age
    30
    Posts
    2,174
    Thanks given
    293
    Thanks received
    619
    Rep Power
    567
    Its the wrong client version. find the version of the server, make a .txt file, put the client version in there and upload to DB, replace link. E Z P Z
    Attached image
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Aug 2015
    Posts
    12
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Trikru. View Post
    Its the wrong client version. find the version of the server, make a .txt file, put the client version in there and upload to DB, replace link. E Z P Z
    can you further explain on how to do it, how to find the version and where to upload or put it, im lost
    Reply With Quote  
     

  5. #5  
    Ask me how I'm doing

    .NF.'s Avatar
    Join Date
    Aug 2015
    Age
    30
    Posts
    2,174
    Thanks given
    293
    Thanks received
    619
    Rep Power
    567
    Quote Originally Posted by ownagexowner View Post
    can you further explain on how to do it, how to find the version and where to upload or put it, im lost
    Quote Originally Posted by Trikru. View Post
    find the version of the server, make a .txt file, put the client version in there and upload to DB, replace link. E Z P Z
    I already answered your questions, but I won't spoon feed you, what more do you want mate? version.txt, and probably client configs, make it the same version and and reupload somewhere and replace the link in your server.
    Attached image
    Reply With Quote  
     

  6. #6  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    If you're that desperate you can just drop the link shit and go directly to ClientVersionChecker.getRemoteVersion(ClientVersio nChecker.java:85)
    Replace the return of the getRemoteVersion with the version ID, which is 2.09, so that it'll look as
    Code:
    public static double getRemoteVersion() {
    return 2.09;
    }
    Or just replace the damn link there with http://www.lost-isle.com/clientversion.txt

    You oughta learn some basics before attempting to even work with private servers though. Shouldn't follow the path of other headless morons here who just attempt to slap a source online with no experience or knowledge in development whatsoever, nor any common sense/logic.
    Reply With Quote  
     

  7. Thankful user:



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. Error running client, to play server.
    By Cheung in forum Help
    Replies: 10
    Last Post: 03-08-2012, 06:35 AM
  2. Replies: 1
    Last Post: 03-06-2012, 02:47 AM
  3. Replies: 2
    Last Post: 01-12-2012, 12:15 AM
  4. Error Running Client
    By Tom Sawyer in forum Help
    Replies: 0
    Last Post: 06-15-2011, 05:31 AM
  5. Error Running Client
    By Guy Sully in forum Help
    Replies: 3
    Last Post: 06-04-2009, 02:25 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
  •