Hi Conrad,
Some excellent ideas from ChatGPT. I particularly like the one that suggests look for my file path in the conditional actions file and change it your own path and make sure that folder exists on your computer.
Andy
The key message in your screenshot is:
> "Can't create exported file, Windows says 'The device is not ready.'"
This error is coming from Windows, not from Spectrum Lab itself. It means Spectrum Lab is trying to write an export file, but Windows reports that the destination cannot be accessed. Spectrum Lab's conditional actions can start and stop export files using commands
such as export.start(...).
The most likely causes are:
1. The conditional action is trying to save to a drive that doesn't exist.
For example E:\Data\... when there is no E: drive on your friend's PC.
This is the commonest cause.
2. The destination is a USB stick or external drive that isn't connected.
3. The destination is a network drive that hasn't been mapped.
4. The folder doesn't exist.
For example it tries to save to:
C:\Radio\Data\Exports\
but the Exports folder has never been created.
5. The conditional action file still contains your own file paths.
If you wrote the conditional action on your computer, it may still be referring to your directories.
The "Timing error #1/#2" messages are probably a consequence of the repeated failed export attempts rather than the root cause.
What I'd check first
Ask your friend to open the Conditional Actions editor and look for lines containing:
export.start
save
log
any filename such as C:\..., D:\..., E:\...