Thread: Unsupported Java Warning Matrix 718

Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,818
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by Azdoxas View Post
    I'm beginning to find some things. They used integers:

    https://bitbucket.org/snippets/gijsvankempen98/5AjzdE

    I've found the integers I needed to change, but im not that kind of a pro (I'm more of a noob that's trying really hard to understand that I know which valuable I need to change into something.

    https://bitbucket.org/snippets/gijsvankempen98/kA4b88

    The java vendor and sub sub version are making me clueless too.
    by looking at greg's client u can tell
    Code:
    SignLink.aString3995
    is the String you're looking for. your equivalent is
    Code:
    Class120.aString1462
    . you can recognize that bc they're being used in the same way
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
     

  2. #12  
    Registered Member
    Join Date
    Jun 2019
    Posts
    16
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Tyluur View Post
    by looking at greg's client u can tell
    Code:
    SignLink.aString3995
    is the String you're looking for. your equivalent is
    Code:
    Class120.aString1462
    . you can recognize that bc they're being used in the same way
    Thanks for the reply this really got me a step further! It sounds noob-ish, but I've changed some variables for the latest version of Java.

    I know the latest Java is 1.8.0_211

    This are the things I've tried and that made the most sense to me:

    https://imgur.com/a/QhBBr2Y

    I know from Scu11 his tutorial that if the java version starts with an 1 then the other numbers are <release>.<update>_<patch>.
    He also said that I need to use the offset index. I don't know if this is already done in this client or if it is something that I need to do manually.

    I can't say it enough but I'm really gratefull with all your support!!

    I also really appreciate it that you let me learn it by myself and don't give it right away!
     

  3. #13  
    Developer


    Join Date
    Aug 2012
    Posts
    2,493
    Thanks given
    180
    Thanks received
    1,732
    Rep Power
    2487
    Quote Originally Posted by Scu11 View Post
    you can't edit the cache with a text editor, and you don't need to.
    lmfao lolled irl
     

  4. #14  
    Registered Member
    Join Date
    Jun 2019
    Posts
    16
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    I finally got rid of the Unsupported Java Warning, but when I login the whole screen except for the interface stays black and it says it is loading the game.

    After 2 minutes waiting I can finally play.

    image:

    https://imgur.com/a/ktj2twz

    What did I do wrong..

    Spoiler for code:

    int i = 2;
    int i_4_ = 8;
    try {
    for (/**/; i < SignLink.aString3995.length(); i++) {
    int i_5_ = SignLink.aString3995.charAt(i);
    if ((i_5_ ^ 0xffffffff) > -49 || (i_5_ ^ 0xffffffff) < -58) {
    break;
    }
    i_4_ = 10 * i_4_ - -i_5_ + -48;
    }
    } catch (Exception exception) {
    /* empty */
    }
    anInt7474 = i_4_;
    i = SignLink.aString3995.indexOf('.', 2) - -1;
    i_4_ = 0;
    try {
    while (i < SignLink.aString3995.length()) {
    int i_6_ = SignLink.aString3995.charAt(i);
    if ((i_6_ ^ 0xffffffff) > -49 || i_6_ > 57) {
    break;
    }
    i++;
    i_4_ = i_6_ - 48 + i_4_ * 10;
    }
    } catch (Exception exception) {
    /* empty */
    }
    anInt7470 = i_4_;
    i_4_ = 211;
    i = SignLink.aString3995.indexOf('_', 4) + 1;
    try {
    for (/**/; SignLink.aString3995.length() > i; i++) {
    int i_7_ = SignLink.aString3995.charAt(i);
    if (i_7_ < 48 || (i_7_ ^ 0xffffffff) < -58) {
    break;
    }
    i_4_ = 10 * i_4_ - -i_7_ + -48;
    }
    } catch (Exception exception) {
    /* empty */
    }


    After the black screen thing I downloaded a other cache for my client and now everything works fine!

    Thanks everyone!
     

  5. #15  
    Renown Programmer
    Greg's Avatar
    Join Date
    Jun 2010
    Posts
    1,179
    Thanks given
    260
    Thanks received
    1,012
    Rep Power
    2003
    The code you provided doesn't appear to have a fix added,
    And the changes you showed in your images (2 & 4 changed to 8, 211) weren't correct, it's not asking for a java version that's just the starting point to when it's reading the java version String#indexOf(str, fromIndex)

    The exact changes you'll need to make to that code are listed in green on the link I first provided https://bitbucket.org/GregHib/hestia...718ef0e331af01
    Attached imageAttached image
     

Page 2 of 2 FirstFirst 12

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] Adding OSRS Animations to Matrix 718
    By efinmeechum in forum Help
    Replies: 11
    Last Post: 03-07-2019, 03:14 AM
  2. [718] Unsupported Java Version
    By Glabay in forum Snippets
    Replies: 1
    Last Post: 09-09-2018, 09:01 AM
  3. Replies: 2
    Last Post: 07-05-2014, 08:02 PM
  4. Matrix 718 Client [All Warnings Resolved]
    By OG KingFox in forum Downloads
    Replies: 27
    Last Post: 04-25-2013, 01:46 AM
  5. Replies: 6
    Last Post: 01-13-2013, 05:21 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
  •