Background
- Outlook crashes or silently closes while using the Riva Insight Windows Add-in
- No errors related to the crash can be found in the client logs
- There are 2 ways to collect the crash dump files for Outlook:
Using procdump.exe to capture crash dump files
- Download procdump from Microsoft Sysinternals onto the client machine that Outlook was encountering the issue
- Extract the files from procdump.zip
- From command prompt:
- ensure you are in the same location as the procdump files
- run procdump.exe -ma -e -t -g -w OUTLOOK.EXE
- Run Outlook
- Replicate the steps until Outlook crashes or closes
Configuring registry settings to capture dump files through WER (Windows Error Reporting)
- Note: Riva still needs to verify if this method will capture the appopriate information needed to troubleshoot crashes
- We have created a registry settings file based on the Microsoft article on collection user dumps, to install:
- Download Outlook Dump Registry Settings
- Rename the file so that it has a ".reg" extension (instead of .txt)
- Double-click on the file to add the registry settings
- Run Outlook
- Replicate the steps until Outlook crashes or closes
- Collect the logs by pasting or typing %localappdata%\Riva Insight\Logs into the Windows file explorer
- Remove the registry settings if you no longer need to capture the crash logs:
- Open regedit.exe
- navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\
- Remove the Outlook.exe key