Overview
Message Source Source: RVM Log / Modal
A 'Last Error' can be generated during an application bootstrap process and will appear as a Modal Error, or will be printed in the RVM log. All 'Last Errors' are returned by the Windows Operating system, a list of the error codes is available on the following external resource: https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes
Last Error 14001 specifically refers to:
ERROR_SXS_CANT_GEN_ACTCTX
The application has failed to start because its side-by-side configuration
is incorrect. Please see the application event log or use the command-line
sxstrace.exe tool for more detail.
Potential Causes
- The local installation of the runtime required by the application is corrupt
Troubleshooting steps:
- Delete the local Runtime (Normally located in %localappdata%\OpenFin\Runtimes)
- Re-launch the application. The RVM will automatically download the required Runtime version.
Comments
0 comments
Please sign in to leave a comment.