
Common Issues
Solutions to frequently encountered problems.
Installation
"Cannot be opened because Apple cannot check it"
RiteMark isn't notarized with Apple yet. To open:
- Right-click on RiteMark in Applications
- Select Open
- Click Open in the dialog
You only need to do this once.
App won't open at all (macOS)
- Verify you have an Apple Silicon or Intel Mac
- Try downloading the DMG again
- Move to Applications folder before opening
Windows SmartScreen blocks the installer
Windows may show a "Windows protected your PC" warning for new applications. This is normal. See our Windows SmartScreen guide for step-by-step instructions to get past it.
Editor
Blank editor / Nothing shows
The editor webview didn't load. Try:
- Reload Window: Cmd+Shift+P -> "Reload Window"
- Restart RiteMark: Quit and reopen
- Check file type: Only
.mdfiles open in WYSIWYG mode
Changes not saving
RiteMark auto-saves after 1 second. If changes aren't saving:
- Check file permissions (can you write to that folder?)
- Look for error messages in bottom status bar
- Try saving manually: Cmd+S
Formatting looks wrong
- Reload the window: Cmd+Shift+P -> "Reload Window"
- Check if the file is valid markdown
- Complex HTML in markdown may not render correctly
Text selection issues
- Click outside the editor, then back inside
- Reload window if persistent
AI Assistant
"AI Offline" in status bar
The AI assistant can't connect. Check:
- Internet connection - Are you online?
- API key - Is one configured?
- API credits - Do you have OpenAI credits?
No response from AI
- Wait longer - some requests take time
- Check for error messages in the AI sidebar
- Try a simpler request
- Verify your API key is valid
"Invalid API key" error
- Cmd+Shift+P -> "Configure OpenAI API Key"
- Enter a valid key (starts with
sk-) - Make sure no extra spaces were copied
AI changes wrong text
- Select text first before making a request
- Check the selection indicator in the AI sidebar
- Be specific about what you want changed
Claude Code not working on Windows
Earlier versions of RiteMark had binary detection issues on Windows where .cmd/.exe shims were not resolved correctly, causing "spawn EINVAL" errors in AI chat. This is fixed in v1.5.0. Update RiteMark and check Settings -> Claude Account to confirm Claude Code shows as connected.
Codex not working on Windows
The same binary detection fix in v1.5.0 applies to Codex. Update RiteMark and check Settings -> ChatGPT Account for your connection status.
"spawn EINVAL" error in AI chat
This error occurred on Windows in versions before 1.5.0 due to incorrect .cmd to cli.js resolution. The fix is to update RiteMark to v1.5.0 or later. After updating, the AI agents should connect without errors.
Export
PDF export fails
- Check you have write permission to save location
- Try saving to Desktop first
- Make sure document isn't corrupted
Word export has wrong formatting
- Complex tables may need manual adjustment
- Some markdown features don't translate perfectly
- Consider PDF for consistent formatting
Export button not visible
Export only works for markdown files. CSV and Excel files use different tools.
Files
CSV file shows as text
- Make sure file extension is
.csv - Close and reopen the file
- Check file isn't corrupted
Excel file won't open
- Verify extension is
.xlsxor.xls - File might be corrupted - try opening in Excel
- Very large files may fail to load
Large file warning
Files over 5MB or 10,000 rows may:
- Take longer to load
- Be truncated (CSV shows first 10K rows)
- Cause performance issues
For very large data, use a dedicated spreadsheet app.
Performance
Slow typing / lag
- Close other resource-heavy applications
- Reload window: Cmd+Shift+P -> "Reload Window"
- Very long documents may be slower
High memory usage
- Close unused files
- Restart RiteMark
- This is a known issue being improved
Updates
Using the Update Center
As of v1.5.0, RiteMark includes an Update Center in Settings. You can check for available updates, install them directly with pause and resume support, skip versions you don't want, and see component readiness cards showing what's included in each update. This is the recommended way to keep RiteMark current.
How to update manually
If you prefer to update manually or the Update Center isn't available (versions before 1.5.0), you can still download the latest release from the GitHub releases page. On macOS, open the DMG and drag RiteMark to Applications to replace the existing version. On Windows, run the new Ritemark-Setup.exe installer.
Still Stuck?
Get Help
- Check Feature Documentation for how things should work
- Review Getting Started for setup steps
Report an Issue
If you've found a bug:
- Note what you were doing
- Note any error messages
- Check if it's reproducible
- Report at GitHub Issues
Quick Fixes
| Problem | Quick Fix |
|---|---|
| Editor blank | Cmd+Shift+P -> Reload Window |
| AI not working | Check internet + API key |
| Can't open app (macOS) | Right-click -> Open |
| SmartScreen warning (Windows) | Click More info -> Run anyway |
| File won't save | Check folder permissions |
| Slow performance | Restart RiteMark |
| AI agents not working (Windows) | Update to v1.5.0, check Settings -> Account sections |