-
Notifications
You must be signed in to change notification settings - Fork 4
Troubleshooting
krwg edited this page Jul 8, 2026
·
1 revision
| Symptom | Fix |
|---|---|
| Blank window on first launch | Wait 10–30s for IndexedDB init; restart once |
| SmartScreen warning | Expected for unsigned builds — click "More info" → Run |
npm run build fails |
Run npm ci first; use Node 20+ |
| Symptom | Fix |
|---|---|
| Habits disappeared | Check %APPDATA%/Cultiva wasn't deleted; restore from Settings → Backup ZIP/JSON |
| Settings reset | Portable vs installed builds use different userData paths |
Export regularly: Settings → Backup → Export JSON/ZIP/iCal.
- Open DevTools (Ctrl+Shift+I).
- Look for
[PluginManager]or sandbox errors. - Verify Cultiva version ≥ plugin
minAppVersion(1.7.0 for current registry). - Confirm registry URL:
https://raw.githubusercontent.com/krwg/cultiva-plugins/main/registry.json
Common causes:
-
onEnableblocks too long (network before returning) → sandbox timeout - sha256 mismatch → re-fetch registry or update Cultiva
- Missing permission in manifest (e.g.
networkfor weather)
- Master Plugins toggle must be ON.
- Header plugins appear in the top bar; garden plugins in the garden view.
- Some plugins need a click on the header chip to open UI.
If sandbox init fails, Cultiva may silently remove the plugin id from the install list (console warning only). Reinstall from catalog; check DevTools for the root error.
- Pick city from the Weather sheet (header chip), not only the Settings text field.
- Settings "City" string alone does not update lat/lon in 1.7.0 — known bug.
Typing in city or timezone search rebuilds the entire sheet each keystroke — known UX bug. Type slowly or use popular city buttons.
Browser autoplay policy blocks audio.play() without user gesture. Click the header chip and press Play once.
Install Weather or Time alongside Pomodoro, or wait for shared sheet CSS in Cultiva core.
Master toggle off removes header items but may not destroy sandboxes in 1.7.0 — restart app or uninstall problematic plugins until fixed.
| Symptom | Fix |
|---|---|
| High CPU with ambient background | Switch to a lighter background or static custom photo |
| Slow plugin catalog | Registry fetched from GitHub — check network |
- Search existing issues.
- Include: Cultiva version, Windows version, plugin id, DevTools console excerpt.
- Security issues: see SECURITY.md — do not open public issues for vulnerabilities.