Thread: [PI] Client Loading Problem

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 [PI] Client Loading Problem 
    OWNER @ BOFA (Now Hiring)
    Mr Bill's Avatar
    Join Date
    May 2010
    Posts
    518
    Thanks given
    15
    Thanks received
    35
    Rep Power
    62
    Code:
    RS2 user client - release #317
    java.net.UnknownHostException: aurora317host.zapto.org
            at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
            at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
            at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
    
            at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
            at java.net.InetAddress.getAllByName(InetAddress.java:1084)
            at java.net.InetAddress.getAllByName(InetAddress.java:1020)
            at java.net.InetAddress.getByName(InetAddress.java:970)
            at Jframe.<init>(Jframe.java:18)
            at client.main(client.java:2705)
    Press any key to continue . . .
    That's the error about 80% of my players get, but now I'm getting it myself, please help me fix my client. By the way, the IP in the error is mine, I changed both of them in client.java, sometimes i get this error, and sometimes I just can't portforward..
    Reply With Quote  
     

  2. #2  
    God
    God is offline
    #packeting

    God's Avatar
    Join Date
    Feb 2011
    Posts
    1,007
    Thanks given
    315
    Thanks received
    115
    Rep Power
    181
    search for aurora317host.zapto.org and change it to something else like google.com or something. I would be able to evaluate the problem if we TV'd

    PM me if you have trouble


    EDIT: it is trying to connect to that address, and it can't connect
    [Only registered and activated users can see links. ]



    LOL^

    [Today 12:51 AM] Stewie: If at first you don't succeed, you probably just realized you're a woman.

    ...oh stewie
    Reply With Quote  
     

  3. #3  
    OWNER @ BOFA (Now Hiring)
    Mr Bill's Avatar
    Join Date
    May 2010
    Posts
    518
    Thanks given
    15
    Thanks received
    35
    Rep Power
    62
    Quote Originally Posted by God View Post
    search for aurora317host.zapto.org and change it to something else like google.com or something. I would be able to evaluate the problem if we TV'd

    PM me if you have trouble
    But that's the IP to my server, and that's the IP that everybody else has that downloaded the client, It's in beta mode right now, for everybody else to find bugs so I could fix them. But there are two people on? I'm getting the error myself, and so is my co-owner.
    Reply With Quote  
     

  4. #4  
    God
    God is offline
    #packeting

    God's Avatar
    Join Date
    Feb 2011
    Posts
    1,007
    Thanks given
    315
    Thanks received
    115
    Rep Power
    181
    Quote Originally Posted by Mr Bill View Post
    But that's the IP to my server, and that's the IP that everybody else has that downloaded the client, It's in beta mode right now, for everybody else to find bugs so I could fix them. But there are two people on? I'm getting the error myself, and so is my co-owner.
    Yes, but i've seen this error before. Is that your server variable?
    [Only registered and activated users can see links. ]



    LOL^

    [Today 12:51 AM] Stewie: If at first you don't succeed, you probably just realized you're a woman.

    ...oh stewie
    Reply With Quote  
     

  5. #5  
    OWNER @ BOFA (Now Hiring)
    Mr Bill's Avatar
    Join Date
    May 2010
    Posts
    518
    Thanks given
    15
    Thanks received
    35
    Rep Power
    62
    Quote Originally Posted by God View Post
    Yes, but i've seen this error before. Is that your server variable?
    My server is being hosted on a vps, and right now I have no-ip running on the vps hosting the server, (dumb lol) because all ports are open on a vps, but still.. brb going to 7-11 to buy food and get fat
    Reply With Quote  
     

  6. #6  
    God
    God is offline
    #packeting

    God's Avatar
    Join Date
    Feb 2011
    Posts
    1,007
    Thanks given
    315
    Thanks received
    115
    Rep Power
    181
    Quote Originally Posted by Mr Bill View Post
    My server is being hosted on a vps, and right now I have no-ip running on the vps hosting the server, (dumb lol) because all ports are open on a vps, but still.. brb going to 7-11 to buy food and get fat

    EDIT: scratch that, in GUI.java, search for the host and change it to 127.0.0.1
    [Only registered and activated users can see links. ]



    LOL^

    [Today 12:51 AM] Stewie: If at first you don't succeed, you probably just realized you're a woman.

    ...oh stewie
    Reply With Quote  
     

  7. #7  
    OWNER @ BOFA (Now Hiring)
    Mr Bill's Avatar
    Join Date
    May 2010
    Posts
    518
    Thanks given
    15
    Thanks received
    35
    Rep Power
    62
    Quote Originally Posted by God View Post
    EDIT: scratch that, in GUI.java, search for the host and change it to 127.0.0.1
    ...That's local host, why would i change it to that..? I want people to play to find bugs and post on forums.
    Reply With Quote  
     

  8. #8  
    God
    God is offline
    #packeting

    God's Avatar
    Join Date
    Feb 2011
    Posts
    1,007
    Thanks given
    315
    Thanks received
    115
    Rep Power
    181
    Quote Originally Posted by Mr Bill View Post
    ...That's local host, why would i change it to that..? I want people to play to find bugs and post on forums.
    Just do it Thats not what its connecting to...
    [Only registered and activated users can see links. ]



    LOL^

    [Today 12:51 AM] Stewie: If at first you don't succeed, you probably just realized you're a woman.

    ...oh stewie
    Reply With Quote  
     

  9. #9  
    OWNER @ BOFA (Now Hiring)
    Mr Bill's Avatar
    Join Date
    May 2010
    Posts
    518
    Thanks given
    15
    Thanks received
    35
    Rep Power
    62
    Quote Originally Posted by God View Post
    Just do it Thats not what its connecting to...
    Okay, first off.. There isn't a GUI.java, second, that's stupid because that's local host, Third, don't :facepalm: at me..
    Reply With Quote  
     

  10. #10  
    God
    God is offline
    #packeting

    God's Avatar
    Join Date
    Feb 2011
    Posts
    1,007
    Thanks given
    315
    Thanks received
    115
    Rep Power
    181
    Quote Originally Posted by Mr Bill View Post
    Okay, first off.. There isn't a GUI.java, second, that's stupid because that's local host, Third, don't :facepalm: at me..
    I will facepalm you because all it is is checking for a connection.. NOT connecting to the server. That is a completely different variable in client.java


    and search for aurora317host.zapto.org and were is says something like sign.signlink.startpriv(InetAddress.getByName("aur ora317host.zapto.org"));
    [Only registered and activated users can see links. ]



    LOL^

    [Today 12:51 AM] Stewie: If at first you don't succeed, you probably just realized you're a woman.

    ...oh stewie
    Reply With Quote  
     

Page 1 of 2 12 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. Client loading problem (20m rsgp)
    By monster_relentless in forum Help
    Replies: 3
    Last Post: 07-05-2011, 12:23 AM
  2. Replies: 2
    Last Post: 12-15-2009, 01:38 PM
  3. Client Loading Problem...
    By Rainaka in forum Help
    Replies: 5
    Last Post: 06-05-2009, 01:02 AM
  4. Problem Client Loading (400+)
    By HyreScape in forum Help
    Replies: 7
    Last Post: 03-15-2009, 09:59 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •