Thread: Login Decoder help

Results 1 to 4 of 4
  1. #1 Login Decoder help 
    Donator

    Old Oak's Avatar
    Join Date
    May 2011
    Age
    29
    Posts
    1,552
    Thanks given
    542
    Thanks received
    435
    Rep Power
    189
    So I'm using the rune nova source released awhile back and I get this error trying to login:


    Code:
    java.lang.IndexOutOfBoundsException
    	at org.jboss.netty.buffer.AbstractChannelBuffer.checkReadableBytes(AbstractChannelBuffer.java:657)
    	at org.jboss.netty.buffer.AbstractChannelBuffer.readBytes(AbstractChannelBuffer.java:337)
    	at org.jboss.netty.buffer.AbstractChannelBuffer.readBytes(AbstractChannelBuffer.java:343)
    	at org.rse.network.codec.RS2Decoder.decode(RS2Decoder.java:226)
    	at org.jboss.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:282)
    	at org.jboss.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:216)
    	at org.jboss.netty.handler.timeout.IdleStateHandler.messageReceived(IdleStateHandler.java:275)
    	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:274)
    	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:261)
    	at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:351)
    	at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:282)
    	at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:202)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    I'm guessing that means the RSA keys aren't matching up? Any help would be great.
    Attached image
    Reply With Quote  
     

  2. #2  
    Computer Engineer
    Join Date
    Aug 2014
    Posts
    1,051
    Thanks given
    365
    Thanks received
    215
    Rep Power
    16
    Quote Originally Posted by `Luke View Post
    So I'm using the rune nova source released awhile back and I get this error trying to login:


    Code:
    java.lang.IndexOutOfBoundsException
    	at org.jboss.netty.buffer.AbstractChannelBuffer.checkReadableBytes(AbstractChannelBuffer.java:657)
    	at org.jboss.netty.buffer.AbstractChannelBuffer.readBytes(AbstractChannelBuffer.java:337)
    	at org.jboss.netty.buffer.AbstractChannelBuffer.readBytes(AbstractChannelBuffer.java:343)
    	at org.rse.network.codec.RS2Decoder.decode(RS2Decoder.java:226)
    	at org.jboss.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:282)
    	at org.jboss.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:216)
    	at org.jboss.netty.handler.timeout.IdleStateHandler.messageReceived(IdleStateHandler.java:275)
    	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:274)
    	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:261)
    	at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:351)
    	at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:282)
    	at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:202)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    I'm guessing that means the RSA keys aren't matching up? Any help would be great.
    Correct, theres a thread called 503+ Archive, look for that, then open page 7 theres the code to get it working, you can thank me using the button and repping
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Donator

    Old Oak's Avatar
    Join Date
    May 2011
    Age
    29
    Posts
    1,552
    Thanks given
    542
    Thanks received
    435
    Rep Power
    189
    Quote Originally Posted by Waterfiend View Post
    Correct, theres a thread called 503+ Archive, look for that, then open page 7 theres the code to get it working, you can thank me using the button and repping
    Yeah I found that a little bit earlier, applied all the code snippets, and im still getting the same problem. Since you are familiar with that exact instance, do you have still have to apply the JS5 exponent and modulus somewhere in the server code? I'm not familiar at all with the RSA encryption/decryption
    Attached image
    Reply With Quote  
     

  5. #4  
    Computer Engineer
    Join Date
    Aug 2014
    Posts
    1,051
    Thanks given
    365
    Thanks received
    215
    Rep Power
    16
    Quote Originally Posted by `Luke View Post
    Yeah I found that a little bit earlier, applied all the code snippets, and im still getting the same problem. Since you are familiar with that exact instance, do you have still have to apply the JS5 exponent and modulus somewhere in the server code? I'm not familiar at all with the RSA encryption/decryption
    Add my skype.
    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. Changing the login screen HELP!
    By daedricbunny in forum Help
    Replies: 0
    Last Post: 10-20-2009, 11:03 PM
  2. Client Login Screen ~ Help.
    By Divide in forum Help
    Replies: 2
    Last Post: 07-28-2009, 03:17 PM
  3. Not leting me login plz help
    By Skillz Ftw in forum Help
    Replies: 3
    Last Post: 03-19-2009, 04:37 AM
  4. Login Box Help?
    By Microsoft in forum Requests
    Replies: 0
    Last Post: 03-03-2009, 02:21 AM
  5. login.java help
    By The Awakener in forum Help
    Replies: 6
    Last Post: 02-24-2009, 11:19 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
  •