Thread: Matrix 3 error (error_game_js5)

Results 1 to 8 of 8
  1. #1 Matrix 3 error (error_game_js5) 
    Registered Member manpaint55's Avatar
    Join Date
    Jan 2015
    Posts
    76
    Thanks given
    0
    Thanks received
    1
    Rep Power
    8
    I tried to use a 718/742 tutorial to fix it but there no Loader.java in the client folder and Settings.java is different.

    Also in like every (except one) 718 i get this error but i have no problem with 667.
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Sep 2015
    Age
    24
    Posts
    532
    Thanks given
    68
    Thanks received
    115
    Rep Power
    414
    In settings.java there has to be client build like
    Code:
    public static final int CUSTOM_CLIENT_BUILD = 1;
    check it , then go to loader.java
    and search for CLIENT_BUILD and re write client build should works.
    Reply With Quote  
     

  3. #3  
    Registered Member manpaint55's Avatar
    Join Date
    Jan 2015
    Posts
    76
    Thanks given
    0
    Thanks received
    1
    Rep Power
    8
    Quote Originally Posted by GlamourGirl View Post
    In settings.java there has to be client build like
    Code:
    public static final int CUSTOM_CLIENT_BUILD = 1;
    check it , then go to loader.java
    and search for CLIENT_BUILD and re write client build should works.
    but there no loader.java how im supposed to do?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Tira of TOTA's Avatar
    Join Date
    Apr 2014
    Age
    29
    Posts
    147
    Thanks given
    100
    Thanks received
    77
    Rep Power
    84
    Quote Originally Posted by manpaint55 View Post
    but there no loader.java how im supposed to do?
    You must run with the following:
    In the server folder: GameLauncher.java
    In the client folder: RS3Applet.java

    To adjust parameters to get you connected, you are required to do so in only:
    in the server folder: Settings.java
    and again in the client folder: RS3Applet.java
    Spoiler for My Home Project (WITH LIGHT BEAMS!!):
    Attached image

    Spoiler for Sig pic:
    Attached image

    Into custom weapons? Check this out; The Dingir
    Reply With Quote  
     

  5. #5  
    Registered Member Hendereye's Avatar
    Join Date
    Feb 2013
    Age
    27
    Posts
    51
    Thanks given
    4
    Thanks received
    2
    Rep Power
    11
    Ive got to the stage of logging in, but not being able to connect to a world getting "error connecting to server"
    Reply With Quote  
     

  6. #6  
    Registered Member
    Tira of TOTA's Avatar
    Join Date
    Apr 2014
    Age
    29
    Posts
    147
    Thanks given
    100
    Thanks received
    77
    Rep Power
    84
    Quote Originally Posted by Hendereye View Post
    Ive got to the stage of logging in, but not being able to connect to a world getting "error connecting to server"
    Gotta make sure the following is disabled:
    in Settings.java (Server sided):
    Code:
    HOSTED = false; //from true
    NONHOSTED_SHARING = false; //also from true
    And in RS3Applet (Client sided):
    Code:
    HOSTED = false; //from true
    Spoiler for My Home Project (WITH LIGHT BEAMS!!):
    Attached image

    Spoiler for Sig pic:
    Attached image

    Into custom weapons? Check this out; The Dingir
    Reply With Quote  
     

  7. #7  
    Registered Member Hendereye's Avatar
    Join Date
    Feb 2013
    Age
    27
    Posts
    51
    Thanks given
    4
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by Tira of TOTA View Post
    Gotta make sure the following is disabled:
    in Settings.java (Server sided):
    Code:
    HOSTED = false; //from true
    NONHOSTED_SHARING = false; //also from true
    And in RS3Applet (Client sided):
    Code:
    HOSTED = false; //from true
    Yes i fixed this a few hours ago, my head was up my ass with it lol.
    Thanks anyway.

    Also to anyone having problems with accounts not saving

    just create the following folders in /data/ :

    accounts_data
    server_data
    Reply With Quote  
     

  8. #8  
    Registered Member
    Tira of TOTA's Avatar
    Join Date
    Apr 2014
    Age
    29
    Posts
    147
    Thanks given
    100
    Thanks received
    77
    Rep Power
    84
    Quote Originally Posted by Hendereye View Post
    Yes i fixed this a few hours ago, my head was up my ass with it lol.
    Thanks anyway.

    Also to anyone having problems with accounts not saving

    just create the following folders in /data/ :

    accounts_data
    server_data
    For this however, you will need to shutdown the server properly, by using ;;shutdown 0 ingame.
    You shouldn't close it manually
    Spoiler for My Home Project (WITH LIGHT BEAMS!!):
    Attached image

    Spoiler for Sig pic:
    Attached image

    Into custom weapons? Check this out; The Dingir
    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. Matrix Cache Error
    By Fozzie in forum Help
    Replies: 6
    Last Post: 10-30-2012, 12:03 AM
  2. Replies: 3
    Last Post: 10-22-2012, 09:39 AM
  3. Matrix Connection Error
    By Kimchilove in forum Help
    Replies: 3
    Last Post: 10-10-2012, 10:16 PM
  4. Matrix Client Error 100 Errors 2 warning
    By Client.Jerba in forum Help
    Replies: 4
    Last Post: 03-10-2012, 08:42 PM
  5. Matrix Gpi error
    By pkmaster in forum Help
    Replies: 0
    Last Post: 02-28-2012, 08:59 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
  •