recanalyst icon indicating copy to clipboard operation
recanalyst copied to clipboard

Voobly's injected chat messages are read incorrectly

Open goto-bus-stop opened this issue 9 years ago • 2 comments

The "This match was played on Voobly" messages are cut off incorrectly. This happens because the chat parser assumes that the username in the chat message will be the same as the username of the player that "sent" the chat message (i.e., the player number that is stored in the chat message). However, Voobly's messages are sent from player number 1(?), but with the username "Voobly".

goto-bus-stop avatar Nov 01 '16 22:11 goto-bus-stop

Same thing with HD Edition performance warning messages:

Screenshot

goto-bus-stop avatar Dec 29 '16 11:12 goto-bus-stop

The performance warning error above was because of a co-op player mismatch and fixed in 4cfae39ea843f7fbed4f4b035e64b13301b73266

goto-bus-stop avatar Jan 04 '17 14:01 goto-bus-stop