E0004 File does not exist: 'path'

From RAD Studio
Jump to: navigation, search

Go Up to Platform Assistant Server Errors Index


  • If you get this error while you use the IDE and the error contains the following message:
[PAClient Error] Error: E0004 File does not exist: <path to temporary file>
The issue may be that your system environment variables define a variable, "Platform", with a value that RAD Studio considers valid, such as "Win64" or "iOSDevice", but which does not match the platform that is currently selected.
If you cannot or do not want to remove this environment variable from your system (another application might be using it), select Tools > Options > Environment Options > Environment Variables and create here a "Platform" environment variable for RAD Studio only, and give this variable the code name of your selected target platform.
Note: You may need to modify this value again when you change your selected target platform.
  • If you run the Platform Assistant client manually and you specify a path to a source file that does not exist when using any of the following command line options:
    • -g or --get
    • -u or --put
If you use -g or --get, you only get this error message if you set an error number, with the -e or --error command-line option, that is at least as high as the number of missing files. The default value is 20, so unless you try to get at least 20 files at once that do not exist, you cannot get this error. You can use the command-line parameter -e1 to make the Platform Assistant client throw this error even if only one file is missing.
For more information, run the Platform Assistant client either with the -? or with the --help command-line option to see the command-line help.

See Also