Summary
When a startup issue occurs in ArcMap, it can be difficult to determine exactly where the issue lies. A startup log can be created to pinpoint certain items that can aid in the troubleshooting process. The cause of the crash may reveal itself in the startup logs generated with this workflow.
Procedure
The instructions provided describe how to create a startup log file.
- Navigate to the Windows Start menu and search for cmd. Right-click the Command Prompt, and select Run as administrator. Click Yes to allow the app to make changes.
- In the command line, navigate to the following default install directory where ArcGIS Desktop is installed. Type cd, followed by the 'bin' file path for the installed version of ArcMap, to set the file location.
ArcMap 10.1 and later:
C:\Program Files (x86)\ArcGIS\Desktop10.X\bin
ArcMap 10.0 or 9.x:
C:\Program Files\ArcGIS\bin
- After navigating to the file path, type the following command. At this point in time, ArcMap attempts to open, and if the problem is still occurring, the application proceeds to crash.
arcmap.exe /log
- After the crash occurs, within the same command prompt session, enter the following command to view the log:
notepad arcmap.log