Jump to content

Exception when exiting ComicBase


Richard Petkiewicz

Recommended Posts

After the latest update I'm now getting an unhandled exception whenever I exit ComicBase.  This is what I see in the Details window of the exception dialog box:

************** Exception Text **************
System.OverflowException: Arithmetic operation resulted in an overflow.
   at ProjectX.Globals.VB$StateMachine_340_CheckForAutoCompactAsync.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at ProjectX.Globals.VB$StateMachine_400_DoQuitAsync.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at ProjectX.FrmMain.VB$StateMachine_158_ExitToolStripMenuItem_Click.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...