-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Ablaka Team edited this page May 12, 2026
·
1 revision
The current alpha installer is unsigned. Windows SmartScreen can show an unknown-publisher warning until code signing is added.
Recommended checks:
- Download only from the official GitHub Release.
- Compare the file hash with
SHA256SUMS.txt. - Scan the installer or portable zip with your antivirus.
Expected startup should stay lightweight. If startup feels slow:
- confirm AI is off unless actively testing AI
- reduce watched roots temporarily
- clear/rebuild the catalog if the local database is damaged
- check whether antivirus is scanning the app folder on launch
Recovery scripts:
.\scripts\Clear-ThumbnailCache.ps1
.\scripts\Rebuild-Catalog.ps1PICAZHU tries HEIC support in this order:
- Native Windows WIC/HEIF decoder if available and working.
- Bundled libheif fallback.
- Unsupported placeholder with diagnostics.
If HEIC still fails:
- open Diagnostics for the selected file
- verify the file is not an iCloud placeholder or corrupt partial copy
- rebuild thumbnail cache if stale placeholders remain
- test another HEIC from a known working iPhone sample set
Check:
- iPhone is connected by USB
- iPhone is unlocked
-
Trust This Computerwas accepted - cable supports data, not charge-only
- Windows can see the phone in File Explorer
PICAZHU scans camera media exposed through Windows portable-device access. Some devices expose Internal Storage\DCIM; others expose camera-month folders directly under Internal Storage.
Check:
- AI toggle is on
- selected provider is correct
- selected model is vision-capable
- connection test succeeds in Settings
- LM Studio or Ollama server is running
- API key is present for cloud providers
- model context size is large enough for image requests
For LM Studio context errors, reduce request size or increase model context in LM Studio.
This usually indicates thumbnail work is still catching up or cached state is stale.
Actions:
- watch thumbnail progress in the bottom status strip
- wait for background thumbnail processing to complete
- rebuild thumbnail cache if old placeholders remain