This article describes how to launch Smoke from a terminal in order to monitor the start-up sequence or to set environment variables or start-up parameters.
Warning! Use the start-up parameters and variables in this article with extreme caution. We recommend using these commands only if instructed to do so by an Autodesk Customer Support Specialist in the context of a Support case. Improper use of start-up parameters or environment variables may result in project data or media loss.
Procedure
Perform the following tasks to launch the application from the terminal and set environment variables if needed:
Open the Terminal from the Applications > Utilities folder.
Set environment variables, as needed, using the following syntax: export <Variable name>=<variable value>
Note: see the following section for a list of useful variables.
Navigate into the application folder. For instance: cd /usr/discreet/smoke_2013.1
Launch the application using the following command: ./startApplication
Note: You can also add one or more start-up parameters after the ./startApplication command. Type ./startApplication -? to get the complete list of start-up parameters.
This will launch the application in verbose mode in the terminal window.
Useful environment variables
The following table lists some of the most useful environment variables you can use with Smoke.
Environment Variable
Description
DL_NETWORK_NO_AUTO_REIMPORT
Skips wire auto-connect.
DLVIDEO_DEBUG_IF
Enable more verbose logs (.app and .shell) for debugging purposes.
DL_FORCE_IC
Force vic to run at startup even if no previous crash is detected
DL_MSG_ECHO_TO_SHELL=debug
DL_MSG_LEVEL=debug
Enhance debugging information in the shell output
DL_MSG_ECHO_TO_SHELL=debugex
Enhance debugging information for Backburner manager
DL_ARCH_FILE_NO_DIRECT_IO
This variable is a back step for troubleshooting slow file archiving
AUTODESK 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.