Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Coop game titles are not sufficiently validated #3308

Open
Askaholic opened this issue Feb 22, 2025 · 0 comments
Open

[Bug]: Coop game titles are not sufficiently validated #3308

Askaholic opened this issue Feb 22, 2025 · 0 comments
Labels

Comments

@Askaholic
Copy link
Collaborator

Describe the Bug

The lobby server requires game titles to fulfill 2 crieteria:

  • The title is non-empty
  • The title contains only ascii characters

It seems that these conditions are checked when hosting regular games, but when hosting coop games the ascii condition is not being checked.

Log file or Error Message

Therefore I'm seeing these errors in the server logs:

ClientError[downlords-faf-client]: Title must contain only ascii characters.

Reproduce the bug

Host a coop game with some non-ascii characters. For instance Hëllö Wörld.

Expected Behavior

Client side validation should prevent the 'host game' button from being clicked.

Screenshots

No response

Additional context

No response

Which Operating System are you using?

Linux

@Askaholic Askaholic added the bug label Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant