How to view the error information of Soildworks and how to parse the dump (.dmp file generated by Soildworks)?
1 Answer
1Why do you need to do that? That dmp file is for SW tech support.
How to view the error information of Soildworks and how to parse the dump (.dmp file generated by Soildworks)?
Why do you need to do that? That dmp file is for SW tech support.
When users use our plugin, some operations will cause SW to crash, but our own local environment cannot reproduce this problem. I want to find some useful information through the dump file.
– liuningExtremely unlikely you will able to read the dmp file. You better off logging your API call to find the one that is causing the issue. A lot of the time, it is a permission issue.
– AmenJlili