Skip to content

Troubleshooting

Matt Painter edited this page Dec 12, 2020 · 6 revisions

DLL errors on startup

Sanchez uses a relatively new .NET feature to pack the application DLLs into the single executable. Occasionally, this causes issues when running Sanchez, even with no arguments:

C:\sanchez>sanchez
Error:
  An assembly specified in the application dependencies manifest (Sanchez.deps.json) was not found:
    package: 'JetBrains.Annotations', version: '2019.1.3'
    path: 'lib/netstandard2.0/JetBrains.Annotations.dll'

If you encounter these errors, delete the %temp%\.net\sanchez directory.

No files being processed

If Sanchez isn't producing any output, check:

  1. The file naming matches the expected naming in the Resources/Satellites.json file.
  2. If stitching images, the file timestamp matches the expected timestamp format. See Satellite identification ford details.
  3. The output file doesn't already exist. If you wish to override it, use -f
  4. Verbose output via -v, or by looking in the logs directory