Troubleshooting Guide
Solutions to common issues with VentureLab.
đ§ General Issues
Application Wonât Start
Symptoms:
- Double-clicking icon does nothing
- App crashes immediately
- Error message on startup
Solutions:
- Check System Requirements
- Windows 10/11, macOS 10.15+, or Linux
- 4GB RAM minimum (8GB recommended)
- 500MB free disk space
- Run as Administrator (Windows)
- Right-click VentureLab icon
- Select âRun as administratorâ
- Check Antivirus
- Add VentureLab to exceptions
- Temporarily disable to test
- Reinstall Application
- Uninstall completely
- Download fresh copy
- Install again
Settings Not Saving
Symptoms:
- Settings reset on restart
- Model selection not persisting
- API keys disappearing
Solutions:
- Check Permissions
- Ensure write access to app directory
- Check user permissions
- Configuration File
- Location:
~/.venturelab/settings.json - Delete corrupted file
- Let app recreate
- Location:
- Keychain Access
- May need system password
- Check keychain permissions
- Try storing key again
đ¤ AI Provider Issues
âAPI Key Invalidâ Error
For All Providers:
- Check for Spaces
- Remove leading/trailing spaces
- Copy key again carefully
- Verify Key Format
- OpenAI: Starts with
sk- - Anthropic: Starts with
sk-ant- - Gemini: Alphanumeric string
- OpenAI: Starts with
- Test in Provider Dashboard
- Verify key works on providerâs site
- Check if key was revoked
- Generate new key if needed
âConnection Failedâ Error
General Solutions:
- Internet Connection
- Check network connectivity
- Try accessing provider website
- Check firewall settings
- Proxy Settings
- Configure if behind corporate proxy
- Use custom base URL if needed
- Provider Outage
- Check provider status page
- Try different provider
- Wait and retry
Ollama Specific Issues
âCannot connect to Ollamaâ
- Start Ollama Service
ollama serve - Check Port
- Default:
http://localhost:11434 - Ensure port not blocked
- Try:
curl http://localhost:11434
- Default:
- Model Not Found
# List models ollama list # Pull model ollama pull llama3.1
Slow Performance
- Check RAM usage
- Try smaller model
- Close other applications
- Consider GPU acceleration
OpenAI Specific Issues
âRate Limit Exceededâ
- Wait 1 minute and retry
- Check usage on OpenAI dashboard
- Upgrade to higher tier
- Implement request throttling
âInsufficient Quotaâ
- Add payment method
- Check billing status
- Set up usage alerts
- Monitor spending
Anthropic Specific Issues
âModel Access Deniedâ
- Verify Claude model access
- Check account approval
- Try different model version
- Contact Anthropic support
Gemini Specific Issues
âQuota Exceededâ
- Free tier: 60 requests/minute
- Wait before retrying
- Upgrade to paid tier
- Check Google Cloud quotas
đž Data Issues
Usage Statistics Not Showing
Solutions:
- Database Check
- Location:
~/.venturelab/usage.db - Delete to reset
- Restart application
- Location:
- Permissions
- Check write permissions
- Ensure disk space available
- Time Filter
- Change time period
- Select âAll timeâ
- Refresh statistics
Canât Export Data
Solutions:
- File Permissions
- Check downloads folder access
- Try different location
- Run as administrator
- Data Format
- Ensure valid JSON
- Check for special characters
- Try smaller date range
đĽď¸ Platform-Specific Issues
Windows
âVCRUNTIME140.dll missingâ
- Install Visual C++ Redistributable
- Download from Microsoft
- Restart after installation
Keychain Access Issues
- Run as administrator
- Check Windows Credential Manager
- Clear old credentials
macOS
âApp is damagedâ
xattr -cr /Applications/VentureLab.app
Keychain Permission
- Grant access when prompted
- Check Keychain Access app
- Reset keychain if needed
Linux
Dependencies Missing
# Debian/Ubuntu
sudo apt install libwebkit2gtk-4.0-37 libsecret-1-0
# Fedora
sudo dnf install webkit2gtk3 libsecret
# Arch
sudo pacman -S webkit2gtk libsecret
Keyring Issues
- Install gnome-keyring or KWallet
- Start keyring service
- Check D-Bus running
đ ď¸ Tool-Specific Issues
Ideas Not Generating
- Check Provider Connection
- Test in AI Providers
- Verify model selected
- Check API key valid
- Prompt Issues
- Try default prompts
- Simplify input
- Remove special characters
- Timeout Errors
- Reduce complexity
- Try different provider
- Check internet speed
Export Not Working
- PDF Generation
- Check disk space
- Try HTML export first
- Update application
- Copy to Clipboard
- Grant clipboard access
- Try manual selection
- Check browser permissions
đ Debug Information
Collecting Logs
Windows:
%APPDATA%\VentureLab\logs
macOS:
~/Library/Application Support/VentureLab/logs
Linux:
~/.config/VentureLab/logs
Information to Include
When reporting issues:
- VentureLab version
- Operating system
- AI provider being used
- Error message (exact)
- Steps to reproduce
- Log files (if available)
đ Still Need Help?
Before Contacting Support
- Tried all relevant solutions above
- Checked FAQ section
- Updated to latest version
- Collected debug information
Getting Support
- GitHub Issues
- Search existing issues
- Create detailed report
- Include system info
- Community Forum
- Ask in discussions
- Share solutions
- Help others
- Emergency Fixes
- Use Ollama as backup
- Try web versions
- Export important data
đ Reset Options
Soft Reset
- Clear settings
- Keep API keys
- Restart app
Hard Reset
- Uninstall application
- Delete all app data:
- Windows:
%APPDATA%\VentureLab - macOS:
~/Library/Application Support/VentureLab - Linux:
~/.config/VentureLab
- Windows:
- Reinstall fresh
Keep Backups
- Export prompts regularly
- Save usage statistics
- Document API keys securely
Remember: Most issues have simple solutions. Stay calm, follow the steps, and youâll be back to creating amazing ideas!