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

Online Updater: Pop-up message sequence error #297

Closed
davidhedlund opened this issue Jul 18, 2024 · 2 comments
Closed

Online Updater: Pop-up message sequence error #297

davidhedlund opened this issue Jul 18, 2024 · 2 comments

Comments

@davidhedlund
Copy link

davidhedlund commented Jul 18, 2024

Expected Behavior

The pop-up messages during the update process should appear in the following order, with the last message fading away slowly:

  1. "Downloading..."
  2. "Extracting..."

It's crucial to confirm that the update process completes both the download and extraction phases, not just the download. The user should be able to verify that the controller profiles are fully updated and ready for use.

Actual Behavior

The pop-up messages appear in an incorrect sequence:

  1. "Downloading..." (displays first)
  2. "Extracting..." (appears briefly, almost imperceptible)
  3. "Downloading..." (reappears and remains on screen)

See the video to analyze the issue by frame:
vokoscreenNG-2024-07-18_14-08-42.webm

image

Steps to Reproduce

  1. Open RetroArch
  2. Navigate to Main Menu
  3. Select Online Updater
  4. Choose any Update entry, for example Update Controller Profiles

Environment Information

  • Platform: Linux (Flatpak)
  • Flatpak Version: 1.19.1

Additional Notes

  • The "Extracting..." message appears only for a fraction of a second, making it easy to miss.
  • The final "Downloading..." message persists on screen instead of fading away as expected.

Bisect Results

[This section needs to be filled in after performing a bisect to determine when the issue was introduced]

System Information

Please provide any additional relevant system information from RetroArch's Information/System Information menu.

@davidhedlund davidhedlund changed the title Update Controller Profiles: Pop-up message sequence error Online Updater: Pop-up message sequence error Jul 18, 2024
@RobLoach
Copy link
Collaborator

The Flatpak will be responsible for updating the controller profiles. Periodically, we can update the git commit hash in https://github.com/flathub/org.libretro.RetroArch/blob/master/org.libretro.RetroArch.json .

If anything, we should disable the updater for info files, assets, profiles, cheats, database, overlays, shaders, etc.

@RobLoach RobLoach closed this as not planned Won't fix, can't repro, duplicate, stale Aug 31, 2024
@davidhedlund
Copy link
Author

If anything, we should disable the updater for info files, assets, profiles, cheats, database, overlays, shaders, etc.

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

2 participants