Crash Reports?

 From:  Michael Gibson
7411.4 In reply to 7411.1 
Hi Samuel, yes any crash reports for unexpected parameter types would be good to send in, it definitely is a goal to handle those errors more gracefully than crashing. If you can send the script too if possible for me to be able to repeat the crash that would also help as well.

Running out of memory is a somewhat different category, it's very much more difficult to handle out of memory conditions gracefully because there are so many places that allocate memory, it makes for so many potential places for errors it becomes difficult to track down all the different possible code paths. It's not unusual for a crash report to not even be generated when you run out of memory since it takes memory to generate the report itself. So out of memory crashes are the one kind of crash that I'm not all that confident about eliminating.

Any other kind of crash other than out of memory related ones are bugs that I'd like to fix though. You can e-mail them directly to me at moi@moi3d.com. Thanks,

- Michael