2011: AutoCAD hangs when using ADDSELECTED command on a leader objectIssueYou run the ADDSELECTED command and select an existing leader object to create a new leader. After picking the first two points, you press "Enter" and AutoCAD begins continuously prompting for the next line of text, forcing you to use Task Manager to kill the AutoCAD process. SolutionDownload AcSelCmdMap.xml and replace the existing file in your product installation folder. Note: To download the file you may need to right-click on the file name and choose "Save Target As...". The exact location of this file will vary depending on your installed Autodesk product and your operating system. The best way to find the correct location of AcSelCmdMap.xml is to use the (findfile) AutoLISP function from within the product: 
This will return you the exact location of the file you need to replace. Note: The (findfile) technique will not work in AutoCAD LT as that product does not support AutoLISP functions. In that case, we recommend you locate the file using native search methods supported by the OS. We also recommend replacing the old version of this file in your "UserDataCache\Support" folder (under the product installation folder) to help ensure the updated AcSelCmdMap.xml gets used in future user profiles.
Support – Terms of UseAUTODESK DOES NOT GUARANTEE THAT YOU WILL BE ABLE TO SUCCESSFULLY DOWNLOAD OR IMPLEMENT ANY SERVICE PACK OR WORKAROUND, OR ANY OF THE TIPS, TRICKS, EXAMPLES OR SUGGESTIONS OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENTS. TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS ARE SUBJECT TO CHANGE WITHOUT NOTICE TO YOU. AUTODESK PROVIDES TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL AUTODESK OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF DATA, OR LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, THAT MAY OCCUR AS A RESULT OF IMPLEMENTING ANY SERVICE PACK OR WORKAROUND, OR ANY SUGGESTION OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENT, EVEN IF AUTODESK OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |