-
Notifications
You must be signed in to change notification settings - Fork 76
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
Random crashes while trying to download albums (since v0.2.0.0) #74
Comments
First, could you share the log file (or at least the couple last lines) you've got after the crashes? If it happens every time after the same action, that would help me narrow down the possible issue. |
Okay, above is the log file entries from yesterday, regarding the one album I tried to download. The program crashed after 15:49:05.8626, with no files having been written to my hard drive, apparently. I restarted the program a few seconds later, and it worked properly. |
Thanks. Sorry, forgot to ask, mind sharing your settings as well? If you happen to encounter another crash, please share the new log. |
Yeah, below are my settings. My DownloadRetry settings are different. A long time before 0.2.0, I adjusted the values to settings I was comfortable with, that had since prevented me from getting blocked by the spam filter, and I put the same values in for 0.2.0+. If it happens to be relevant to my issue, though (I don't know), I'll be happy to restore defaults and see if that helps.
|
No, that doesn't seem to be linked to the issue here since we can see on your log that the retry mechanism wasn't triggered. Anyway, I've tried to reproduce this bug with your settings, but alas, no luck. Could you check the following and let me know if you have anything? If not, an entry should be added next time you encounter the bug. I'm interested in "Error" entries and any stack trace that could be logged: |
I checked in my Event Viewer, and following your instructions, I didn't find any logged errors. Well, if you can't figure it out, then it's okay. I only get these crashes rarely, and when I do, it usually works on the 2nd or 3rd try right after. So, not a huge deal. |
Ok, thanks for checking this. Next time you encounter this crash, let me know what you see if you get the chance to check the event viewer. |
I've been encountering what seems to be the same issue for quite a few updates as well. Crashes seemingly randomly, downgrading to 0.1.9.3 solves it. I get the issue consistently, however, so I'm able to retrieve the errors if helpful. The log says the last thing it was doing a couple seconds before crashing was "Computing size for album 'XYZ'..." And here's my Event Viewer error:
|
👍 Thanks! That'll help me pinpoint the issue. |
@NathanJRollins can you share your |
|
Thanks! I believe I've finally found the cause of the crash. This should be fixed in v0.2.8.0. Let me know if you still encounter any issue. |
Excellent! I had RetrieveFilesSize=false in my settings too, so I'm pretty sure that was the issue in my case too. I'm surprised I never got an error report in the Windows Event Viewer, though. I'd search whenever the app crashed, but never found anything. Oh well. I look forward to using the new version! |
Tested & flawless, thank you! |
Sometimes, when I start trying to download one album, the app will crash entirely after downloading around 1-2 MB. It then usually works properly after restarting (very rarely, I have to restart it a second time). Is there any way I can narrow down the reason for the crashes, or would you have an idea? I also don't recall having this issue with 0.1.9.3 or earlier. It started with 0.2.0, and is still present in the current 0.2.4.1. I'm using Windows 8.1 x64, if that helps.
The text was updated successfully, but these errors were encountered: