When AutoCAD starts or loads a new drawing, the following cryptic error/warning message is displayed:
; error: Unknown exception occurred
; warning: unwind skipped on unknown exception
*Cancel*
This problem is caused by a corrupt or locked CUI (or CUIX) file. It may be the main ACAD.CUI file or one of the partial menu files (Express Tools, Custom.cui, etc.). Replace the corrupted menu file - either manually from a backup (or original media) or by right-clicking on the CUI name in the CUI dialog.
; error: Unknown exception occurred
; warning: unwind skipped on unknown exception
*Cancel*
This problem is caused by a corrupt or locked CUI (or CUIX) file. It may be the main ACAD.CUI file or one of the partial menu files (Express Tools, Custom.cui, etc.). Replace the corrupted menu file - either manually from a backup (or original media) or by right-clicking on the CUI name in the CUI dialog.
This problem is caused by an incorrect application ID string supplied to the VLA-GETINTERFACEOBJECT function, e.g. I had change my code from an IF to a COND and add the following when I upgraded to C3D 2013 from 2012
ReplyDelete((=(ATOI(SUBSTR(GETVAR "ACADVER")1 2))19)
"AeccXUiLand.AeccApplication.10.0")
My code had used "AeccXUiLand.AeccApplication.9.0" if "AeccXUiLand.AeccApplication.8.0" was not correct. This would always return "unwind skipped on unknown exception".