Could you explain the config process for that? I'm not using an existing FE, I'm writing my own. But the setup should be similar.
The problem I think is that daphne.exe is looking for pics, .dlls, etc. needed for the program in the current working directory. I need to override this to an absolute or relative path from where I'm running.
For example,
C:\Games\daphne\daphne.exe lair .... -framefile C:\Games\daphne\mpeg2\..
When you do this, that's when daphne.exe starts complaining.