Troubleshooting
This page collects common problems for NueZip on macOS and how to resolve them.
Application won't start or crashes on launch
Symptoms: NueZip does not open, crashes immediately, or shows an unexpected error.
Steps to try:
- Ensure your macOS version meets the minimum requirements (macOS 14 Sonoma+).
- Quit and relaunch the app.
- Reboot your Mac.
- If the app was downloaded from GitHub Releases, try downloading the latest build or the notarized version.
- If problems persist, collect logs (see below) and open an issue.
Cannot open a RAR archive
Symptoms: NueZip fails to open a .rar file, or shows an error.
Checklist:
- Ensure the RAR file is not corrupted. Try opening it with another tool like The Unarchiver.
- Multi-volume RAR archives must have all parts present (
.part1.rar,.part2.rar, etc.). - Password-protected RAR archives require the correct password.
- RAR5 format is supported. If you have an older RAR format, please report it.
Extraction fails with password error
Symptoms: Extraction fails with "Wrong password" or decryption error.
Checklist:
- Verify the password is correct — passwords are case-sensitive.
- Ensure the correct encryption type is supported (AES-256 for ZIP).
- Try re-entering the password from the password manager.
Finder Extension not showing
Symptoms: Right-clicking an archive in Finder shows no NueZip options.
Checklist:
- Enable the extension: System Settings → Privacy & Security → Extensions → Finder Extensions → Enable NueZip.
- Restart Finder: Right-click Finder in Activity Monitor → Relaunch, or run
killall Finderin Terminal. - Reinstall the app if the extension still doesn't appear.
License / purchase not showing
Symptoms: You purchased NueZip but it still shows as trial.
Checklist:
- Ensure you are signed in to the same Apple ID used for the purchase.
- Restore purchases: NueZip → Settings → License → Restore Purchases.
- Contact support if the issue persists.
How to collect debug logs
To help diagnose issues, collect debug logs from NueZip:
# Copy logs to Desktop for sharing
cp -r ~/Library/Containers/com.w3cub.nuezip/Data/Library/Application\ Support/com.w3cub.nuezip/Logs ~/Desktop/NueZip-LogsThen open an issue on GitHub Issues and attach the logs.
Fixes:
- Ensure you're signed into the same Apple ID used for purchase.
- Go to Pets tab and tap Restore Purchases.
- If still missing, try restarting the app.
- Contact support if the issue persists — include your purchase receipt.
Permission-related issues
If a feature prompts for permission but doesn't work after granting it:
- Quit the app and reopen it after granting the permission.
- If needed, reset the permission prompt with
tccutil(see the Permissions guide).
Performance issues
If the app is slow or the pet animation is laggy:
- Close other heavy applications.
- Reduce animation quality in Settings → Pet.
- Disable sound effects if they cause stutter.
View logs
To troubleshoot crashes or issues, application logs are the most useful artifact. In sandboxed (App Store) builds, check:
~/Library/Containers/com.w3cub.reminder/Data/Library/Logs/reminder/reminder.logWhen running a development build, logs may be in the project directory (./src-tauri/reminder.log) or printed to the console.
Resetting the app
To reset settings and clear local data:
- Quit PetReminder
- Remove the container (be careful—this deletes all reminders and settings):
rm -rf ~/Library/Containers/com.w3cub.reminder- Reopen PetReminder and reconfigure.
Report an issue
When opening an issue, include:
- macOS version (Apple menu → About This Mac)
- PetReminder version (PetReminder → About)
- Steps to reproduce
- Logs (attach
reminder.logif available)
This helps maintainers identify and fix the problem faster.
