Thread: Error 718 Client

Results 1 to 2 of 2
  1. #1 Error 718 Client 
    Registered Member
    Join Date
    Dec 2013
    Posts
    190
    Thanks given
    5
    Thanks received
    3
    Rep Power
    12
    Okay, I downloaded a src, and a client (cache is already in source) I changed the IP's to 127.0.0.1 in Loader and Ssettings, compiled, no errors on either. I run it, and it loads up. I go to log in and it says Error connecting to server. I ran my source about 3 minutes before i started the client, made sure it said "Server took xxxxx miliseconds to launch.




    Loader:
    public static String IP = "127.0.0.1";


    public static final int REVISION = 718;
    public static final int LOBBY_PORT = 43599;
    public static String LOBBY_IP = "127.0.0.1";
    public static int SUB_REVISION = 1;
    public static Loader instance;
    public static int[] outSizes = new int[256];
    public static boolean localHost;




    Settings:
    public static final int PORT_ID = 43599;
    public static final String LASTEST_UPDATE = "New Launch";
    public static final String CACHE_PATH = "data/cache/";
    public static final int RECEIVE_DATA_LIMIT = 7500;
    public static final int PACKET_SIZE_LIMIT = 7500;
    public static final int CLIENT_BUILD = 718;
    public static final int CUSTOM_CLIENT_BUILD = 1;



    My ports were 43594, and i changed them to see if it would work, it didn't. Any ideas?
    Reply With Quote  
     

  2. #2  
    learning java
    alon's Avatar
    Join Date
    May 2013
    Posts
    1,209
    Thanks given
    202
    Thanks received
    62
    Rep Power
    15
    Quote Originally Posted by faydexrsps View Post
    Okay, I downloaded a src, and a client (cache is already in source) I changed the IP's to 127.0.0.1 in Loader and Ssettings, compiled, no errors on either. I run it, and it loads up. I go to log in and it says Error connecting to server. I ran my source about 3 minutes before i started the client, made sure it said "Server took xxxxx miliseconds to launch.




    Loader:
    public static String IP = "127.0.0.1";


    public static final int REVISION = 718;
    public static final int LOBBY_PORT = 43599;
    public static String LOBBY_IP = "127.0.0.1";
    public static int SUB_REVISION = 1;
    public static Loader instance;
    public static int[] outSizes = new int[256];
    public static boolean localHost;




    Settings:
    public static final int PORT_ID = 43599;
    public static final String LASTEST_UPDATE = "New Launch";
    public static final String CACHE_PATH = "data/cache/";
    public static final int RECEIVE_DATA_LIMIT = 7500;
    public static final int PACKET_SIZE_LIMIT = 7500;
    public static final int CLIENT_BUILD = 718;
    public static final int CUSTOM_CLIENT_BUILD = 1;



    My ports were 43594, and i changed them to see if it would work, it didn't. Any ideas?
    "public static final int LOBBY_PORT = 43599;" change 43599 with 43594
    Quitted RSPS AND RS
    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. 718 client run error
    By gl til i die in forum Help
    Replies: 12
    Last Post: 10-18-2012, 07:08 PM
  2. 718 client error
    By XxReconxX in forum Help
    Replies: 8
    Last Post: 10-14-2012, 02:04 AM
  3. 718 Client Error!
    By Dibes in forum Help
    Replies: 1
    Last Post: 10-13-2012, 04:14 AM
  4. 718 client error.
    By laakerules in forum Help
    Replies: 8
    Last Post: 08-14-2012, 10:30 PM
  5. 718 Client Error
    By Sam' in forum Help
    Replies: 1
    Last Post: 08-05-2012, 06: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
  •