Thread: [876] Nocturne client crash

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 [876] Nocturne client crash 
    Registered Member
    Join Date
    Jun 2015
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Discord
    View profile
    Rep Power
    0
    Hey guys I am having an issue with Nocturne's client crashing (Black screens) once it get's to 96% and throws the following in the console


    Code:
    sun.awt.image.ImageFormatException: Unsupported color conversion request
    	at java.desktop/sun.awt.image.JPEGImageDecoder.readImage(Native Method)
    	at java.desktop/sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:141)
    	at java.desktop/sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:269)
    	at java.desktop/sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:212)
    	at java.desktop/sun.awt.image.ImageFetcher.run(ImageFetcher.java:176)
    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by com.jagex.Class520 (file:/G:/New%20folder/nocturne-client/bin/) to method java.lang.Runtime.load0(java.lang.Class,java.lang.String)
    WARNING: Please consider reporting this to the maintainers of com.jagex.Class520
    WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
    WARNING: All illegal access operations will be denied in a future release
    Error: com.jagex.Class542.method6485:120 com.jagex.Class460.method5467:273 com.jagex.Class107.method1345:54 com.jagex.Class107.method1346:64 com.jagex.Class40.method881:293 com.jagex.Class331.method4249:538 com.jagex.Class267.method3572:59 com.jagex.client.method5965:4731 com.jagex.Class499.method5984:853 com.jagex.Class499.method5997:1190 com.jagex.Class499.run:1213 java.base/java.lang.Thread.run:832 | java.lang.RuntimeException:  1172 |  0,0,0,0 0,0,0, 0 0 2 986,763 1 2 1 1 0 0 4085 12 16330 fngDR7vSeguoCXAGiQM*DFVGv6SrfUbb
    error_game_crash
    Any help would be much appreciated
    Reply With Quote  
     

  2. #2  
    WVWVWVWVWVWVWVW

    _jordan's Avatar
    Join Date
    Nov 2012
    Age
    23
    Posts
    2,865
    Thanks given
    62
    Thanks received
    1,530
    Discord
    View profile
    Rep Power
    5000
    Did you try doing some sort of cache edit to get this error?

    Spoiler for signature:
    When your vision is crystal clear, they say it's razor-sharp
    A focused mind is said to be like a knife, but the scalpel is wisdom
    All one can do is accept that life is a double-edged sword
    Stay on the edge

    -



    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2015
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Discord
    View profile
    Rep Power
    0
    Quote Originally Posted by _jordan View Post
    Did you try doing some sort of cache edit to get this error?
    No I got it while trying to set the server up so I can play it locally
    Reply With Quote  
     

  4. #4  
    WVWVWVWVWVWVWVW

    _jordan's Avatar
    Join Date
    Nov 2012
    Age
    23
    Posts
    2,865
    Thanks given
    62
    Thanks received
    1,530
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by turtle games View Post
    No I got it while trying to set the server up so I can play it locally
    Probably related to the java version you’re using.

    Spoiler for signature:
    When your vision is crystal clear, they say it's razor-sharp
    A focused mind is said to be like a knife, but the scalpel is wisdom
    All one can do is accept that life is a double-edged sword
    Stay on the edge

    -



    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2015
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Discord
    View profile
    Rep Power
    0
    Quote Originally Posted by _jordan View Post
    Probably related to the java version you’re using.
    When I try to change java version I always get this error

    Code:
    ... has been compiled by a more recent version of the Java Runtime, this version of the Java Runtime only recognizes class file versions up to 59.0
    or something very similar to that
    Reply With Quote  
     

  6. #6  
    WVWVWVWVWVWVWVW

    _jordan's Avatar
    Join Date
    Nov 2012
    Age
    23
    Posts
    2,865
    Thanks given
    62
    Thanks received
    1,530
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by turtle games View Post
    When I try to change java version I always get this error

    Code:
    ... has been compiled by a more recent version of the Java Runtime, this version of the Java Runtime only recognizes class file versions up to 59.0
    or something very similar to that
    Happens when you compile with a higher java version than what you're using to run the application. You should try setting everything to like Java 8.

    Spoiler for signature:
    When your vision is crystal clear, they say it's razor-sharp
    A focused mind is said to be like a knife, but the scalpel is wisdom
    All one can do is accept that life is a double-edged sword
    Stay on the edge

    -



    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jun 2015
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Discord
    View profile
    Rep Power
    0
    Quote Originally Posted by _jordan View Post
    Happens when you compile with a higher java version than what you're using to run the application. You should try setting everything to like Java 8.
    After installing java 8u221 I still get
    Code:
    Exception in thread "main" java.lang.UnsupportedClassVersionError: net/nocturne/Engine has been compiled by a more recent version of the Java Runtime (class file version 59.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    Exception in thread "main" java.lang.UnsupportedClassVersionError: com/RS3Applet has been compiled by a more recent version of the Java Runtime (class file version 59.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    what I had prior was jdk-15.0.2 that was released in January this year but 8u221 was released in November 19 so I'm not sure why I am getting this error still unless I've done something without realizing
    Reply With Quote  
     

  8. #8  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,556
    Thanks given
    654
    Thanks received
    640
    Rep Power
    358
    Quote Originally Posted by turtle games View Post
    After installing java 8u221 I still get
    Code:
    Exception in thread "main" java.lang.UnsupportedClassVersionError: net/nocturne/Engine has been compiled by a more recent version of the Java Runtime (class file version 59.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    Exception in thread "main" java.lang.UnsupportedClassVersionError: com/RS3Applet has been compiled by a more recent version of the Java Runtime (class file version 59.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    what I had prior was jdk-15.0.2 that was released in January this year but 8u221 was released in November 19 so I'm not sure why I am getting this error still unless I've done something without realizing
    Are you using an IDE to compile?
    Project thread
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jun 2015
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Discord
    View profile
    Rep Power
    0
    Quote Originally Posted by clem585 View Post
    Are you using an IDE to compile?
    Yes I am using eclipse
    Reply With Quote  
     

  10. #10  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,556
    Thanks given
    654
    Thanks received
    640
    Rep Power
    358
    Quote Originally Posted by turtle games View Post
    Yes I am using eclipse
    The new Java version you installed, 8u221, are you sure you installed the JDK and not the JRE? And are you SURE you tried compiling AND running the client with the same java version? If you only do 1 or the other it won't work.
    Project thread
    [Only registered and activated users can see links. ]
    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. HELP with 876 client crash
    By jaron653 in forum Help
    Replies: 5
    Last Post: 04-27-2017, 08:41 AM
  2. Client crash [876]
    By Dean in forum Help
    Replies: 3
    Last Post: 03-11-2017, 01:45 AM
  3. Client Crash
    By lootface in forum Help
    Replies: 6
    Last Post: 02-20-2009, 11:42 AM
  4. Replies: 1
    Last Post: 12-05-2008, 02:59 AM
  5. Replies: 0
    Last Post: 11-30-2008, 12:47 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
  •