Thread: Weird text problem after converting delta to mina

Results 1 to 10 of 10
  1. #1 Weird text problem after converting delta to mina 
    Registered Member
    Join Date
    Jan 2009
    Posts
    88
    Thanks given
    4
    Thanks received
    4
    Rep Power
    12
    [Only registered and activated users can see links. ]

    Happens with every client I have tried (Have tried alot of clients )

    Any help is appreciated
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Dec 2009
    Posts
    833
    Thanks given
    8
    Thanks received
    8
    Rep Power
    0
    its just 2 character words? Mabey its an edit client-side

    try to realese this too!
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2009
    Posts
    88
    Thanks given
    4
    Thanks received
    4
    Rep Power
    12
    1 and 2 character messages and the occasional 3 character messages, not all 3 character messages though. Im totally stumped as too why it is happening. I would rather fix server sided than client sided as this keeps high compatibility.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Hunter's Avatar
    Join Date
    Jun 2009
    Age
    30
    Posts
    857
    Thanks given
    3
    Thanks received
    23
    Rep Power
    216
    Servers tell clients what to do. So one would assume the fix would have to be somewhere server sided.

    I'll list some possible places to look at ..although I am not totally sure because I haven't seen a problem like this in any of my sources.

    Packets (aka cases in client.java):

    Packet 4 - Regular Chat Packet
    Packet 95 - Update Chat Packet
    Packet 126 - Private Message

    Those contain the programming that tells the client how to display the chat messages..so I would assume the problem is around these areas.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    May 2008
    Posts
    823
    Thanks given
    16
    Thanks received
    31
    Rep Power
    0
    What would networking have to do with this?
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jan 2009
    Posts
    88
    Thanks given
    4
    Thanks received
    4
    Rep Power
    12
    Quote Originally Posted by Xenocide View Post
    What would networking have to do with this?
    I'm not sure, but it only happened after I changed this.


    Ill take a look at those packets, already checked 4 but ill look at the others.
    Reply With Quote  
     

  7. #7  
    Donator


    Join Date
    Mar 2008
    Posts
    1,945
    Thanks given
    118
    Thanks received
    201
    Rep Power
    2104
    Quote Originally Posted by Xenocide View Post
    What would networking have to do with this?
    using mina on a delta causes the true issues of delta to appear
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Jul 2008
    Age
    26
    Posts
    5,826
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    You did something wrong with the buffers.
    Reply With Quote  
     

  9. #9  
    Donator


    Join Date
    Mar 2008
    Posts
    1,945
    Thanks given
    118
    Thanks received
    201
    Rep Power
    2104
    glad i could fix the issue for you

    Delta Stream Class Fails a Fatty
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jan 2009
    Posts
    88
    Thanks given
    4
    Thanks received
    4
    Rep Power
    12
    It turned out to be a problem with Chat Decryption, fixed by locating the Decryption buffer and fixing the issue that is so famous within the delta 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

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