finol-digital / Card-Game-Simulator

Create, Share, and Play
https://www.cardgamesimulator.com
Mozilla Public License 2.0
338 stars 74 forks source link

Game Download Progress Freezes #32

Closed davidmfinol closed 3 years ago

davidmfinol commented 4 years ago

This is an intermittent issue: Sometimes, the Game Download Progress bar will freeze. I've only noticed it when downloading Decks, and when it happens in the Unity Editor, there is a cryptic error message that relates to co-routines. Can we move the entire Game Download process away from co-routines to async/await resources?

davidmfinol commented 4 years ago

Closing this issue, as I haven't seen this issue in some time.

davidmfinol commented 4 years ago

Re-opening since this issue is being seen by user.

davidmfinol commented 4 years ago

I suspect it may be related to an error during the download causing some issue with the "invalid" folder, but still need to do more investigation.

davidmfinol commented 3 years ago

Description of the issue here: https://www.reddit.com/r/CardGameSimulator/comments/k66hm0/cant_download_arcmage/

davidmfinol commented 3 years ago

A couple of more users reported the error. Luckily, uninstalling and reinstalling the app seems to fix the issue. I think this issue must be related to corrupted data in the /games folder. I've added some debug logs to the game downloader to try to debug.