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

Can't select custom cover images with filenames containing '+' #100

Closed
Terrance opened this issue Aug 31, 2017 · 1 comment
Closed

Can't select custom cover images with filenames containing '+' #100

Terrance opened this issue Aug 31, 2017 · 1 comment

Comments

@Terrance
Copy link

For example, selecting A+.png, the + appears to be replaced by a space -- URL decoding shenanigans? (Replacing with %2B in the filename works though.)

System.IO.FileNotFoundException: Could not find file 'Z:\...\A .png'.
File name: 'Z:\...\A .png'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   ...
   at System.Windows.Window.ShowDialog()
   at PlayniteUI.GamesEditor.EditGame(IGame game)
   at PlayniteUI.Controls.GamePopupMenu.Edit_Click(Object sender, RoutedEventArgs e)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target,
                                                          RoutedEventArgs routedEventArgs)
   ...
   at System.Windows.Application.Run(Window window)
   at PlayniteUI.App.Main()

The error appears after pressing Save, selecting the image is fine in the Edit Game Details modal.

@JosefNemec
Copy link
Owner

Fix released in 1.4

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