View Single Post
Old 02-24-2015, 11:16 PM   #4
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,417
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
This is almost certainly caused by something in the trailing bits at the end of each text record. Unfortunately, that is a part of the mobi format that is the least well understood (it is an absolute nightmare that took me days of reverse engineering). Amazon's engineering really, really sucks. As such the effort to fix issues in it is really not worth it for me. Patches are welcome, but be warned it is not going to be simple to fix.

One thing to check in your input files is that the ToC entries are in correct order and dont have duplicates. That is every toc entry points to some location in the file strictly after the previous entry.
kovidgoyal is offline   Reply With Quote