fpaezf / Counter-Strike-dedicated-server-admin-tool

A Counter-Strike 2 and Source engine based game servers RCON tool for Windows
https://fpaez.es
15 stars 1 forks source link

Can't send hostname with special chars #5

Open fpaezf opened 3 months ago

fpaezf commented 3 months ago

There's a known bug where if the hostname command is sent and it's value contains special characters the application will crash. Meanwhile, the hostname command value will be converted to ASCII before be sent to the server so:

★ [ESP/EU] | BLACKBØX | FY-AIM | CUSTOM MAPS

will be shown as

??? [ESP/EU] | BLACKB??X | FY-AIM | CUSTOM MAPS

Any help is appreciated!