Thread: 592 matrix

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 592 matrix 
    Registered Member
    Join Date
    Nov 2012
    Posts
    599
    Thanks given
    14
    Thanks received
    54
    Rep Power
    26
    does anyone know how to fix these errors?

    https://prnt.sc/192sk42
    https://prnt.sc/192soxb

    got these errors as soon as i imported the project into eclipse
    Reply With Quote  
     

  2. #2  
    Aldor Manager


    Join Date
    Mar 2014
    Age
    28
    Posts
    1,234
    Thanks given
    200
    Thanks received
    297
    Rep Power
    2459
    Are u using Java 8 or higher?
    Attached image

    Respect goes to everyone as he deserves.
    Reply With Quote  
     

  3. #3  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Use Java8 and for the other JS errors just comment the code and return null where you need to return something.
    Project thread
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Nov 2012
    Posts
    599
    Thanks given
    14
    Thanks received
    54
    Rep Power
    26
    I tried and couldnt really get it fixed i must be doing something wrong
    Reply With Quote  
     

  5. #5  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by khayam View Post
    I tried and couldnt really get it fixed i must be doing something wrong
    What are the new errors?
    Project thread
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Nov 2012
    Posts
    599
    Thanks given
    14
    Thanks received
    54
    Rep Power
    26
    so in class80.java i commented the codes with "//" and then when it threw me errors in the other classes i went in and jsut commented all the lines that was leading to class 80. after doing that it removed all the errors but wen i load client throws big errors in console i can login but only save mode now, cant use standard or hd.

    error from console in client:

    Spoiler for client console error:
    java.lang.Runtime
    java.lang.Runtime
    javax.sound.sampled.SourceDataLine
    Class_e
    java.lang.reflect.InvocationTargetException
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invo ke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invo ke(NativeMethodAccessorImpl.java:78)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl. invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:567)
    at NativeLibraryLoader.method454(NativeLibraryLoader. java:36)
    at NativeLibraryLoader.loadNative(NativeLibraryLoader .java:16)
    at client.method2981(client.java:2186)
    at client.method2970(client.java:624)
    at client.method2938(client.java:327)
    at Class_o.method2936(Class_o.java:110)
    at Class_o.run(Class_o.java:609)
    at java.base/java.lang.Thread.run(Thread.java:831)
    Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make void java.lang.Runtime.load0(java.lang.Class,java.lang. String) accessible: module java.base does not "opens java.lang" to unnamed module @2368c6e3
    at java.base/java.lang.reflect.AccessibleObject.checkCanSetAcce ssible(AccessibleObject.java:357)
    at java.base/java.lang.reflect.AccessibleObject.checkCanSetAcce ssible(AccessibleObject.java:297)
    at java.base/java.lang.reflect.Method.checkCanSetAccessible(Met hod.java:199)
    at java.base/java.lang.reflect.Method.setAccessible(Method.java :193)
    ... 12 more
    Class_f
    java.lang.reflect.InvocationTargetException
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invo ke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invo ke(NativeMethodAccessorImpl.java:78)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl. invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:567)
    at NativeLibraryLoader.method454(NativeLibraryLoader. java:36)
    at NativeLibraryLoader.loadNative(NativeLibraryLoader .java:16)
    at Class260_Sub2.<init>(Class260_Sub2.java:1812)
    at Class21_Sub4.method2130(Class21_Sub4.java:38)
    at Class260.method1682(Class260.java:71)
    at Class251.method1611(Class251.java:179)
    at Class129.method883(Class129.java:214)
    at Class146.method992(Class146.java:4187)
    at Class146.method990(Class146.java:2807)
    at Class146.method980(Class146.java:80)
    at Class146.method988(Class146.java:2631)
    at client.method2968(client.java:532)
    at client.method2970(client.java:637)
    at client.method2938(client.java:327)
    at Class_o.method2936(Class_o.java:110)
    at Class_o.run(Class_o.java:609)
    at java.base/java.lang.Thread.run(Thread.java:831)
    Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make void java.lang.Runtime.load0(java.lang.Class,java.lang. String) accessible: module java.base does not "opens java.lang" to unnamed module @2368c6e3
    at java.base/java.lang.reflect.AccessibleObject.checkCanSetAcce ssible(AccessibleObject.java:357)
    at java.base/java.lang.reflect.AccessibleObject.checkCanSetAcce ssible(AccessibleObject.java:297)
    at java.base/java.lang.reflect.Method.checkCanSetAccessible(Met hod.java:199)
    at java.base/java.lang.reflect.Method.setAccessible(Method.java :193)
    ... 21 more
    java.lang.reflect.InvocationTargetException
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invo ke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invo ke(NativeMethodAccessorImpl.java:78)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl. invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:567)
    at NativeLibraryLoader.method454(NativeLibraryLoader. java:36)
    at NativeLibraryLoader.loadNative(NativeLibraryLoader .java:16)
    at Class260_Sub2.<init>(Class260_Sub2.java:1812)
    at Class21_Sub4.method2130(Class21_Sub4.java:38)
    at Class260.method1682(Class260.java:71)
    at Class251.method1611(Class251.java:179)
    at Class129.method883(Class129.java:214)
    at Class146.method992(Class146.java:4187)
    at Class146.method990(Class146.java:2807)
    at Class146.method980(Class146.java:80)
    at Class146.method988(Class146.java:2631)
    at client.method2968(client.java:532)
    at client.method2970(client.java:637)
    at client.method2938(client.java:327)
    at Class_o.method2936(Class_o.java:110)
    at Class_o.run(Class_o.java:609)
    at java.base/java.lang.Thread.run(Thread.java:831)
    Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make void java.lang.Runtime.load0(java.lang.Class,java.lang. String) accessible: module java.base does not "opens java.lang" to unnamed module @2368c6e3
    at java.base/java.lang.reflect.AccessibleObject.checkCanSetAcce ssible(AccessibleObject.java:357)
    at java.base/java.lang.reflect.AccessibleObject.checkCanSetAcce ssible(AccessibleObject.java:297)
    at java.base/java.lang.reflect.Method.checkCanSetAccessible(Met hod.java:199)
    at java.base/java.lang.reflect.Method.setAccessible(Method.java :193)
    ... 21 more
    java.lang.RuntimeException: Cannot invoke sw3d
    at qa.<init>(qa.java:631)
    at Class211_Sub1.method2267(Class211_Sub1.java:46)
    at Class260.method1682(Class260.java:73)
    at Class251.method1611(Class251.java:179)
    at Class129.method883(Class129.java:214)
    at Class146.method992(Class146.java:4187)
    at Class146.method990(Class146.java:2807)
    at Class146.method980(Class146.java:80)
    at Class146.method988(Class146.java:2631)
    at client.method2968(client.java:532)
    at client.method2970(client.java:637)
    at client.method2938(client.java:327)
    at Class_o.method2936(Class_o.java:110)
    at Class_o.run(Class_o.java:609)
    at java.base/java.lang.Thread.run(Thread.java:831)
    Class_f
    Class_f
    Class_f


    https://prnt.sc/19sttne

    in connection.java

    i just removed (new IOException("buffer overflow!")); and that got rid of the error on here:

    https://prnt.sc/192soxb

    error in server console:
    Spoiler for server console:
    [Launcher] Server took 1624 milli seconds to launch.
    Jul 09, 2021 8:12:44 PM io.netty.channel.DefaultChannelPipeline onUnhandledInboundException
    WARNING: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
    java.net.SocketException: Connection reset
    at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset( SocketChannelImpl.java:394)
    at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImp l.java:426)
    at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes (PooledUnsafeDirectByteBuf.java:288)
    at io.netty.buffer.AbstractByteBuf.writeBytes(Abstrac tByteBuf.java:1108)
    at io.netty.channel.socket.nio.NioSocketChannel.doRea dBytes(NioSocketChannel.java:345)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByt eUnsafe.read(AbstractNioByteChannel.java:148)
    at io.netty.channel.nio.NioEventLoop.processSelectedK ey(NioEventLoop.java:645)
    at io.netty.channel.nio.NioEventLoop.processSelectedK eysPlain(NioEventLoop.java:545)
    at io.netty.channel.nio.NioEventLoop.processSelectedK eys(NioEventLoop.java:499)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop .java:459)
    at io.netty.util.concurrent.SingleThreadEventExecutor $5.run(SingleThreadEventExecutor.java:884)
    at io.netty.util.concurrent.FastThreadLocalRunnable.r un(FastThreadLocalRunnable.java:30)
    at java.base/java.lang.Thread.run(Thread.java:831)

    [Player] Initiated player: khayam, pass: b78b2ae18d7e47b64df1f0a60cda0a7074f0fbd5
    Reply With Quote  
     

  7. #7  
    Aldor Manager


    Join Date
    Mar 2014
    Age
    28
    Posts
    1,234
    Thanks given
    200
    Thanks received
    297
    Rep Power
    2459
    Which eclipse version are u using?
    Attached image

    Respect goes to everyone as he deserves.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Nov 2012
    Posts
    599
    Thanks given
    14
    Thanks received
    54
    Rep Power
    26
    Im assuming latest? Says 2021-06
    Reply With Quote  
     

  9. #9  
    Aldor Manager


    Join Date
    Mar 2014
    Age
    28
    Posts
    1,234
    Thanks given
    200
    Thanks received
    297
    Rep Power
    2459
    the newest eclipse uses Java 11 or high so u must going to use intellij or an older version of eclipse
    Attached image

    Respect goes to everyone as he deserves.
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Nov 2012
    Posts
    599
    Thanks given
    14
    Thanks received
    54
    Rep Power
    26
    Quote Originally Posted by _Jamal View Post
    the newest eclipse uses Java 11 or high so u must going to use intellij or an older version of eclipse
    ahh is that why il try a older version then and see what happens
    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. Matrix 592 - Tons of Features
    By _jordan in forum Downloads
    Replies: 184
    Last Post: 07-13-2021, 09:48 AM
  2. 592 Matrix not saving character looks
    By Aliases in forum Help
    Replies: 12
    Last Post: 05-18-2021, 07:57 AM
  3. Matrix 592 - Packet Info
    By Natalie in forum Help
    Replies: 6
    Last Post: 03-29-2019, 09:28 PM
  4. Matrix 592 - Chatbox Username Fix
    By _jordan in forum Snippets
    Replies: 7
    Last Post: 03-29-2019, 02:41 AM
  5. [592] Matrix 592 Player Last Logged In IP
    By _jordan in forum Snippets
    Replies: 6
    Last Post: 08-11-2018, 03:20 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
  •