Questions
When I try to activate FoolCat (licensed or a trial), why am I told, “No virtual machine activations allowed.”?
Running FoolCat in a VM is a Pro feature.
If you see this error when activating a trial, you're running FoolCat in a VM, or a Hypervisor process must be active in Windows.
If you see this error when activating a purchased license, you have a regular license or a Pro license that needs VM activations allowed on your license.
A step-by-step guide for disabling any-and-all Hypervisor (Hyper-V) and Virtual Machine features on your PC is available here:
VMs & HypervisorsIf you have a regular license and need VM activations, upgrade your license in the License Manager, then reach out.
Already on a Pro license? Reach out.
FoolCat states error -1004
You're likely on an old version of FoolCat, update to the latest version.
"Invalid activation number"
You're likely trying to activate FoolCat using a legacy license key. Legacy license keys start with id
or only have a few characters. Upgrade your license, or download a legacy version.
FoolCat states "Starting Services"
FoolCat's media engine isn't starting correctly. Reboot your computer, and if that doesn't help, reinstall FoolCat.

How can I export/import settings?
To export and import user settings for FoolCat on macOS, using the Terminal app, you can follow these steps:
Export Settings
Quit FoolCat
Open the Terminal app
Export the settings
Run the following command to export the settings to a
.plist
file:defaults export nl.syncfactory.FoolCat.Mac ~/Desktop/FoolCatSettings.plist
This will create a file named
OffShootSettings.plist
on your desktop.
Import Settings
The user preferences contain encrypted user information that might cause an issue when doing this offline. A reactivation might be needed.
Open Terminal app
Import the preferences
Run the following command to import the preferences:
defaults import nl.syncfactory.FoolCat.Mac ~/Desktop/FoolCatSettings.plist
Last updated