-
Notifications
You must be signed in to change notification settings - Fork 2
Troubleshooting
Boden edited this page May 28, 2026
·
1 revision
- Confirm the selected file is a supported archive family.
- Try a known-good archive sample.
- Check file permissions (read access).
That is expected until save.
Fix:
- Save archive.
- Re-open archive.
- Extract again.
Expected for large archives because save performs a full rewrite.
Actions:
- Wait for save completion.
- Avoid running heavy disk tasks in parallel.
- Split giant changes into batches.
- Revert to backup copy.
- Retry with a smaller change batch.
- Validate source files are stable and readable.
This repo includes desktop workflow glue for multiple environments, but Delphi toolchain availability can vary by machine.
If you see messages about missing compiler or Wine path issues:
- Confirm Wine is installed and callable.
- Confirm your Delphi compiler path is reachable in your Wine setup.
- If not available, use Windows-native Delphi build flow.