Hello and welcome to our community! Is this your first visit?
Register
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22
  1. #11
    Rune Member titandino's Avatar
    Join Date
    Jul 2010
    Posts
    1,534
    Time on
    17 d 9 h 39 m
    Thanked 194 times
    in 131 posts
    Mentioned
    1 times
    RS events
    0
    Ok I think I got it now guys, thanks for the help

    I really hate how Netty doesn't document any of their fucking code..
    What 'Lubricant thinks about when pondering economy servers' priorities:
    Quote Originally Posted by `Lubricant
    More important things then trading.
    1: Wrong form of "than".
    2: Trading is the MOST important part of an economy lmfao

  2. #12
    In Nomine Satanas Emperor's Avatar
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    2,119
    Time on
    289 d 5 h 49 m
    Thanked 531 times
    in 219 posts
    Mentioned
    6 times
    RS events
    0

    Emperor's awards:
    Total Awards: 2

    Quote Originally Posted by titandino Only the registered members can see the link. Register here
    Ok I think I got it now guys, thanks for the help

    I really hate how Netty doesn't document any of their fucking code..
    They do, check the website.

    Only the registered members can see the link. Register here


    What I don't get is why you don't just use java nio though.
    http://www.burzum.org/eng/library/war_in_europe06.shtml

    [misanthropy on Rune-Server | Emperor on all other forums]


    Now, I am become Death, the destroyer of worlds

  3. #13
    Rune Member titandino's Avatar
    Join Date
    Jul 2010
    Posts
    1,534
    Time on
    17 d 9 h 39 m
    Thanked 194 times
    in 131 posts
    Mentioned
    1 times
    RS events
    0
    Quote Originally Posted by SiniSoul Only the registered members can see the link. Register here
    Hurp a derp, new Socket, new ServerSocket
    I used to use that lol.
    What 'Lubricant thinks about when pondering economy servers' priorities:
    Quote Originally Posted by `Lubricant
    More important things then trading.
    1: Wrong form of "than".
    2: Trading is the MOST important part of an economy lmfao

  4. #14
    Rune Member Steve's Avatar
    Join Date
    Jun 2010
    Location
    Pennsylvania
    Posts
    3,142
    Time on
    121 d 2 h 1 m
    Thanked 285 times
    in 159 posts
    Mentioned
    10 times
    RS events
    0

    Steve's awards:
    Total Awards: 1

    a pong game isn't much, just use nio...
    Spoiler: OpenGL 

  5. #15
    Rune Member titandino's Avatar
    Join Date
    Jul 2010
    Posts
    1,534
    Time on
    17 d 9 h 39 m
    Thanked 194 times
    in 131 posts
    Mentioned
    1 times
    RS events
    0
    Quote Originally Posted by Steve Only the registered members can see the link. Register here
    a pong game isn't much, just use nio...
    It is actually a game engine. I am just making it into pong at the moment because my programming instructor required the project to be playable lol. I chose pong since its gonna take no time at all to finish and I can work on the engine itself more than the game part of it.
    What 'Lubricant thinks about when pondering economy servers' priorities:
    Quote Originally Posted by `Lubricant
    More important things then trading.
    1: Wrong form of "than".
    2: Trading is the MOST important part of an economy lmfao

  6. #16
    RSPS Veteran Method's Avatar
    Join Date
    Aug 2010
    Posts
    53
    Time on
    19 d 12 h 37 m
    Thanked 19 times
    in 8 posts
    Mentioned
    2 times
    RS events
    0
    In case you haven't figured it out, I think this is your problem:

    Quote Originally Posted by titandino Only the registered members can see the link. Register here
    Code:
    Only the registered members can see the link. Register here
    You need to add the decoder before the handler in order for the decoder to produce a Packet object for the handler.

  7. The following RuneLocus members thank Method for making this post:

    veer (June 20th, 2012)

  8. #17
    Rune Member titandino's Avatar
    Join Date
    Jul 2010
    Posts
    1,534
    Time on
    17 d 9 h 39 m
    Thanked 194 times
    in 131 posts
    Mentioned
    1 times
    RS events
    0
    Quote Originally Posted by Method Only the registered members can see the link. Register here
    In case you haven't figured it out, I think this is your problem:



    You need to add the decoder before the handler in order for the decoder to produce a Packet object for the handler.
    If this solves my problem, I will feel like a total dumbass.


    EDIT: It works flawlessly now. I had NO idea that the order you add them would change anything lmfao.
    Last edited by titandino; June 13th, 2012 at 22:37.
    What 'Lubricant thinks about when pondering economy servers' priorities:
    Quote Originally Posted by `Lubricant
    More important things then trading.
    1: Wrong form of "than".
    2: Trading is the MOST important part of an economy lmfao

  9. #18
    Steel Member Zeta king's Avatar
    Join Date
    Jun 2012
    Location
    Australia :)
    Posts
    134
    Time on
    1 d 22 h 7 m
    Thanked 6 times
    in 5 posts
    Mentioned
    0 times
    RS events
    0
    Quote Originally Posted by titandino Only the registered members can see the link. Register here
    If this solves my problem, I will feel like a total dumbass.


    EDIT: It works flawlessly now. I had NO idea that the order you add them would change anything lmfao.
    i know how you feel lol this happen to me all the time


 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •