Overview
This article explains how to troubleshoot issues where the application fails to start during the System Startup phase.
Prerequisites
Application Icon, with the `--system-startup` flag in the Start-Up folder (Windows)
OpenFin applications are launched at system startup by creating a copy of the application icon in the system startup folder. Depending on the startup sequence implemented by the O/S, the network card may not have been initialized when the OpenFin Runtime Version Manager is launched. OpenFin solves this by waiting for the network to be ready before attempting to access the application manifest. This mechanism is activated by adding `--system-startup` to the RVM parameters. Shortcuts in the system-startup folder created by the RVM will already have the `--system-startup` flag added.
Troubleshooting Steps
- Verify the application can be launched after the O/S had loaded
- Validate a copy of the Application Icon is available in the Startup folder, normally %appdata%\roaming\microsoft\windows\Start Menu\programs\startup
- Validate the Application Icon located in the startup folder has the `--system-startup` argument configured
- Right Click on the icon
- Click Properties
- Check the Target includes `--system-startup`
Comments
0 comments
Please sign in to leave a comment.