-
Notifications
You must be signed in to change notification settings - Fork 58
Crash to Desktop #236
Description
Describe the bug
Crash to desktop, no warning or other pop-up.
Exact Steps to Reproduce
I cannot reproduce it at will. It seems to happen randomly while scrolling through pages. It doesnt happen on same books, it doesnt happen at any specific interval.
Screenshots
If applicable, add screenshots to help explain your problem.
Version/Commit (check the about page, next to the version, for the string between brackets):
- Version: 0.9.182
- Commit: 13b2246
Additional context
I cannot find any log or anything the program itself leaves as to what exactly happened. The only thing I can find is in Windows Event Viewer. It looks like it is a .NET crash. Below is the event properties. I have checked the last 4 and they are all the exact same text. I also made sure I updated .NET, although comicrackCE looks like it still uses and older version from this log.
If you have a crash dump paste it between ```
Source: .NET Runtime
Application: ComicRack.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
at cYo.Common.Drawing.ImageProcessing+<>c__DisplayClass57_0.<ResizeFast>b__0(Int32)
at System.Threading.Tasks.Parallel+<>c__DisplayClass17_0`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].<ForWorker>b__1()
at System.Threading.Tasks.Task.InnerInvokeWithArg(System.Threading.Tasks.Task)
at System.Threading.Tasks.Task+<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(System.Object)
at System.Threading.Tasks.Task.Execute()
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.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef)
at System.Threading.Tasks.Task.ExecuteEntry(Boolean)
at System.Threading.ThreadPoolWorkQueue.Dispatch()