Thread: How to fix error game js5 connect for 718/742?

Results 1 to 6 of 6
  1. #1 How to fix error game js5 connect for 718/742? 
    Registered Member
    Join Date
    Nov 2013
    Posts
    27
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    I got the inception source to mess around with because it looks kind of fun. So far i have been able to get other 718's like matrix and zenith online and running. For some reason, whenever i start the Inceptionx server it starts right up. I have the server running on a vps. I go to my desktop and use the matrix 718 client to connect to my server which is on my vps. Inceptionx doesn't come with a cache, so i put a working 742 cache in the data folder. I still get the error game js5 connect when i try to connect to the server. I even went into the settings folder and changed the port back to normal. Thanks for the help. I even turned my client into a jar
    Reply With Quote  
     

  2. #2  
    Reverse Engineering

    freeezr's Avatar
    Join Date
    Dec 2011
    Posts
    1,067
    Thanks given
    288
    Thanks received
    444
    Rep Power
    401
    look at the sub_revision in Loader.java in the client
    look at the sub_client_build in Settings.java in the server

    make sure those are the same

    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2013
    Posts
    27
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Im Frizzy View Post
    look at the sub_revision in Loader.java in the client
    look at the sub_client_build in Settings.java in the server

    make sure those are the same
    Sub_revision is 1 and there is no Sub_client_build in settings.java on server. could that be the problem? i found Client_build = 718; and underneath that is CUSTOM_client_BUILD = 3;

    Code:
    /**
    	 * General client and server settings.
    	 */
    	public static final String SERVER_NAME = "Interception";
    	public static final int PORT_ID = 43594;
    	public static final String LASTEST_UPDATE = "<col=FF0000>Latest update</col>:: <col=FC0000></col>!";
    	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 = 3;
    Hopefully that helps.
    Reply With Quote  
     

  4. #4  
    Reverse Engineering

    freeezr's Avatar
    Join Date
    Dec 2011
    Posts
    1,067
    Thanks given
    288
    Thanks received
    444
    Rep Power
    401
    Quote Originally Posted by madmaniac67 View Post
    Sub_revision is 1 and there is no Sub_client_build in settings.java on server. could that be the problem? i found Client_build = 718; and underneath that is CUSTOM_client_BUILD = 3;

    Code:
    	public static final int CUSTOM_CLIENT_BUILD = 3;
    Hopefully that helps.
    i meant the custom client build. so the sub_revision must be equal to the custom_client_build

    Attached image
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Nov 2013
    Posts
    27
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    ok, so if i change the custom_client_build to 1 it should work and won't ruin everything?
    Reply With Quote  
     

  6. #6  
    Donator


    Join Date
    Mar 2013
    Age
    24
    Posts
    1,767
    Thanks given
    335
    Thanks received
    386
    Rep Power
    318
    I had a similer problem, please post if you know how to fix.
    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: 22
    Last Post: 07-03-2018, 02:50 PM
  2. How to fix error game js5 connect for 718/742?
    By madmaniac67 in forum Help
    Replies: 1
    Last Post: 11-05-2013, 06:52 AM
  3. [PI] How to fix error when your height is -1
    By Thock321 in forum Snippets
    Replies: 11
    Last Post: 08-06-2012, 07:07 PM
  4. Replies: 5
    Last Post: 05-28-2010, 07:16 AM
  5. Replies: 6
    Last Post: 04-08-2010, 09:57 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
  •