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

Playlist creation of any kind fails SILENTLY if the playlist directory does not exist #11519

Open
Viqsi opened this issue Nov 5, 2020 · 1 comment

Comments

@Viqsi
Copy link

Viqsi commented Nov 5, 2020

Description

Any attempt to create a playlist in RetroArch, using any front end, will silently fail if the specified playlist destination directory does not currently exist.

Expected behavior

EITHER:

  • The specified directory is auto-created and the playlist is added,
  • OR RetroArch indicates to the user that playlist creation failed because the directory is not there
  • OR, at absolute minimum, RetroArch indicates that playlist creation somehow failed without going into specifics.

Actual behavior

Playlist creation steps are allowed to continue and complete as though there are no problems and no errors are displayed, but no playlists are added.

Steps to reproduce the bug

  1. Get a new installation of RetroArch; download the databases, a ROM or two, and an accompanying core.
  2. Change the "playlist" directory to a new directory path that does not presently exist.
  3. Attempt to add a playlist by scanning the directory with your ROM(s) in it.
  4. Be mystified when there is no playlist and yet there was no indication that anything went wrong.

Version/Commit

  • RetroArch: 1.9.0; Git Version 6388872

Environment information

  • OS: Windows 10 20H2
@Viqsi
Copy link
Author

Viqsi commented Nov 5, 2020

I feel I should also note that while the steps I outlined above involve automatic scanning, a similar "mysterious failure to create playlist" result can be achieved with the manual scan.

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

1 participant