bburky / playnite-non-steam-shortcuts

A Playnite extension to create non-Steam shortcuts
MIT License
38 stars 2 forks source link

Improve error logging #10

Closed bburky closed 4 years ago

bburky commented 4 years ago

Currently each game with an error is listed on a separate line in the final message dialog. But for large numbers of games, this is unusable:

error dialog

Perhaps truncate the list and change it to something like:

Game 1
Game 2
Game 3
[... and 23 other games.]

Also, all errors should be written to the Playnite log. The dialog could be converted to a Yes/No dialog to ask the user if they want to open Playnite.log. If they answer yes, run start playnite.log to (hopefully) open it in a text editor.

Reported by @Bluscream on discord