# 0003: Error reading script.img

The `script.img` archive accompanying the `main.scm` file is broken or has unknown format. It may happen if this archive was compiled with a different `main.scm` file. Check if both files were compiled at the same time.

**Possible solutions:** replace the `script.img` with the correct file.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sannybuilder.com/troubleshooting/errors/0003.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
