SUMMARY
This article explains how you can enable or disable the creation of crash reports when running Nuke, describes the default locations for reports, and provides guidance regarding how this can be customized.
MORE INFORMATION
--crashhandling command line flag or NUKE_CRASH_HANDLING environment variable can be used as described in the sections below.NUKE_CRASH_HANDLING environment variable and --crashhandling command line flag are present, the command line flag will take priority.
Enabling Crash Reporting for Terminal mode:
--crashhandling 1 flag can be used when launching Nuke like the following examples:"C:\Program Files\Nuke16.0v4\Nuke16.0.exe" --crashhandling 1
/Applications/Nuke16.0v4/Nuke16.0v4.app/Contents/MacOS/Nuke16.0 --crashhandling 1
/usr/local/Nuke16.0v4/Nuke16.0 --crashhandling 1
NUKE_CRASH_HANDLING environment variable can be set to 1 prior to launching Nuke:NUKE_CRASH_HANDLING=1
Disabling Crash Reporting for Terminal mode and GUI mode:
--crashhandling 0 flag can be used when launching Nuke like the following examples:"C:\Program Files\Nuke16.0v4\Nuke16.0.exe" --crashhandling 0
/Applications/Nuke16.0v4/Nuke16.0v4.app/Contents/MacOS/Nuke16.0 --crashhandling 0
/usr/local/Nuke16.0v4/Nuke16.0 --crashhandling 0
NUKE_CRASH_HANDLING environment variable can be set to 0 before launching Nuke:NUKE_CRASH_HANDLING=0
Locating Crash Reports:
By default, crash reports generated for Nuke 14.1v1+ are located in the following directories:
C:\Users\<username>\Documents\nuke\<version>\sentry-db\reports
/Users/<username>/Documents/nuke/<version>/sentry-db/completed
/home/<username>/Documents/nuke/<version>/sentry-db/completed
C:\Users\<username>\AppData\Local\Temp
/tmp
/tmp
FN_CRASH_DUMP_PATH environment variable before launching Nuke:FN_CRASH_DUMP_PATH=C:\My\Custom\Path
FN_CRASH_DUMP_PATH environment variable does apply to Nuke 14.1v1 - 14.1v5FURTHER READING
More information on how to set environment variables for Nuke can be found in this article: Q100015: How to set environment variables
Additional details regarding the crash report submission process can be found in the following article: Q100046: Sending crash reports for Nuke/NukeX/Nuke Studio/Hiero
More information on command line operations for Nuke can be found in this learn page: Command Line Operations
For guidance on the available environment variables in Nuke, please see the Nuke Environment Variables section of the documentation.
We're sorry to hear that
Please tell us why