Skip to content
Boden edited this page May 28, 2026 · 1 revision

Troubleshooting

App Opens But List Is Empty

  • Confirm the selected file is a supported archive family.
  • Try a known-good archive sample.
  • Check file permissions (read access).

Added File Shows * But Not In Extract Output

That is expected until save.

Fix:

  1. Save archive.
  2. Re-open archive.
  3. Extract again.

Save Seems Slow

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.

Archive Does Not Open After Save

  1. Revert to backup copy.
  2. Retry with a smaller change batch.
  3. Validate source files are stable and readable.

Linux/macOS Build/Run Messages Mention Wine Or Compiler

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.

Clone this wiki locally