Common Issues and Solutions
This guide helps you resolve common issues you may encounter when using Gen Image Factory.
Installation Issues
Windows: "Unknown Publisher" Warning
If you see an "Unknown Publisher" warning when installing from GitHub Releases:
- Click "More info"
- Click "Run anyway" to proceed
This warning appears because GitHub Releases artifacts are unsigned. This is expected and safe for GitHub Releases.
macOS: "App is damaged" or "Cannot be opened"
If macOS prevents you from opening the application:
- Right-click the application
- Select "Open"
- Click "Open" in the security dialog
This happens because the application is unsigned. This is expected for GitHub Releases artifacts.
Linux: AppImage won't run
If the AppImage file won't execute:
-
Ensure the file is executable:
chmod +x Gen-Image-Factory-*.AppImage -
Check if FUSE is installed (required for AppImage):
sudo apt-get install fuse
Application Issues
Application won't start
- Check that you have the latest version installed
- Try restarting your computer
- Check system requirements:
- Windows 10 or later
- macOS 10.13 or later
- Linux with recent kernel
Settings not saving
- Ensure you have write permissions in the application directory
- Check that your disk has sufficient space
- Try restarting the application
Jobs not starting
- Verify your API keys are configured in Settings
- Check that input files are accessible
- Review the logs for error messages
- Ensure you have an active internet connection
Performance Issues
Slow job execution
- Check your internet connection speed
- Verify API service status
- Reduce the number of images per job if processing large batches
- Close other resource-intensive applications
High memory usage
- Close other applications to free up memory
- Process jobs in smaller batches
- Restart the application periodically
Getting Help
If you continue to experience issues:
- Check the application logs (available in Settings → Debug mode)
- Review the User Guide for detailed feature documentation
- Visit the project's GitHub repository for additional support