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" or "Apple could not verify..."
This happens because the application isn't notarized by Apple — expected for GitHub Releases artifacts. On recent macOS versions, right-click → Open is often no longer enough by itself, and the fix depends on which file you downloaded. Full step-by-step instructions (including the correct order of steps, which matters here) are in the Installation Guide's macOS section — start there if you haven't already downloaded the app.
If you've already downloaded and hit the "damaged" message, open Terminal and run one of these:
- Downloaded the DMG:
xattr -rd com.apple.quarantine /Applications/GenImageFactory.app - Downloaded and unzipped the
.zip:sudo chmod -R 755 /path/to/GenImageFactory.app(drag the app into the Terminal window after typing the command to fill in the path)
Then try opening the app again. If it's still blocked, see the full instructions linked above.
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