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

Tournament bugs #901

Open
KanciatyManiek opened this issue Oct 3, 2024 · 8 comments
Open

Tournament bugs #901

KanciatyManiek opened this issue Oct 3, 2024 · 8 comments

Comments

@KanciatyManiek
Copy link

Actual behaviour

The following bugs are currently present in Tournament mode:

  • in player settings you can delete the name, but you can't enter a new one, for it to work you have to go to sing mode, set names and icons there (you can't set icons in cup mode), go to song mode to save the names players and icons,
    then go back to the main screen and then you can play, because the names are displayed correctly...
    Screenshot (20241003-222937)
    Screenshot (20241003-223229)
  • regardless of which player sings in the ladder, the icons and names of player 1 and player 2 always appear on the singing screen
    Screenshot (20241003-223305)
    Screenshot (20241003-223339)
  • In Polish, there is a typo on the song selection screen, it should be "Najlepszy" but "Najlpeszy"
    Screenshot (20241003-223442)

Expected behaviour

It would be easier to play our long-time favorite game in Tournaent mode

Details

Provide some additional information:

  • USDX version: v2024.8.0
  • Operating System + version: Windows 11 22631.4249
@barbeque-squared
Copy link
Member

@KanciatyManiek for the first bug (player names can't be typed) can you check if that does work in v2023.12.0 ?
https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2023.12.0 (just download the portable zip, create a songs folder and put some songs in it, then test if it works)

If it works on there, a fix will be easy.

The other two are probably long-standing bugs.

@KanciatyManiek
Copy link
Author

@barbecue-squared thank you for your answer :)
I checked and in the given version 2023.12.0, entering usernames works...

The other two are probably long-lasting, but it would be nice if they could be repaired ;)

I forgot about one more error: when we press "1,2,3" to use a joker, sometimes everything is fine, and sometimes it takes two jokers at once
...The situation appeared about a year ago...

Best regards and thank you again for the great work - the game has been addictive for almost 15 years :)

s09bQ5 added a commit to s09bQ5/USDX that referenced this issue Oct 6, 2024
@barbeque-squared
Copy link
Member

in the given version 2023.12.0, entering usernames works...

yeah then I know what the issue is here

when we press "1,2,3" to use a joker, sometimes everything is fine, and sometimes it takes two jokers at once

is (if it even still happens on current versions) most likely related to what caused the username issue in the first place, thanks for reporting it!

@barbeque-squared
Copy link
Member

  • Polish translation: Fix typo in Polish translation #907
  • Set player names: allow to set player names in party->tournament again #909
  • Joker triggering twice: cannot reproduce on current version (maybe I'm doing it wrong? I don't know how these are even supposed to work)
  • Player names during singing not matching the tournament names: can confirm this is a bug, but I don't really want to "fix" this by polluting the singing screen with even more party mode stuff and don't know the internals of party mode enough to say much more about it

@bohning
Copy link
Collaborator

bohning commented Oct 7, 2024

Regarding the "Joker triggering twice" - since he mentions that it appeared about a year ago, could this be related to the SDL2 bug back then (IIRC, there was a general "every key press is triggered twice")?

@barbeque-squared
Copy link
Member

Yeah that was my immediate suspicion as well. The bugged behaviour was stuff randomly triggering twice, the fixed behaviour is that it doesn't trigger twice, but from time to time some input place will surface that doesn't work at all (like this one).

Once 909 is merged I'll probably just edit the title (or create a separate issue) to be about the one remaining bug.

@KanciatyManiek
Copy link
Author

When it comes to double Jokers, let me be more specific: I press the team number key once and the Jokers disappear twice. Sometimes setting your keyboard to the lowest key repeat value helps, but sometimes it doesn't. Interestingly, he takes double Jokers from teams 1 and 2, and takes one from team 3, as it should. This problem appeared in July 2023
, but I didn't write because I didn't have a GitHub account...

@KanciatyManiek
Copy link
Author

  • Player names during singing not matching the tournament names: can confirm this is a bug, but I don't really want to "fix" this by polluting the singing screen with even more party mode stuff and don't know the internals of party mode enough to say much more about it
    But it's not about cluttering up with new elements, because they already exist, but to incorrectly display in each duel that Player 1 and Player 2 are singing, displaying the real singing players from the ladder by downloading their correct names...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants