Thread: Advance Asteria 3.0 Help

Results 1 to 5 of 5
  1. #1 Advance Asteria 3.0 Help 
    Donator
    RuneAd's Avatar
    Join Date
    Nov 2014
    Posts
    144
    Thanks given
    108
    Thanks received
    48
    Rep Power
    69
    Base: Asteria 3.0
    Client: RS2-Client-Loading-474-Data-Refactored-master/RS2-Client-Loading-474-Data-Refactored-master

    THESE ARE FRESH COPIES STRAIGHT FROM GITHUB.

    Problem: Cannot Login to Asteria 3.0

    I tried running with RSA, I get Invalid RSA OpCode. ( New RSA Keys DID NOT WORK )

    I turned off RSA, and I get a new error

    Code:
    Caused by: java.lang.Exception: Invalid login type [-128]
    	at com.asteria.net.login.PostLoginHandshakeHandler.decode(PostLoginHandshakeHandler.java:33)
    	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
    Code:
    Caused by: java.lang.IndexOutOfBoundsException: readerIndex(171) + length(1) exceeds writerIndex(171): UnpooledUnsafeDirectByteBuf(ridx: 171, widx: 171, cap: 1024)
    	at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1166)
    	at io.netty.buffer.AbstractByteBuf.readByte(AbstractByteBuf.java:570)
    	at io.netty.buffer.WrappedByteBuf.readByte(WrappedByteBuf.java:423)
    	at io.netty.buffer.AdvancedLeakAwareByteBuf.readByte(AdvancedLeakAwareByteBuf.java:362)
    	at com.asteria.net.message.MessageBuilder.get(MessageBuilder.java:568)
    	at com.asteria.net.message.MessageBuilder.get(MessageBuilder.java:591)
    	at com.asteria.net.message.MessageBuilder.getString(MessageBuilder.java:932)
    	at com.asteria.net.login.PostLoginHandshakeHandler.decode(PostLoginHandshakeHandler.java:92)
    	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
    Code:
    Caused by: java.lang.Exception: Invalid RSA opcode [113]
    	at com.asteria.net.login.PostLoginHandshakeHandler.decode(PostLoginHandshakeHandler.java:69)
    	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
    Anyone who can suggest anything, it would be amazing!
    Reply With Quote  
     

  2. #2  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Quote Originally Posted by Runedata View Post
    Base: Asteria 3.0
    Client: RS2-Client-Loading-474-Data-Refactored-master/RS2-Client-Loading-474-Data-Refactored-master

    THESE ARE FRESH COPIES STRAIGHT FROM GITHUB.

    Problem: Cannot Login to Asteria 3.0

    I tried running with RSA, I get Invalid RSA OpCode. ( New RSA Keys DID NOT WORK )

    I turned off RSA, and I get a new error

    Code:
    Caused by: java.lang.Exception: Invalid login type [-128]
    	at com.asteria.net.login.PostLoginHandshakeHandler.decode(PostLoginHandshakeHandler.java:33)
    	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
    Code:
    Caused by: java.lang.IndexOutOfBoundsException: readerIndex(171) + length(1) exceeds writerIndex(171): UnpooledUnsafeDirectByteBuf(ridx: 171, widx: 171, cap: 1024)
    	at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1166)
    	at io.netty.buffer.AbstractByteBuf.readByte(AbstractByteBuf.java:570)
    	at io.netty.buffer.WrappedByteBuf.readByte(WrappedByteBuf.java:423)
    	at io.netty.buffer.AdvancedLeakAwareByteBuf.readByte(AdvancedLeakAwareByteBuf.java:362)
    	at com.asteria.net.message.MessageBuilder.get(MessageBuilder.java:568)
    	at com.asteria.net.message.MessageBuilder.get(MessageBuilder.java:591)
    	at com.asteria.net.message.MessageBuilder.getString(MessageBuilder.java:932)
    	at com.asteria.net.login.PostLoginHandshakeHandler.decode(PostLoginHandshakeHandler.java:92)
    	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
    Code:
    Caused by: java.lang.Exception: Invalid RSA opcode [113]
    	at com.asteria.net.login.PostLoginHandshakeHandler.decode(PostLoginHandshakeHandler.java:69)
    	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:327)
    Anyone who can suggest anything, it would be amazing!
    RS2 Refactored Client doesn't follow standard 317 login protocol it has an extra value here which you need to either comment out or add in your server.

    But when I go to run the client, Nothing happens. I get this in the console
    Code:
    RS2 user client - release #317 Usage: node-id, port-offset, [lowmem/highmem], [free/members], storeid
    And nothing else happens.
    Attached image
    Reply With Quote  
     

  3. #3  
    Donator
    RuneAd's Avatar
    Join Date
    Nov 2014
    Posts
    144
    Thanks given
    108
    Thanks received
    48
    Rep Power
    69
    Quote Originally Posted by Free View Post
    RS2 Refactored Client doesn't follow standard 317 login protocol it has an extra value here which you need to either comment out or add in your server.
    Can you tell me what to comment out? or add me on skype?
    Reply With Quote  
     

  4. #4  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Quote Originally Posted by Runedata View Post
    Can you tell me what to comment out? or add me on skype?
    https://github.com/Vult-R/RS2-Client...ent.java#L7715
    Attached image
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Donator
    RuneAd's Avatar
    Join Date
    Nov 2014
    Posts
    144
    Thanks given
    108
    Thanks received
    48
    Rep Power
    69
    I think I'm getting somewhere.

    I commented out that line now i have

    I was able to login, but i get this error

    Code:
    SEVERE: An error has occured during the main game sequence!
    java.lang.NullPointerException
    	at com.asteria.game.item.container.Inventory.add(Inventory.java:40)
    	at com.asteria.game.item.container.Inventory.add(Inventory.java:53)
    	at com.asteria.game.item.container.ItemContainer.addAll(ItemContainer.java:160)
    	at com.asteria.game.item.container.ItemContainer.addAll(ItemContainer.java:176)
    	at com.asteria.game.character.player.Player.create(Player.java:428)
    	at com.asteria.game.character.CharacterList.add(CharacterList.java:86)
    	at com.asteria.game.World.sequence(World.java:116)
    	at com.asteria.game.GameService.execute(GameService.java:49)
    	at com.asteria.service.ServiceQueue.lambda$0(ServiceQueue.java:86)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    	at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
    	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
    	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    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. Asteria 3.0 Help
    By RuneAd in forum Help
    Replies: 2
    Last Post: 09-26-2016, 05:33 AM
  2. Asteria 3.0 Help
    By j3me5 in forum Help
    Replies: 2
    Last Post: 02-22-2016, 04:56 AM
  3. Asteria 2 client help
    By LegendayExpert in forum Help
    Replies: 1
    Last Post: 07-22-2014, 06:41 PM
  4. Price problem help in advance 317 [pi]
    By realitylife2 in forum Help
    Replies: 5
    Last Post: 10-13-2011, 10:28 PM
  5. What kind of library would help the current RSPS advance?
    By Nio.. in forum RS 503+ Client & Server
    Replies: 8
    Last Post: 06-24-2010, 09:31 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
  •