kroyee / SpeedBlocks

Fast paced tetris game cloned from Cultris II
GNU Lesser General Public License v3.0
11 stars 7 forks source link

[BUG] Strange Data in the Score field #42

Closed jefgenowitsch closed 7 years ago

jefgenowitsch commented 7 years ago

https://youtu.be/eqcxKxs6XBQ

M.C.E's name is "Uknown" in the statistics and also his BPM is awesome!

kroyee commented 7 years ago

His playfield is also only grey pieces. Did this happen only once? Is it reproducable? Was the client/server up to date?

kb1900 commented 7 years ago

i can reproduce this bug every time i connect to the test server. in fact, i can not get the score field to ever display more than 1 player's correct statistics. I always have multiple entries for "Unnkown" with a 3xxx or 4xxx bpm and other nonsensical entries for the rest of the statistics in those rows. The single correct entry that is always present is always the highest row in the score table.

jefgenowitsch commented 7 years ago

I think he changed the colour of his pieces to white? I will try to reproduce it. The client/server were up to date.

kroyee commented 7 years ago

Even if he changed his colors, your client would use your colors to display his pieces. So there is something that's not right with how the packets between the server and client are being interpreted.

Make sure you use the latest server version, latest client version and try one more time.

kroyee commented 7 years ago

I just tried to connect 3 clients to a server, it all functions like it should for me.