Quote Originally Posted by Elysia View Post
If you want, you can snatch the crash dump when the app crashes and analyze it.
For Windows, you would need WinDbg (the crash dump will appear in your temp directory, so snatch it before you decide to send the error or not, because it deletes it afterwards).
Analyzing it will probably find the root of the problem.
another weird thing, i never get that send/don't send dialog. it just dies without complaining. i only got the "abnormal program termination" dialog after i had modified the initialization code to include calls to show message dialogs indicating where it was in the process (not a great way to do it i know, but it was quick)