Thank you for your willingness to help.

Quote:
Originally Posted by June
I'll run calibre in debug mode tonight, and try stuff. I assume the log will be somewhere in the calibre directory?
|
Do I remember correctly that you are running some variant of Linux? Not that it matters, really, except that I don't want to keep saying things you already know.
The debug output is written to the terminal/cmd box. Most of the interesting stuff is to stdout (standard output), but some is to stderr (standard error). On all the OSes that calibre runs on, the command
calibre-debug -g >somefile 2>&1
without the quotes will send all the debug output to 'somefile'. If you want to see it, and if you are running linux, you could pipe it through 'tee'.