Troubleshooting
Common issues and solutions for JodNote.
Installation Issues
Installer Won't Run
Problem: Double-clicking installer does nothing or shows an error.
Solutions:
Run as Administrator
- Right-click installer
- Select "Run as administrator"
Windows SmartScreen Warning
- Click "More info"
- Click "Run anyway"
- This appears because the app isn't code-signed yet
Antivirus Blocking
- Temporarily disable antivirus
- Install JodNote
- Re-enable antivirus
- Add JodNote to whitelist if needed
Installation Fails
Problem: Installer starts but fails midway.
Solutions:
- Check disk space - Need at least 50MB free
- Close running instances - End any JodNote processes
- Check permissions - Install to a writable location
- Reinstall - Uninstall completely, then reinstall
Hotkey Issues
Global Hotkey Not Working
Problem: Pressing Ctrl+Alt+J doesn't open JodNote.
Solutions:
Check JodNote is Running
- Look for tray icon
- Start JodNote if not running
Hotkey Conflict
- Another app may be using the same hotkey
- Change hotkey in Settings → Keyboard
- Try alternatives:
Ctrl+Alt+N,Win+J
Restart JodNote
- Right-click tray icon → Quit
- Start JodNote again
Run as Administrator
- Some apps block hotkeys unless JodNote has admin rights
- Try running as administrator
Changed Hotkey, Still Not Working
Problem: Changed hotkey in settings but it doesn't work.
Solutions:
- Restart JodNote - Changes require restart
- Check for conflicts - New hotkey may also be in use
- Use simple combination - Stick to Ctrl/Alt/Shift + letter
- Avoid system hotkeys - Don't use Win+L, Alt+F4, etc.
Window Issues
Can't Find JodNote Window
Problem: JodNote is running but window doesn't appear.
Solutions:
- Check Taskbar - May be minimized
- Press Hotkey -
Ctrl+Alt+Jto show - Right-click Tray Icon - Select "Show"
- Window Off-Screen - Reset window position in settings
Window Always on Top
Problem: JodNote window stays above all other windows.
Explanation: This is by design for the quick input window.
Solutions:
- Quick input window is meant to be always-on-top
- Use main window (
Ctrl+Shift+N) for normal window behavior - Close quick input with
Escapewhen done
System Tray Icon Missing
Problem: Can't find JodNote icon in system tray.
Solutions:
Check Hidden Icons
- Click up arrow (^) in system tray
- JodNote may be in overflow area
Customize Tray
- Right-click taskbar
- Select "Taskbar settings"
- Choose which icons appear
- Enable JodNote
Restart JodNote
- May fix icon display issues
Database Issues
"Database Locked" Error
Problem: Error message about database being locked.
Solutions:
Close All Instances
- Open Task Manager
- End all JodNote processes
- Restart JodNote
Check for Backups Running
- If backing up database file, wait for completion
- Close backup applications accessing the database
Restart Computer
- Nuclear option, but usually works
Notes Not Saving
Problem: Type notes but they don't appear in search.
Solutions:
Check Database Location
- Verify database file exists
- Location:
%APPDATA%\com.jodnote.app\jodnote.db
File Permissions
- Ensure JodNote can write to AppData
- Check folder isn't read-only
Disk Space
- Ensure drive has free space
Database Corruption
- Backup database file
- Try "Repair Database" in settings
- Restore from backup if needed
Can't Find Old Notes
Problem: Previously saved notes are missing.
Solutions:
Check Search Query
- Try searching for specific keywords
- Clear search and view all notes
Database Path Changed
- Check Settings → Data Management
- Verify correct database is loaded
Check Backups
- Restore from backup if available
Performance Issues
Slow Startup
Problem: JodNote takes several seconds to start.
Solutions:
Antivirus Scanning
- Add JodNote to antivirus exclusions
Database Size
- Large databases (>10,000 notes) may slow startup
- Consider archiving old notes
Disk Performance
- Check if hard drive is healthy
- Consider moving database to SSD
Search is Slow
Problem: Searching takes time to show results.
Solutions:
Database Optimization
- Settings → Data Management → Optimize Database
Reduce Search Scope
- Use more specific search terms
- Filter by category or type
Archive Old Notes
- Export and archive notes you don't need frequently
High Memory Usage
Problem: JodNote uses a lot of RAM.
Solutions:
- Restart JodNote - Memory leak (report as bug)
- Check Note Count - Thousands of notes = more memory
- Update to Latest Version - Performance improvements
Data Issues
Data Loss
Problem: Notes disappeared.
Solutions:
Check Backups
- Restore from your backups
- Check
%APPDATA%\com.jodnote.app\backups\if auto-backup enabled
Database Recovery
- Try SQLite recovery tools
- See Data Management
Report Bug
- If data loss occurred without user action
- Report on GitHub Issues
Prevention
Always maintain backups! JodNote is local-first, so backups are your responsibility.
Sync Between Computers
Problem: Want same notes on multiple computers.
Explanation: JodNote has no built-in sync (by design).
Solutions:
Manual Sync
- Copy database file between computers
- Located at:
%APPDATA%\com.jodnote.app\jodnote.db
Cloud Folder Sync
- Move database to Dropbox/OneDrive folder
- Symlink to proper location
- Warning: May cause conflicts if both computers run simultaneously
Export/Import
- Export on computer A
- Import on computer B
Update Issues
Update Failed
Problem: Tried to update but it failed.
Solutions:
Uninstall and Reinstall
- Uninstall old version
- Download latest installer
- Reinstall
Notes Are Preserved
- Uninstalling doesn't delete database
- Your notes are safe
Update Not Detected
Problem: Using old version but app says it's current.
Solutions:
Check Manually
- Visit GitHub releases page
- Compare version numbers
Disable Auto-Update
- May be disabled in settings
- Enable and check again
Getting Help
Before Asking for Help
- Check this guide - Solution may be here
- Search GitHub Issues - Problem may be known
- Try latest version - Bug may be fixed
Reporting Bugs
Include in your report:
- JodNote version - Check About dialog
- Windows version - e.g., Windows 11 22H2
- Steps to reproduce - How to trigger the bug
- Expected vs actual - What should happen vs what happens
- Screenshots - If applicable
- Logs - Check
%APPDATA%\com.jodnote.app\logs\
Report on GitHub: github.com/techformist/jodnote/issues
Getting Support
- GitHub Issues - For bugs and feature requests
- GitHub Discussions - For questions and general discussion
- Documentation - Check all docs pages
No Guaranteed Support
JodNote is provided as-is with no support obligations. Community support only.
Emergency Recovery
Nuclear Options
If all else fails:
Backup Database
powershellCopy-Item "$env:APPDATA\com.jodnote.app\jodnote.db" "C:\Backup\jodnote-backup.db"Uninstall Completely
- Uninstall via Windows Settings
- Delete
%APPDATA%\com.jodnote.app\
Reinstall Fresh
- Download latest installer
- Install JodNote
Restore Database
- Copy backup back to
%APPDATA%\com.jodnote.app\jodnote.db
- Copy backup back to
Learn More
Still stuck? Ask on GitHub Discussions.
