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

Playnite crashed when downloading wallpaper from URL #1180

Closed
deepbhattacharya opened this issue Jun 8, 2019 · 2 comments
Closed

Playnite crashed when downloading wallpaper from URL #1180

deepbhattacharya opened this issue Jun 8, 2019 · 2 comments
Labels
Milestone

Comments

@deepbhattacharya
Copy link

Crash code --> e8dbc1dc-28e1-42db-ab87-fcce5836d87c

Repeated crashes when trying to manually set the background image URL (to: https://wallpapercave.com/wp/3U55bWo.jpg) and restarting via the 'Restart PlayNite' button.

Exiting PlayNite and opening the app again fixed it.

@JosefNemec JosefNemec added the bug label Jun 8, 2019
@deepbhattacharya
Copy link
Author

This happened again today. The same (exit, start) fixed it.

I've been downloading hundreds of background images via PlayNite in the last couple days, and this happened each time after a long time spent (2+ hours I think) doing that, that might have something to do with it.

I've also noticed a few times the image does not actually download from the URL. But the same image I can download from browser and set as file. Not sure if related to this issue.

@JosefNemec JosefNemec added this to the 5.0 milestone Jun 13, 2019
@JosefNemec
Copy link
Owner

Fixed in 5.0

SlipperyJim added a commit to SlipperyJim/Playnite that referenced this issue Aug 11, 2019
* *.exe in default list of icon selection files

* Better handling of untranslated strings

* Removed delegate usage in event handlers

* Fixed EpicLibrary.Tests project

* Refactoring to settings

* Small tweak to grid view

* Cmdine handling rework

* Additional data for IPlayniteInfoAPI

* Missed cmdline refactorign

* Metadata download settings can be saved

* Crash in twich plugin and build warning

* Grid layout options in first time startup wizard

* Crash in OriginMetadataProvider

* Wrong metadata config passed for new games

* Build warnings fixed

* Last played description fix

* Filtering controls not resetting properly

* Fullscreen mode rework

* Conflict resolve

* # Conflicts:
#	source/Playnite/Localization/ca_ES.xaml

* Rework background update notifications (devel rebase) (JosefNemec#1142)

* Rework background update notifications

* Show BalloonTip notification when TrayIcon is disabled

* Always propagate Playnite notification regardless of MainWindow state

* Import LastPlayed information from Steam (JosefNemec#1019)

* Support importing LastActivity from SteamLibrary

Data is imported from \steam\userdata\{steam_id}\config\localconfig.vdf

*  Add button to SteamLibrarySettings to trigger import
*  Skip updating a game's LastActivity if it is newer than Steam's data

closes JosefNemec#1016

* Import LastPlayed during Steam import

`LastActivity` is now imported during `GetLibraryGames(...). However, if
a public library is being imported but
settings.IdSource == SteamIdSource.Name, we won't have an API key, so we
can't convert the `AccountName` to an `AccountId`. In that case
importing LastActivity data is skipped it.

Errors importing LastActivity during import are silently logged and
ignored. Errors are still shown when maunally importing LastActivity for
Steam.

* 5.0 api changes

* German localization file fix

* Update notifications for Fullscreen mode

* App version handling moved to Playnite project

* Simplified ThemeFile.GetFilePath method

* Refactored naming schemes

* Added library info to game details

* Game details indent option

* Configurable display for missing media

* Fixes in English strings

* Typo fix

* Add Locale Emulator profile JosefNemec#241

* First time setup not saving settings

* Add .smc extension to Snes9X profile JosefNemec#1081

* Localization file loading

* Add FightCade emulator profile JosefNemec#1099

* Extensions not being notified OnApplicationStarted

* Window style fix

* Theme fixes

* Grid item spacing options

* Tooltup update

* Theme updates

* Library filter not loading properly

* ShowGroupCount option not working

* Theme polish

* Theme polish

* Threading issue

* DPI scalling settings don't work on Windows 10 1903+

* Metadata download fixes

* Cleanup

* Game installations not working properly

* Diagnostics package not packaging all config files

* Switching games on Fullscreen looses controller focus

* Wrapper for old executable path

* Unit test fix

* # Conflicts:
#	source/Playnite/Localization/ar_SA.xaml
#	source/Playnite/Localization/ca_ES.xaml
#	source/Playnite/Localization/cs_CZ.xaml
#	source/Playnite/Localization/da_DK.xaml
#	source/Playnite/Localization/de_DE.xaml
#	source/Playnite/Localization/el_GR.xaml
#	source/Playnite/Localization/eo_UY.xaml
#	source/Playnite/Localization/es_ES.xaml
#	source/Playnite/Localization/fi_FI.xaml
#	source/Playnite/Localization/fr_FR.xaml
#	source/Playnite/Localization/he_IL.xaml
#	source/Playnite/Localization/hr_HR.xaml
#	source/Playnite/Localization/hu_HU.xaml
#	source/Playnite/Localization/id_ID.xaml
#	source/Playnite/Localization/it_IT.xaml
#	source/Playnite/Localization/ja_JP.xaml
#	source/Playnite/Localization/ko_KR.xaml
#	source/Playnite/Localization/lt_LT.xaml
#	source/Playnite/Localization/nl_NL.xaml
#	source/Playnite/Localization/no_NO.xaml
#	source/Playnite/Localization/pl_PL.xaml
#	source/Playnite/Localization/pt_BR.xaml
#	source/Playnite/Localization/pt_PT.xaml
#	source/Playnite/Localization/ro_RO.xaml
#	source/Playnite/Localization/ru_RU.xaml
#	source/Playnite/Localization/sk_SK.xaml
#	source/Playnite/Localization/sv_SE.xaml
#	source/Playnite/Localization/tr_TR.xaml
#	source/Playnite/Localization/uk_UA.xaml
#	source/Playnite/Localization/vi_VN.xaml
#	source/Playnite/Localization/zh_CN.xaml
#	source/Playnite/Localization/zh_TW.xaml

* Issue link update

* Settings fixes

* Database migration not working properly

* Missing file signing during build

* sln cleanup

* Fullscreen crash when using non-English language

* Added startup splash screen

* Crash when opening tga image for metadata JosefNemec#1172

* Crashed when downloading wallpaper from URL JosefNemec#1180

* Application can be stuck on exit JosefNemec#859

* Don't initiate GOG game installation via Galaxy if it's not installed

* Localization string fixes

* Missing LOC string

* Some buttons not responding to controller input

* Play time detection not working properly for Microsoft Store games

* Battery status not working properly

* English string fixes

* Origin game icon not being set properly

* Settings string fix

* Favourite option in Fullscreen mode not changing status properly

* Grid panel rendering not working properly

* Fullscreen grid view change

* Explorer panel not updating when category is added

* Show error when renaming database field and name is already taken

* Game details fix

* Desktop theme refactoring progress

* Don't use MDL2 font icons

* Desktop theme update

* Fullscreen startup options don't work properly

* Don't require elevated rights for update

* Last played items in try don't have correct icon set

* Grid view scrolling adjustment

* Background image cache not being removed on game update/removal

* Grid view doesn't render any items after switching to it for the first time

* Switch to IGDB v3 API

* Another play time detection fix for UWP games

* Metadata download fixes

* nuget updates

* Show web page title in Web View Window titles (JosefNemec#1214)

* Sync PlayTime and LastPlayed from Origin JosefNemec#1140 (JosefNemec#1194)

* Small cleanup

* Enable selecting monochrome tray icons (JosefNemec#1155) (JosefNemec#1190)

* Localization updates

# Conflicts:
#	source/Playnite/Localization/ar_SA.xaml
#	source/Playnite/Localization/ca_ES.xaml
#	source/Playnite/Localization/cs_CZ.xaml
#	source/Playnite/Localization/da_DK.xaml
#	source/Playnite/Localization/de_DE.xaml
#	source/Playnite/Localization/el_GR.xaml
#	source/Playnite/Localization/eo_UY.xaml
#	source/Playnite/Localization/es_ES.xaml
#	source/Playnite/Localization/fi_FI.xaml
#	source/Playnite/Localization/fr_FR.xaml
#	source/Playnite/Localization/he_IL.xaml
#	source/Playnite/Localization/hr_HR.xaml
#	source/Playnite/Localization/hu_HU.xaml
#	source/Playnite/Localization/id_ID.xaml
#	source/Playnite/Localization/it_IT.xaml
#	source/Playnite/Localization/ja_JP.xaml
#	source/Playnite/Localization/ko_KR.xaml
#	source/Playnite/Localization/lt_LT.xaml
#	source/Playnite/Localization/nl_NL.xaml
#	source/Playnite/Localization/no_NO.xaml
#	source/Playnite/Localization/pl_PL.xaml
#	source/Playnite/Localization/pt_BR.xaml
#	source/Playnite/Localization/pt_PT.xaml
#	source/Playnite/Localization/ro_RO.xaml
#	source/Playnite/Localization/ru_RU.xaml
#	source/Playnite/Localization/sk_SK.xaml
#	source/Playnite/Localization/sv_SE.xaml
#	source/Playnite/Localization/tr_TR.xaml
#	source/Playnite/Localization/uk_UA.xaml
#	source/Playnite/Localization/vi_VN.xaml
#	source/Playnite/Localization/zh_CN.xaml
#	source/Playnite/Localization/zh_TW.xaml

* IGDB search not working if unknown game id is used

* Better handling of empty results from IGDB

* Database migration is migrating duplicate entries

* Import of uninstalled Twitch games not working JosefNemec#991

* Fix NavigateUrl(string) throwing (JosefNemec#1226)

* Populate filters only after metadata are finished downloading

* Better handling of contextual buttons

* Options to set grid item inner margin

* IMainViewAPI doesn't work properly

* ESC doesn't close game details

* Cleanup of details view

* Forgot to delete this

* Fullscreen sorting by name is inverted

* Filtering time segments older then a year doesn't work properly

* Crash when updating filters

* Double-clicking game starts different game

* UWP apps not being imported with proper name JosefNemec#1136

* Playnite.Tests project config change

* Fullscreen filters have wrong title description

* Categories not listed alphabetically when right clicking and 'Set Category'

* Some game details fields remain displayed when disabled

* Issue reporting links don't point to correct URLs

* Game update events not generated properly when editing multiple games

* Handle tray icon settings as enum

* Logger doesn't work in PlayniteSettings class

* Game actions don't update immediately during library update

* Make sure that default images are loaded from cache

* Option to stretch background over the app window  + theme polish

* typo fix

* Delete issue_template.md

* Updated links and menus

* Backgrounds are sometimes cut off when switching games in Details view

* Fullscreen mode polish

* Filter text box synchronisation issue (JosefNemec#1234)

* Change SearchBox text box text binding mode

* Changing from OneWay to TwoWay fixes an issue in which the two name
text boxes could become out of sync

* Fix SearchBox clear button functionality

* Using the Clear() method on the TextBox triggers data bindings,
setting empty string does not
* SearchBox text binding mode set back to OneWay to prevent possible
multiple filter triggers

* Update logo

* # Conflicts:
#	source/Playnite/Localization/ar_SA.xaml
#	source/Playnite/Localization/ca_ES.xaml
#	source/Playnite/Localization/cs_CZ.xaml
#	source/Playnite/Localization/da_DK.xaml
#	source/Playnite/Localization/de_DE.xaml
#	source/Playnite/Localization/el_GR.xaml
#	source/Playnite/Localization/eo_UY.xaml
#	source/Playnite/Localization/es_ES.xaml
#	source/Playnite/Localization/fi_FI.xaml
#	source/Playnite/Localization/fr_FR.xaml
#	source/Playnite/Localization/he_IL.xaml
#	source/Playnite/Localization/hr_HR.xaml
#	source/Playnite/Localization/hu_HU.xaml
#	source/Playnite/Localization/id_ID.xaml
#	source/Playnite/Localization/it_IT.xaml
#	source/Playnite/Localization/ja_JP.xaml
#	source/Playnite/Localization/ko_KR.xaml
#	source/Playnite/Localization/lt_LT.xaml
#	source/Playnite/Localization/nl_NL.xaml
#	source/Playnite/Localization/no_NO.xaml
#	source/Playnite/Localization/pl_PL.xaml
#	source/Playnite/Localization/pt_BR.xaml
#	source/Playnite/Localization/pt_PT.xaml
#	source/Playnite/Localization/ro_RO.xaml
#	source/Playnite/Localization/ru_RU.xaml
#	source/Playnite/Localization/sk_SK.xaml
#	source/Playnite/Localization/sv_SE.xaml
#	source/Playnite/Localization/tr_TR.xaml
#	source/Playnite/Localization/uk_UA.xaml
#	source/Playnite/Localization/vi_VN.xaml
#	source/Playnite/Localization/zh_CN.xaml
#	source/Playnite/Localization/zh_TW.xaml

* Some localized text doesn't fit properly in Settings window

* Adjusted default settings values

* Build script fixes

* First time wizard flag not being set properly

* Update LICENSE.md

* Update LICENSE.md

* Merge conflict fix

* Enhancements for better design mode support

* Update issue templates

* Updated issues URL

* Option to force software rendering via cmdline

* Unit tests not passing

* Improvements to Epic Store integration

* Crash when starting UWP game JosefNemec#1246

* Crash when scrolling down Grid view JosefNemec#1246

* Crash when navigating games in Fullscreen mode

* Show description selection in Fullscreen mode

* Small filter fix

* Removed license tab from About dialog

* Load plugin settings only when needed

* Indicate that additional filter is activated in Fullscreen mode

* Play time tracking not working properly for Diablo 2 JosefNemec#1250

* Fullscreen mode crashing if database fails to open

* Reworked and simplified Steam account linking

* Don't show splash screen when starting the game

* Epic Launcher installation path not being detected properly JosefNemec#1132

* Don't allow metadata download from official store if plugin doesn't support it JosefNemec#1052

* Game details might not be displayed in Grid view JosefNemec#1242

* Game icon is now configurable on details views

* Added missing game fields to game details views

* Fullscreen mode styling adjustments JosefNemec#1244

* Removed WrappingStream

* Remove trademark and copyright characters when importing games and searching metadata

* Design data handling tuneup

* Load only known theme files and in correct order

* Merged GridBehaviors and GridEx

* Adjusted background image settings, added option to blur and darken the background

* Game menu in fullscreen not opening properly

* XAML files cleanup

* Don't load background image if not necessary

* Cmdline argument to force default theme

* Removed game panel settings from fullscreen theme

* Small theme cleanup

* Updated menu icons

* Small tweak to FadeImage

* Added igdb.com contribution notice

* Uninstalled games not being tagged as uninstalled (JosefNemec#1248)

* Log message fix.

* RemoveTrademarks not accepting empty strings

* Auto-completion not working in XAML designer

* Option to show background image on Grid view

* Expander styling fix

* Replaces %CDN_HOST_MEDIA_SSL% for Steam games (JosefNemec#1249)

* Toolbox implementation and theme designer updates

* Updated documention with new theming stuff

* Emulated games being imported with ROM's file extension in the name

* Added logging into Toolbox

* Couple of small fixes

* Background images not loading properly

* "Save default" checkbox in metadata settings is not clickable

* Small tweak to details view

* Small tweak to default settings

* Localization updates

* Building changes

* Documentation updates

* Build fix

* Small doc fix

* Release 5.1

* Create FUNDING.yml

* Database migration can fail

* Steam login might not work properly

* Bad performance when backgound blur is enabled

* Release 5.2

* Update README.md

* Fix for possible database upgrade fail

* Release 5.3

* Crash when opening empty game link JosefNemec#1298

* Selection border is not rendered properly on grid view in some cases

* Download progress is not visible on update dialog

* Crash when changing game's platform JosefNemec#1287

* String updates

* Fullscreen mode doesn't render properly when using non-100% DPI scaling JosefNemec#1282

* Option to configure width of panels

* Untranslated fields in Library Field Manager JosefNemec#1265

* Option to close application after starting game not working in Fullscreen mode JosefNemec#1299

* "Completion status" filter doesn't behave properly JosefNemec#1281

* Crash if Playnite doesn't have rights to write to library folder

* Revert "Uninstalled games not being tagged as uninstalled (JosefNemec#1248)"

This reverts commit b7d0eeb.

* Unit test fix

* Sorting by ascending and descending in desktop mode is inverted JosefNemec#1263

* Wrong default sorting options for some quick filters in Fullscreen mode JosefNemec#1273

* "Clear filter" button background is opaque JosefNemec#1280

* "Set category" window doesn't remember size and position JosefNemec#1294

* Battle.net login doesn't work properly if 2FA is enabled JosefNemec#1261

* Fullscreen mode loosing controller input in some scenarios

* Ignore "Steamworks Common Redistributables" during import

* Option to disable grid item backgrounds

* Missing string

* Localiztion updates

* Theme API change

* Release 5.4

* Default sorting settings are inverted

* Attempting to log in on Battle.net freezes Playnite JosefNemec#1314

* Release 5.5

* Suppress splash screen when Playnite starts at Windows startup (JosefNemec#1316)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants