-
Notifications
You must be signed in to change notification settings - Fork 10
Troubleshooting
Matt Painter edited this page Dec 12, 2020
·
6 revisions
Sanchez uses a relatively new .NET feature to pack the application DLLs into the single Sanchez 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 errors of this nature, delete the %temp%\.net\sanchez
directory and re-run Sanchez.
If Sanchez isn't producing any output, check:
- The file naming matches the expected naming in the
Resources/Satellites.json
file. - If stitching images, the file timestamp matches the expected timestamp format. See Satellite identification for details.
- The output file doesn't already exist. If you wish to override it, use
-f
- Verbose output via
-v
, or by looking in thelogs
directory