Catch Rhino Crashing

When Rhino Crashes it starts RmaErrorReporting.exe which offers up the UI with options to send the crash log. Is it possible to subscribe to an event to run a custom log UI for my own plugin?

No, sorry. It’s all we can do to retrieve what we can.

You can always look at the .dmp files if you suspect your plug-in.

— Dale

Thanks @Dale,

How might I read the dmp file? I can open it in Visual Studio, I must be missing something though as it just lists out dlls and gives a vague error, the file is 200mb so it must have more data in there I’m not seeing