AutoCAD crashes when expanding the File menuIssueYou selected the File menu in the menu bar and AutoCAD stopped responding and displayed the following error message: AutoCAD Error Aborting
FATAL ERROR: Unhandled e06d7363h Exception at 7c812a5bh
You find that selecting other menu options does not trigger the crash and it seems to be limited to only the File menu. 
SolutionThe most common reason for this error is that an incorrect version of Microsoft DLL file, MFC80U.DLL, exists on the computer. This file is an MFC (Microsoft Foundation Class) DLL shared library that allows Windows applications (such as AutoCAD) access to common Windows functionality (such as menus). Because this is a shared library, some Windows applications will install a copy of the DLL to ensure that it is available on the computer when needed. This is usually how a bad or incorrect version of the DLL ends up on a system—some other Windows application installs it, overwriting the proper version that was already there. As a shared library file, this can affect not only AutoCAD but many other non-Autodesk products as well. This can usually be fixed by either installing the correct version of this DLL or by disabling the "Number of recently-used files" through the Options dialog. Disabling the MRU files list:When opening the File menu, AutoCAD tries to display a list of the most recently used (MRU) drawing files: 
The operation of displaying this list relies on common Windows functionality available in the aforementioned DLL file. Having a bad or incorrect DLL on the system can trigger the crash. A work-around—at least until you get the proper DLL installed—is to disable this file list so AutoCAD doesn't try and display the list of most recently used drawings. - Start AutoCAD.
- Run the OPTIONS command.
- On the "Open and Save" tab, set the value of the "Number of recently-used files" to 0.

- Click OK to close the Options dialog.
- Restart AutoCAD and verify that you can now select the File menu without crashing.
Note: If this does not work, you can also try using REGEDIT to delete the "Recent File List" registry key for your installation of AutoCAD. For example: HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R17.0\ACAD-5004:409\Recent File List
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. |