Our 3D CAD supplier models have been moved to 3Dfindit.com, the new visual search engine for 3D CAD, CAE & BIM models.
You can log in there with your existing account of this site.
The content remains free of charge.
Program crashes are very seldom, but if - the following setting possibly helps.
Minidumps (default behavior) are not always helpful in order to understand a problem, because only "Stack" is available. The Stack (storage for local variables and function parameters) can be sufficient to understand a crash.
However most data are on the Heap (can have several 100 MB). But concerning errors, difficult to follow, it can be interesting to use it for an analysis.
Use the following setting in order to write complete dumps:
[CRASHDIALOG] MiniDumpMode=2
With the value 2 the complete storage is written in the minidump file.
Possible values are documented under http://msdn.microsoft.com/en-us/library/ms680519%28v=vs.85%29.aspx.