User`s guide

8 Troubleshooting
Deployed Applications
Failed to decrypt file. The M-file
"<ctf_root>\toolbox\co mpiler\deploy\ matlabrc.m" cannot be
execut ed. The application is trying to use a CTF a rchive that does not
belong to it. Applications and CTF archives are tied together at
compilation time by a unique cryptographic key, which is
recorded in both the application and the CTF archive. T he keys
must match at run time. If they don’t match, you will get this error.
To work around this, delete the
*_mcr directory corresponding to the CTF
archive a nd then rerun the application. If the same failure occurs, you will
likely need to recompile the ap pl ication usin g MATLAB Compiler and copy
both the application binary and the CTF archive into the installation directory.
This application has requested the run time to terminate in an
unusual way. This indicates a segmentation fault or other fatal error.
Therearetoomanypossiblecauses for this message to list them all.
To try t o resolve this problem, run the application in the debugger and try to
get a stack trace or locate the line on which the error occurs. Fix the offending
code, or, if the error occurs in a MathWorks library or generated code,
contact MathWorks technical support.
Checking access to X display <IP-address>:0.0 . . .
If no response hit ^C and fix host or access c ontrol to host.
Otherwise, checkout any error messages that follow and fix . . .
Successful.....This message can be ignored.
8-8