Thread: [PI] 317 Solitude Source Random DCs

Results 1 to 10 of 10
  1. #1 [PI] 317 Solitude Source Random DCs 
    Registered Member
    Join Date
    May 2012
    Posts
    64
    Thanks given
    4
    Thanks received
    2
    Rep Power
    11
    Hey, I'm having an issue with my server. When players switch items, or sometimes when they just do something like clicking a steel titan, they will get disconnected. These aren't just normal disconnections, though. Sometimes the players will get Random PMs/Server Update Message, sometimes all other players disappear/odd clan chat message, and sometimes random interfaces will open up like thessilas clothes shop. Other times, the client will just freeze. The picture could just zoom out, and there are many other instances as well.

    Do any of you know what could be causing this? Is it client sided?

    I get this error when I log in:
    Code:
    Error: T1 - 123,0 - 36,36
    Error: T2 - 126,126,71 - 20,0,0 - 84,111,116,97,108,32,76,101,118,101,108,58,32,
    50,51,55,54,10,121,95,
    Error: T2 - 126,126,126 - 7,0,0 - 50,51,55,54,10,121,96,
    Error: T2 - 126,126,126 - 24,0,0 - 84,111,116,97,108,32,88,80,58,32,45,49,51,54,
    53,56,54,53,55,57,50,10,121,94,
    And I get this error when I switch a bunch of items really fast.
    Code:
    Error: Error packet size mismatch in getplayer pos:2 psize:0
    Error: T2 - 81,126,246 - 0,3088,3489 -
    Error: T1 - 123,0 - 126,126
    Error: T2 - 134,248,123 - 6,3088,3489 - -56,0,-1,-1,6,26,
    Error: T1 - 48,0 - 134,248
    Exception in thread "Thread-4" java.lang.NullPointerException
            at client.method119(client.java:11248)
            at client.drawGameScreen(client.java:9986)
            at client.processDrawing(client.java:10915)
            at RSApplet.run(RSApplet.java:108)
            at client.run(client.java:6144)
            at java.lang.Thread.run(Unknown Source)
    OK, now another error when I switched really fast.
    Code:
    Error: Error packet size mismatch in getplayer pos:2 psize:0
    Error: T2 - 81,126,246 - 0,3088,3489 -
    Error: T1 - 132,0 - 126,126
    Error: T1 - 58,0 - 132,126
    Error: T1 - 161,0 - 58,132
    Error: T1 - 225,0 - 161,58
    Error: T1 - 143,0 - 225,161
    Error: T1 - 173,0 - 143,225
    Error: T1 - 162,0 - 173,143
    Error: T2 - 87,162,173 - 6,3088,3489 - 0,-1,-1,62,-8,11,
    Error: T1 - 7,0 - 87,162
    Error: T1 - 89,0 - 7,87
    Error: T1 - 169,0 - 89,7
    Error: T2 - 101,169,89 - 2,3088,3489 - 126,54,
    Error: T1 - 236,0 - 101,169
    Error: T1 - 234,0 - 236,101
    Error: T2 - 71,234,236 - 3,3088,3489 - 0,54,40,
    Error: T1 - 251,0 - 176,185
    Error: T1 - 226,0 - 251,176
    Error: T1 - 111,0 - 226,251
    Error: T1 - 207,0 - 111,226
    Error: T1 - 157,0 - 207,111
    Error: T1 - 198,0 - 157,207
    Error: T1 - 118,0 - 176,122
    Error: T1 - 135,0 - 118,176
    Those errors are from the client.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2012
    Posts
    52
    Thanks given
    2
    Thanks received
    0
    Rep Power
    12
    Remove the crash like so:

    Delete in client.java(server) -
    getPA().sendCrashFrame();
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2012
    Posts
    52
    Thanks given
    2
    Thanks received
    0
    Rep Power
    12
    Then if you have the headicon bug fix like so:

    Replace in player.java -
    playerProps.writeByte(headIcon);
    playerProps.writeByte(headIconPk);

    With -
    playerProps.writeByte(0);
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    May 2012
    Posts
    64
    Thanks given
    4
    Thanks received
    2
    Rep Power
    11
    I did all that, but then this happened:



    Note the weird name, and the players are invisible.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jul 2012
    Posts
    52
    Thanks given
    2
    Thanks received
    0
    Rep Power
    12
    Replace in player.java -
    playerProps.writeByte(headIcon);
    playerProps.writeByte(headIconPk);

    With -
    playerProps.writeByte(0);

    Put back to normal but leave crash fix
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    May 2012
    Posts
    64
    Thanks given
    4
    Thanks received
    2
    Rep Power
    11
    So keep
    Code:
    playerProps.writeByte(headIcon);
    playerProps.writeByte(headIconPk);
    in player.java, but leave out
    Code:
    getPA().sendCrashFrame();
    from client.java?
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jul 2012
    Posts
    52
    Thanks given
    2
    Thanks received
    0
    Rep Power
    12
    Replace:
    playerProps.writeByte(0);

    with:
    playerProps.writeByte(headIcon);
    playerProps.writeByte(headIconPk);
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    May 2012
    Posts
    64
    Thanks given
    4
    Thanks received
    2
    Rep Power
    11
    Alright, I did that. It is still freezing, though.

    Code:
    Error: T1 - 49,0 - 78,126
    Error: T1 - 37,0 - 246,49
    Error: T1 - 30,0 - 37,246
    Error: T1 - 184,0 - 30,37
    Error: T1 - 76,0 - 184,30
    Error: T1 - 12,0 - 76,184
    Error: T1 - 163,0 - 12,76
    Error: T1 - 136,0 - 163,12
    Error: T1 - 197,0 - 136,163
    Error: T2 - 164,197,136 - 2,2810,3441 - 0,23,
    Error: T1 - 167,0 - 164,197
    Error: T1 - 38,0 - 167,164
    Error: T1 - 207,0 - 38,167
    Error: T1 - 198,0 - 110,207
    Error: T1 - 152,0 - 198,110
    Error: T1 - 95,0 - 152,198
    Error: T1 - 201,0 - 95,152
    Error: T1 - 169,0 - 201,95
    Error: T2 - 185,169,201 - 2,2810,3441 - 80,111,
    Error: T1 - 223,0 - 185,169
    Error: T1 - 14,0 - 223,185
    Error: T2 - 147,14,223 - 14,2810,3441 - 115,58,32,48,10,114,-17,77,0,25,64,114,1
    01,100,
    Error: T1 - 102,0 - 147,14
    Error: T1 - 224,0 - 102,147
    Error: T1 - 137,0 - 224,102
    Error: T1 - 82,0 - 137,224
    Error: T1 - 165,0 - 82,137
    Error: T1 - 223,0 - 165,82
    Client error again.

    It freezes, but no interfaces are popping up now.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jul 2012
    Posts
    52
    Thanks given
    2
    Thanks received
    0
    Rep Power
    12
    Could you maybe host it up or let me download source ill look thru it.
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    May 2012
    Posts
    64
    Thanks given
    4
    Thanks received
    2
    Rep Power
    11
    I'll PM you a link to the 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. Solitude [PI] Source Random DCs
    By InitialBN in forum Help
    Replies: 1
    Last Post: 07-06-2012, 08:46 AM
  2. Random dcs
    By Soulevoker in forum Help
    Replies: 6
    Last Post: 02-22-2010, 12:43 AM
  3. Random dcs
    By massacre561 in forum Help
    Replies: 3
    Last Post: 12-09-2009, 05:18 AM
  4. Uh random dcs?
    By Le Stat in forum Help
    Replies: 2
    Last Post: 03-28-2009, 11:11 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
  •