View Single Post
Old 07-09-2009, 12:10 PM   #431
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,455
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@pars_andy: Yes, it has been fixed

@thomasmorus: Can you post the details (get them by clicking the details button). Also the multiple process bug has not yet been fixed. It will have to wait till I get access to a windows machine again (my new house is currently a mess)

@sapient: There's something very weird with your windows. We'll have to debug in detail. Try the following two commands:

Code:
calibre-debug -c "from multiprocessing.connection import Listener; l = Listener(address=r'\\.\pipe\caltest'); import time; time.sleep(5); print l.address"
calibre-debug -c "from multiprocessing.connection import Listener; l = Listener(address=r'\\.\pipe\cal-test'); import time; time.sleep(5); print l.address"
@Garfunkel: b11 has an option to disable inclusion of the TOC at the end of the file. It's under MOBI Output

Last edited by kovidgoyal; 07-09-2009 at 12:39 PM.
kovidgoyal is offline