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

Windows App: Application hard crashes with the following errors #141

Open
arjunsrinivasan1997 opened this issue Nov 2, 2022 · 1 comment

Comments

@arjunsrinivasan1997
Copy link

arjunsrinivasan1997 commented Nov 2, 2022

I am trying to run this program on a windows 10 computer with a Rayzen 5 5600x. The program connects to my account fine, and starts downloading alright, but crashes after downloading 1% of my 6300 photos.

The following errors were found via the event viewer.

Application: flickr-downloadr.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Net.WebException at System.Net.HttpWebRequest.EndGetResponse(System.IAsyncResult) at System.Threading.Tasks.TaskFactory1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].FromAsyncCoreLogic(System.IAsyncResult, System.Func2<System.IAsyncResult,System.__Canon>, System.Action1<System.IAsyncResult>, System.Threading.Tasks.Task1<System.__Canon>, Boolean) at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) at FloydPink.Flickr.Downloadr.OAuth.OAuthManager+<MakeAuthenticatedRequestAsync>d__17.MoveNext() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) at FloydPink.Flickr.Downloadr.Logic.OriginalTagsLogic+<GetOriginalTagsTask>d__2.MoveNext() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task) at FloydPink.Flickr.Downloadr.Logic.DownloadLogic+<DownloadPhotos>d__5.MoveNext() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) at FloydPink.Flickr.Downloadr.Logic.DownloadLogic+<Download>d__4.MoveNext() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) at FloydPink.Flickr.Downloadr.Logic.BrowserLogic+<Download>d__5.MoveNext() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) at FloydPink.Flickr.Downloadr.Presentation.BrowserPresenter+<DownloadPhotos>d__16.MoveNext() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) at FloydPink.Flickr.Downloadr.Presentation.BrowserPresenter+<DownloadAllPages>d__13.MoveNext() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) at FloydPink.Flickr.Downloadr.UI.Windows.BrowserWindow+<buttonDownloadAllPagesClick>d__80.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__6_1(System.Object) at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

Faulting application name: flickr-downloadr.exe, version: 3.4.5.1, time stamp: 0x61e33890 Faulting module name: KERNELBASE.dll, version: 10.0.19041.2130, time stamp: 0x3206f737 Exception code: 0xe0434352 Fault offset: 0x0012df72 Faulting process id: 0x17ac Faulting application start time: 0x01d8ef01a7d6301d Faulting application path: C:\Program Files (x86)\flickrdownloadr\flickr-downloadr.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report Id: 0eebfd2f-0a1c-4354-b79d-c914068c7e0c Faulting package full name: Faulting package-relative application ID:

@arjunsrinivasan1997
Copy link
Author

Was able to mostly resolve this by resetting settings to default, though I'm unsure as to which setting I changed that caused this

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

1 participant