rerun command for dump custom file

What are the fields that you have included after the dump keyword in the rerun command ?

Arun

You should probably use something like:

rerun dump.file dump x y z

The error message you report should only ever occur if you specify a file that is not a dump file, such as:

rerun log.lammps dump x y z

Aidan