AutoCAD Error Report

Sometimes when you close elMaster design or proMaster design you get an AutoCAD Error Report. This error can be found in version 11.0 and version 12.0. The error in itself is harmless but somewhat irritating. We have now found a solution that will remove the error from occurring.

AutoCAD Error Report
AutoCAD Error Report
Solution

The solution is to turn of the AutoCAD InfoCenter Toolbar and then you will no longer get the AutoCAD Error Report
InfoCenter
This can be done in two ways:

  1. Change in register. For example the AutoCAD 2015
    “HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R20.0\ACAD-E001:409\InfoCenter\InfoCenterOn” to 0
  2. Run this Lisp in the Command Prompt in AutoCAD, This lisp command can be added to the EPC_HOOK.LSP. But it only needs to be ran once to solve the problem.
    • (progn (vl-load-com) (vl-registry-write (strcat “HKEY_CURRENT_USER\\”
      (vlax-product-key) “\\InfoCenter”) “InfoCenterOn” 0))
0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *